| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 6 "RECIPE_MODULE[depot_tools::git]/resources/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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 "cmd": [ | 158 "cmd": [ |
| 159 "python", | 159 "python", |
| 160 "-u", | 160 "-u", |
| 161 "[SLAVE_BUILD]/swarming.client/swarming.py", | 161 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 162 "trigger", | 162 "trigger", |
| 163 "--swarming", | 163 "--swarming", |
| 164 "https://chromium-swarm-dev.appspot.com", | 164 "https://chromium-swarm-dev.appspot.com", |
| 165 "--isolate-server", | 165 "--isolate-server", |
| 166 "https://isolateserver-dev.appspot.com", | 166 "https://isolateserver-dev.appspot.com", |
| 167 "--priority", | 167 "--priority", |
| 168 "30", | 168 "35", |
| 169 "--shards", | 169 "--shards", |
| 170 "1", | 170 "1", |
| 171 "--task-name", | 171 "--task-name", |
| 172 "hello_world/Windows-7-SP1/hash_for_w", | 172 "hello_world/Windows-7-SP1/hash_for_w", |
| 173 "--dump-json", | 173 "--dump-json", |
| 174 "/path/to/tmp/json", | 174 "/path/to/tmp/json", |
| 175 "--expiration", | 175 "--expiration", |
| 176 "3600", | 176 "3600", |
| 177 "--io-timeout", | 177 "--io-timeout", |
| 178 "1200", | 178 "1200", |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 626 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 627 "@@@STEP_LOG_END@python.inline@@@" | 627 "@@@STEP_LOG_END@python.inline@@@" |
| 628 ] | 628 ] |
| 629 }, | 629 }, |
| 630 { | 630 { |
| 631 "name": "$result", | 631 "name": "$result", |
| 632 "recipe_result": null, | 632 "recipe_result": null, |
| 633 "status_code": 0 | 633 "status_code": 0 |
| 634 } | 634 } |
| 635 ] | 635 ] |
| OLD | NEW |