Closed
Bug 1276393
Opened 9 years ago
Closed 8 years ago
Trychooser should not include platform restrictions for 'none' tests chosen
Categories
(Release Engineering :: General, enhancement)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgilbert, Assigned: standard8)
Details
Currently:
try: -b do -p win64 -u mochitest-gl[Windows 8] -t none[Windows 8]
Suggest:
try: -b do -p win64 -u mochitest-gl[Windows 8] -t none
This cleans it up for cases with a ton of -u restrictions but no -t tests.
Updated•8 years ago
|
Component: Tools → General
Assignee | ||
Comment 1•8 years ago
|
||
I fixed this in https://github.com/mozilla-releng/services/pull/376 (not released yet)
Assignee: nobody → standard8
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 2•8 years ago
|
||
PR 376 was released to production
You need to log in
before you can comment on or make changes to this bug.
Description
•