Closed
Bug 1305720
Opened 9 years ago
Closed 9 years ago
Fix --artifact try syntax flag on TaskCluster
Categories
(Testing :: General, defect)
Testing
General
Tracking
(firefox52 fixed)
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: impossibus, Assigned: impossibus)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In a try push [1], I noticed that the --artifact try syntax was never being checked on certain TC build tasks because they use --skip-buildbot-actions, which means that |is_automation| set to False in the mozharness config.
Example
> c:\mozilla-build\python\python.exe .\build\src\testing\mozharness\scripts\fx_desktop_build.py --config builds\taskcluster_firefox_win64_opt.py --branch try --skip-buildbot-actions --work-dir z:\task_1473434753\build
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=010de1d900f9815e543050418e51409d6da2ea3f&selectedJob=27217582
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•9 years ago
|
||
Try push showing that --artifact flag is checked on all platforms:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=25fed05039ea91b9d6ce49fb5e8c19b220661382
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8795311 [details]
Bug 1305720 - Check for --artifact try syntax regardless of is_automation value;
https://reviewboard.mozilla.org/r/81408/#review79970
Attachment #8795311 -
Flags: review?(armenzg) → review+
Pushed by mjzffr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8a0d7d0adf23
Check for --artifact try syntax regardless of is_automation value; r=armenzg
Comment 5•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•