Closed
Bug 1587491
Opened 6 years ago
Closed 6 years ago
Update try commands for pushing to Talos/DAMP in DevTools documentation
Categories
(DevTools :: Documentation, task, P3)
DevTools
Documentation
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Firefox 71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
Attachments
(1 file)
The DevTools documentation currently suggests using
./mach try -b o -p linux64 -u none -t damp --rebuild-talos 5 --artifact
to push DAMP tests to try.
However it seems that the decision job can sometimes be picky (buggy?) and decide to not run any job if no file has changed.
For instance sometimes you want to do a first "baseline" push without any custom commit, and then another push with your fixes. When using try syntax, this baseline push will very often be without any job. Example: https://treeherder.mozilla.org/#/jobs?repo=try&revision=83838d09004c288b9cafca2182bb6e56ad02e845, (decision job log)
We should update the documentation to suggest using ./mach try fuzzy
which seems to consistently run the expected jobs.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Component: General → Documentation
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/58210b29915a
Update DAMP try command documentation r=nchevobbe
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
You need to log in
before you can comment on or make changes to this bug.
Description
•