75
edits
(Some minor updates) |
(Merged 'Running tests Locally' with new section on setup) |
||
| Line 33: | Line 33: | ||
# place the script in the mozilla-build directory | # place the script in the mozilla-build directory | ||
# copy the task ID from treeherder for the Build | # copy the task ID from treeherder for the windows10-aarch64 Build (artifact is supported) | ||
# invoke start-shell.bat, which will launch a bash-like command line | # invoke start-shell.bat, which will launch a bash-like command line | ||
# from mozilla-build directory, run the test runner script as follows: | # from mozilla-build directory, run the test runner script as follows: | ||
bash script.sh task_id test_type <chunk_to_run> <total_chunks> | bash script.sh task_id test_type <chunk_to_run> <total_chunks> | ||
Example: | |||
bash script.sh Q-CE8DFvSAWmc08vw6bd6A xpcshell 1 8 | |||
=== Mozilla-central === | === Mozilla-central === | ||
| Line 132: | Line 135: | ||
For an up-to-date list of tests, please refer to [https://searchfox.org/mozilla-central/source/taskcluster/ci/test/test-platforms.yml#222 this file]. | For an up-to-date list of tests, please refer to [https://searchfox.org/mozilla-central/source/taskcluster/ci/test/test-platforms.yml#222 this file]. | ||
= Run tests on Try = | = Run tests on Try = | ||
edits