32
edits
No edit summary |
(→Run the tasks to staging pools (OSX/Linux): add link to trychooser) |
||
| Line 319: | Line 319: | ||
</pre> | </pre> | ||
* Commit the changes using the following commit message: hg commit -m "<commit_message>; try: -b do -p macosx64 -u all -t none". The <commit_message> will be a message that will describe your action, like: Run all tests on OSX staging workers. | * Commit the changes using the following commit message: hg commit -m "<commit_message>; try: -b do -p macosx64 -u all -t none". The <commit_message> will be a message that will describe your action, like: Run all tests on OSX staging workers. | ||
{| class="wikitable" | |||
|- | |||
| To run different tests or on a different platform, use https://mozilla-releng.net/trychooser/ | |||
|- | |||
| Do _not_ run unnecessay tests or you may end up on the [https://catlee.github.io/highscores/highscores.html hiscore board]. | |||
|} | |||
* Push the changes into try repository: hg push -f -r . ssh://hg.mozilla.org/try | * Push the changes into try repository: hg push -f -r . ssh://hg.mozilla.org/try | ||
* You will receive an email like this: | * You will receive an email like this: | ||
edits