Confirmed users
1,377
edits
(Created page with "{{Release Engineering How To|Trigger Talos Jobs}} * Sometimes a developer would want more talos runs for a certain changeset * You want to do this quickly as tinderbox-builds ar...") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Release Engineering How To|Trigger Talos Jobs}} | {{Release Engineering How To|Trigger Talos Jobs}} | ||
=Triggering Talos Jobs= | |||
* Sometimes a developer would want more talos runs for a certain changeset | * Sometimes a developer would want more talos runs for a certain changeset | ||
* You want to do this quickly as tinderbox-builds are removed | * You want to do this quickly as tinderbox-builds are removed | ||
| Line 6: | Line 7: | ||
* Use the filter for showing only the talos suites you want and click "Rebuild" on the right | * Use the filter for showing only the talos suites you want and click "Rebuild" on the right | ||
* Remember that '''the queue collapses for talos''' so you will have to wait for the job to become a running job (you can just watch the running BuildAPI display). Similarly the job you want to redo may have been combined with another change. | * Remember that '''the queue collapses for talos''' so you will have to wait for the job to become a running job (you can just watch the running BuildAPI display). Similarly the job you want to redo may have been combined with another change. | ||
=Retrigger all Talos runs for a build (using sendchange)= | |||
'''note''': this is how I (bear) did it, please edit/educate me if i'm doing it the hard way ;) | |||
* load [http://cruncher.build.mozilla.org/buildapi/revision/mozilla-central/4a3866321a14|http://cruncher.build.mozilla.org/buildapi/revision/mozilla-central/4a3866321a14] but with your changeset id | |||
* find each <os> <branch> build entry and click on the master link for that job | |||
* then find the "sendchange #" step - it should be "sendchange 6" and click on it's stdio link | |||
* copy that sendchange command and run it on any master's command line | |||
* rinse/repeat | |||