ReleaseEngineering/How To/Trigger Talos Jobs
< ReleaseEngineering | How To
Jump to navigation
Jump to search
Triggering Talos Jobs
- Sometimes a developer would want more talos runs for a certain changeset
- You want to do this quickly as tinderbox-builds are removed
- Load up the revision/branch/changeset BuildAPI page (e.g. bug 598153)
- 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.
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 [1] 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