Confirmed users
4,467
edits
Line 8: | Line 8: | ||
== How do I trigger a talos run for a given try build? == | == How do I trigger a talos run for a given try build? == | ||
* When someone pings you in #build with their try run dir name (format: email-changeset): | * When someone pings you in #build with their try run dir name (format: email-changeset): | ||
** ssh into production- | ** ssh into production-master{01,02,03} OR run from your machine tools/buildfarm/maintenance/try_sendchange.py (on the production-masters, there is a ~/try_sendchange.sh wrapper script which uses argparse in /tools/buildbot-0.8.0/bin/python) | ||
./try_sendchange.sh mak77@bonardo.net-04da41d5f2ce #example email-changeset | |||
# OR to do custom set of talos suites | |||
./try_sendchange.sh mak77@bonardo.net-04da41d5f2c3 --t scroll,svg,nochrome <-- no spaces between comma-separated suite names! | |||
** It will spew back to you all the sendchanges it does. | ** It will spew back to you all the sendchanges it does. | ||