Closed
Bug 1898051
Opened 9 months ago
Closed 8 months ago
add support for `./mach try fuzzy --tag <name>`
Categories
(Testing :: Mozbase, task)
Testing
Mozbase
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
References
(Regressed 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
currently we don't have a clean way to run tests that match a specific tag in their manifest files. This is frustrating if we have annotated tests and want to run specific tests and manifests without creating new task types.
In addition it appears that even with MOZHARNESS_TEST_PATHS we filter out tasks that have chunks but ignore tasks without chunks. I want to address that because it will make test tag filtering a reality.
Assignee | ||
Comment 1•9 months ago
|
||
Updated•9 months ago
|
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 months ago
|
||
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dd3704031d8c
Add the ability to run tasks that match a tag specified in the manifest. r=taskgraph-reviewers,ahal
Comment 4•8 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
Updated•8 months ago
|
Component: General → Mozbase
Comment 5•8 months ago
|
||
Backed out for causing bug 1900644.
Backout link: https://hg.mozilla.org/integration/autoland/rev/692966fc4c543508ff499ffff965ccecf990a433
Status: RESOLVED → REOPENED
status-firefox128:
fixed → ---
Flags: needinfo?(jmaher)
Resolution: FIXED → ---
Target Milestone: 128 Branch → ---
Comment 6•8 months ago
|
||
Backout merged in central: https://hg.mozilla.org/mozilla-central/rev/692966fc4c543508ff499ffff965ccecf990a433
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 8•8 months ago
|
||
Assignee | ||
Updated•8 months ago
|
Flags: needinfo?(jmaher)
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7e9c77a3cfd5
Add the ability to run tasks that match a tag specified in the manifest. r=ahal,taskgraph-reviewers
Comment 10•8 months ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 8 months ago → 8 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Updated•8 months ago
|
Attachment #9403671 -
Attachment description: WIP: Bug 1898051 - add ability for ./mach try --tag to work with wpt tests. → Bug 1898051 - add ability for ./mach try --tag to work with wpt tests. r=jgraham
Updated•7 months ago
|
Attachment #9403566 -
Attachment is obsolete: true
Updated•7 months ago
|
Attachment #9403566 -
Attachment is obsolete: true
Comment 11•7 months ago
|
||
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f67f22956ff5
add ability for ./mach try --tag to work with wpt tests. r=taskgraph-reviewers,bhearsum
Comment 12•7 months ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•