Closed
Bug 1916928
Opened 2 months ago
Closed 1 months ago
add 'opt' support for .toml manifests
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(firefox132 fixed)
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
Details
Attachments
(1 file)
currently we use !debug
for opt
, but this also means asan
, tsan
, and ccov
. This can be misleading and I would like to add opt
as a keyword, eventually replacing all !debug
so we can properly run tests.
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/34c6cfc8a9ad
Add support for 'opt' in .toml manifest conditions. r=taskgraph-reviewers,jcristau
Comment 3•1 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 months ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•