Confirmed users
4,467
edits
Line 88: | Line 88: | ||
==Tutorial== | ==Tutorial== | ||
* You've got your | * You've got your patch ready to try | ||
* Set the commit comment to what you would like to run on try. In this case, let's say you want a linux opt build, no mobile, and only get talos tp4 results | * Set the commit comment to what you would like to run on try. In this case, let's say you want a linux opt build, no mobile, and only get talos tp4 results | ||
hg commit -m "Patch to fix a pixel placement try: --build o --p linux --m none --t tp4" | hg commit -m "Patch to fix a pixel placement try: --build o --p linux --m none --t tp4" | ||
* Push to try | |||
* What happens? 'Linux tryserver build' builder is created and runs your opt linux build. If the build completes successfully then the talos tests are triggered and once the test-master gets the notice of the change it will read the hg commit comments and only kick off the one builder for tp4 'Rev3 Fedora 12 tryserver talos tp4' | * What happens? 'Linux tryserver build' builder is created and runs your opt linux build. If the build completes successfully then the talos tests are triggered and once the test-master gets the notice of the change it will read the hg commit comments and only kick off the one builder for tp4 'Rev3 Fedora 12 tryserver talos tp4' |