Closed
Bug 1415618
Opened 5 years ago
Closed 5 years ago
Allow specifying additional paths to search for mozharness configs.
Categories
(Release Engineering :: Applications: MozharnessCore, enhancement)
Release Engineering
Applications: MozharnessCore
Tracking
(firefox59 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: tomprince, Assigned: tomprince)
References
Details
Attachments
(4 files)
pass additional config search path to mozharness scripts: I'd like to put thunderbird specific configuration in comm-central, and need someway to reference them, and I would rather not have to pass absolute paths. Something like: .../fx_desktop_build.py --search-path comm/mozharness/config --config builds/releng_base_linux_64_builds.py --config builds/thunderbird_base.py where builds/thunderbird_base.py lives in comm/mozhanress/config/builds/thunderbird_base.py
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 5•5 years ago
|
||
mozreview-review |
Comment on attachment 8928677 [details] Bug 1415618: When looking for a downloaded mozharness config, only look where it was put. https://reviewboard.mozilla.org/r/199906/#review205162
Attachment #8928677 -
Flags: review?(jlund) → review+
Comment 6•5 years ago
|
||
mozreview-review |
Comment on attachment 8928678 [details] Bug 1415618: Use path relative to mozharness config modules to find configs. https://reviewboard.mozilla.org/r/199908/#review205166
Attachment #8928678 -
Flags: review?(jlund) → review+
Comment 7•5 years ago
|
||
mozreview-review |
Comment on attachment 8928679 [details] Bug 1415618: Allow specifying extra paths to search for config files mozharness. https://reviewboard.mozilla.org/r/199910/#review205170
Attachment #8928679 -
Flags: review?(jlund) → review+
Comment 8•5 years ago
|
||
mozreview-review |
Comment on attachment 8928680 [details] Bug 1415618: Add support to taskcluster to specifying extra paths to mozharness. https://reviewboard.mozilla.org/r/199912/#review205176 I'm a little unfamiliar with some of the tc config setup but I believe this patch is fine and should work as expected.
Attachment #8928680 -
Flags: review?(jlund) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 13•5 years ago
|
||
Pushed by mozilla@hocat.ca: https://hg.mozilla.org/integration/autoland/rev/be3173822987 When looking for a downloaded mozharness config, only look where it was put. r=jlund https://hg.mozilla.org/integration/autoland/rev/5ecdc55db739 Use path relative to mozharness config modules to find configs. r=jlund https://hg.mozilla.org/integration/autoland/rev/780f67a36d6d Allow specifying extra paths to search for config files mozharness. r=jlund https://hg.mozilla.org/integration/autoland/rev/71510fd07ef5 Add support to taskcluster to specifying extra paths to mozharness. r=jlund
Comment 14•5 years ago
|
||
Backed out 4 changesets (bug 1415618) for build bustage failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=71510fd07ef52f8539ed37968e2ec7ea9c1a5fdd https://treeherder.mozilla.org/logviewer.html#?job_id=145199332&repo=autoland&lineNumber=452 https://hg.mozilla.org/integration/autoland/rev/71510fd07ef52f8539ed37968e2ec7ea9c1a5fdd
Flags: needinfo?(mozilla)
Comment 15•5 years ago
|
||
Backout by cbrindusan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b89090531f6a Backed out 4 changesets for build bustage failures. r=backout on a CLOSED TREE
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 20•5 years ago
|
||
Pushed by mozilla@hocat.ca: https://hg.mozilla.org/integration/autoland/rev/501306f6fc22 When looking for a downloaded mozharness config, only look where it was put. r=jlund https://hg.mozilla.org/integration/autoland/rev/1258a1b9888f Use path relative to mozharness config modules to find configs. r=jlund https://hg.mozilla.org/integration/autoland/rev/796e3f06ba99 Allow specifying extra paths to search for config files mozharness. r=jlund https://hg.mozilla.org/integration/autoland/rev/bcf4fd4217ef Add support to taskcluster to specifying extra paths to mozharness. r=jlund
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(mozilla)
Comment 21•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/501306f6fc22 https://hg.mozilla.org/mozilla-central/rev/1258a1b9888f https://hg.mozilla.org/mozilla-central/rev/796e3f06ba99 https://hg.mozilla.org/mozilla-central/rev/bcf4fd4217ef
You need to log in
before you can comment on or make changes to this bug.
Description
•