OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/git_setup.py", | 6 "[BUILD]/scripts/slave/git_setup.py", |
7 "--path", | 7 "--path", |
8 "[SLAVE_BUILD]/swarming.client", | 8 "[SLAVE_BUILD]/swarming.client", |
9 "--url", | 9 "--url", |
10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 "/path/to/tmp/json" | 87 "/path/to/tmp/json" |
88 ], | 88 ], |
89 "cwd": "[SLAVE_BUILD]", | 89 "cwd": "[SLAVE_BUILD]", |
90 "name": "find isolated tests", | 90 "name": "find isolated tests", |
91 "~followup_annotations": [ | 91 "~followup_annotations": [ |
92 "@@@STEP_LOG_LINE@json.output@{}@@@", | 92 "@@@STEP_LOG_LINE@json.output@{}@@@", |
93 "@@@STEP_LOG_END@json.output@@@", | 93 "@@@STEP_LOG_END@json.output@@@", |
94 "@@@STEP_WARNINGS@@@", | 94 "@@@STEP_WARNINGS@@@", |
95 "@@@SET_BUILD_PROPERTY@swarm_hashes@{}@@@" | 95 "@@@SET_BUILD_PROPERTY@swarm_hashes@{}@@@" |
96 ] | 96 ] |
| 97 }, |
| 98 { |
| 99 "cmd": [ |
| 100 "python", |
| 101 "-u", |
| 102 "[SLAVE_BUILD]/swarming.client/run_isolated.py", |
| 103 "--isolated", |
| 104 "7b28d637ab6bb2516584c21e1098736682457f11", |
| 105 "-I", |
| 106 "https://isolateserver-dev.appspot.com", |
| 107 "--verbose", |
| 108 "--", |
| 109 "--foo" |
| 110 ], |
| 111 "cwd": "[SLAVE_BUILD]", |
| 112 "name": "base_unittests" |
97 } | 113 } |
98 ] | 114 ] |
OLD | NEW |