Closed
Bug 1525736
Opened 6 years ago
Closed 6 years ago
Allow looking up parameters by project for trust-domains other than `gecko`.
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox67 fixed)
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: tomprince, Assigned: tomprince)
Details
Attachments
(1 file)
This is primarily aimed at allowing the out-of-tree taskgraph code to specify parameters using a project reference, but it also allows comm-central to be specified.
Assignee | ||
Comment 1•6 years ago
|
||
Previously, this code looked parameters under gecko.v2
, but that doesn't work
for projects using the out-of-tree taskgraph code, or Thunderbird. This moves
the parameter loading slightly later to vary the index used based on trust domain.
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/integration/autoland/rev/c9ea3a7176aa
[taskgraph] Allow looking up parameters by project for trust-domains other than `gecko`; r=dustin
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•