| OLD | NEW |
| 1 This directory contains examples how to use this toolset to run tasks remotely. | 1 This directory contains examples how to use this toolset to run tasks remotely. |
| 2 | 2 |
| 3 You should look at the code and try these in the following order: | 3 You should look at the code and try these in the following order: |
| 4 - 1_isolate_server.py | 4 - 1_isolate_server.py |
| 5 - 2_swarming_run_auto_upload.py | 5 - 2_swarming_run.py |
| 6 - 3_swarming_trigger_collect.py | 6 - 3_swarming_trigger_collect.py |
| 7 - 4_swarming_run_manual_upload.py | 7 - 4_swarming_run_manual_upload.py |
| 8 | 8 |
| 9 Look at the docstring of each script to see what they do. | 9 Look at the docstring of each script to see what they do. |
| OLD | NEW |