947
edits
m (→test-master1: note what master path means) |
m (→buildbot config files and what they do: note switch_configs command) |
||
| Line 105: | Line 105: | ||
* you will be working out of | * you will be working out of | ||
configs-{your_name}/mozilla-tests | configs-{your_name}/mozilla-tests | ||
* you can switch configs from <tt>/builds/buildbot/mozilla-tests1</tt> | |||
./switch_configs {name} | |||
==== config.py ==== | ==== config.py ==== | ||
* contains configuration for talos tests | * contains configuration for talos tests | ||
| Line 120: | Line 122: | ||
** can switch on/off branches to narrow down testing to some/all branches | ** can switch on/off branches to narrow down testing to some/all branches | ||
** can switch on/off platforms to narrow testing to some/all OSes | ** can switch on/off platforms to narrow testing to some/all OSes | ||
=== how to run custom talos code === | === how to run custom talos code === | ||
* talos code is checked out per-run by default | * talos code is checked out per-run by default | ||
edits