| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 { | 219 { |
| 220 "cmd": [ | 220 "cmd": [ |
| 221 "python", | 221 "python", |
| 222 "-u", | 222 "-u", |
| 223 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 223 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
| 224 "batcharchive", | 224 "batcharchive", |
| 225 "--dump-json", | 225 "--dump-json", |
| 226 "/path/to/tmp/json", | 226 "/path/to/tmp/json", |
| 227 "--isolate-server", | 227 "--isolate-server", |
| 228 "https://isolateserver.appspot.com", | 228 "https://isolateserver.appspot.com", |
| 229 "--verbose", |
| 229 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 230 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 230 ], | 231 ], |
| 231 "name": "isolate tests", | 232 "name": "isolate tests", |
| 232 "~followup_annotations": [ | 233 "~followup_annotations": [ |
| 233 "@@@STEP_LOG_LINE@json.output@{@@@", | 234 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@}@@@", | 236 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 236 "@@@STEP_LOG_END@json.output@@@", | 237 "@@@STEP_LOG_END@json.output@@@", |
| 237 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for
browser_tests]\"}@@@" | 238 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for
browser_tests]\"}@@@" |
| 238 ] | 239 ] |
| (...skipping 11 matching lines...) Expand all Loading... |
| 250 "--build_revision", | 251 "--build_revision", |
| 251 "143121", | 252 "143121", |
| 252 "--factory-properties", | 253 "--factory-properties", |
| 253 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client
.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client
.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 254 "--build-properties", | 255 "--build-properties", |
| 255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client
.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 256 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client
.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 256 ], | 257 ], |
| 257 "name": "package build" | 258 "name": "package build" |
| 258 } | 259 } |
| 259 ] | 260 ] |
| OLD | NEW |