Closed
Bug 1839957
Opened 2 years ago
Closed 2 years ago
Port Taskgraph's `--exclude-keys` flag to Gecko
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox116 fixed)
RESOLVED
FIXED
116 Branch
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
Details
Attachments
(1 file)
This is a feature that landed in upstream Taskgraph but never got synced to Gecko. It's incredibly useful when using the --diff flag, but for when some changes are expected (and you want to verify no other changes made it in).
| Assignee | ||
Comment 1•2 years ago
|
||
This is a straight port from upstream Taskgraph.
This flag is useful when using --diff -J but some changes are expected. You
can exclude the keys with expected changes, and still verify that the remaining
graphs are identical.
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f4700dae3917
[ci] Port '--exclude-key' to |mach taskgraph|, r=taskgraph-reviewers,gabriel
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•