Closed
Bug 1544441
Opened 6 years ago
Closed 6 years ago
make windows/aarch64 not run by default on try pushes
Categories
(Testing :: General, defect)
Tracking
(firefox68 fixed)
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: jmaher, Assigned: egao)
Details
Attachments
(1 file)
we have 29 machines total assuming all are online- we need these for m-c runs and specific try runs- unfortunately when developers push |try -b all -p all -u all| we get all the win/aarch64 tests run on a try push.
we tried in bug 1543521, this doesn't seem to be solving the problem.
we should be able to make this require |./mach try fuzzy --full| by doing:
- adding the right string here: https://searchfox.org/mozilla-central/source/tools/tryselect/selectors/fuzzy.py#27
and:
- doing something similar to: https://phabricator.services.mozilla.com/D3921
Reporter | ||
Comment 1•6 years ago
|
||
:egao, can you look into this something this week?
In doing so we should also update:
https://wiki.mozilla.org/CI_Automation/windows10_aarch64
Flags: needinfo?(egao)
Assignee | ||
Comment 2•6 years ago
|
||
- made changes to use attr instead of tasks.label
Updated•6 years ago
|
Attachment #9058406 -
Attachment description: Bug 1544441 - prevent selecting windows10-aarch64 jobs unless with --full → Bug 1544441 - prevent selecting windows10-aarch64 jobs using old try syntax and fuzzy unless --full is used
Pushed by egao@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4574b686fdd4
prevent selecting windows10-aarch64 jobs using old try syntax and fuzzy unless --full is used r=jmaher
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → egao
Flags: needinfo?(egao)
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•