| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 "-u", | 176 "-u", |
| 177 "[BUILD]/scripts/slave/cleanup_temp.py" | 177 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 178 ], | 178 ], |
| 179 "cwd": "[SLAVE_BUILD]", | 179 "cwd": "[SLAVE_BUILD]", |
| 180 "name": "cleanup_temp" | 180 "name": "cleanup_temp" |
| 181 }, | 181 }, |
| 182 { | 182 { |
| 183 "cmd": [ | 183 "cmd": [ |
| 184 "python", | 184 "python", |
| 185 "-u", | 185 "-u", |
| 186 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 186 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 187 "--build-dir", | 187 "--build-dir", |
| 188 "[SLAVE_BUILD]/src/out/Release", | 188 "[SLAVE_BUILD]/src/out/Release", |
| 189 "--clean-isolated-files" | 189 "--clean-isolated-files" |
| 190 ], | 190 ], |
| 191 "cwd": "[SLAVE_BUILD]", | 191 "cwd": "[SLAVE_BUILD]", |
| 192 "name": "clean isolated files" | 192 "name": "clean isolated files" |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 "cmd": [ | 195 "cmd": [ |
| 196 "python", | 196 "python", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "name": "compile", | 238 "name": "compile", |
| 239 "~followup_annotations": [ | 239 "~followup_annotations": [ |
| 240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 241 "@@@STEP_LOG_END@json.output (invalid)@@@" | 241 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 242 ] | 242 ] |
| 243 }, | 243 }, |
| 244 { | 244 { |
| 245 "cmd": [ | 245 "cmd": [ |
| 246 "python", | 246 "python", |
| 247 "-u", | 247 "-u", |
| 248 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 248 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
| 249 "--build-dir", | 249 "--build-dir", |
| 250 "[SLAVE_BUILD]/src/out/Release", | 250 "[SLAVE_BUILD]/src/out/Release", |
| 251 "--src-dir", | 251 "--src-dir", |
| 252 "[SLAVE_BUILD]/src" | 252 "[SLAVE_BUILD]/src" |
| 253 ], | 253 ], |
| 254 "cwd": "[SLAVE_BUILD]", | 254 "cwd": "[SLAVE_BUILD]", |
| 255 "name": "remove_build_metadata" | 255 "name": "remove_build_metadata" |
| 256 }, | 256 }, |
| 257 { | 257 { |
| 258 "cmd": [ | 258 "cmd": [ |
| 259 "python", | 259 "python", |
| 260 "-u", | 260 "-u", |
| 261 "RECIPE_MODULE[isolate]/resources/isolate.py", | 261 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
| 262 "[SLAVE_BUILD]/src/tools/swarming_client", | 262 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 263 "batcharchive", | 263 "batcharchive", |
| 264 "--dump-json", | 264 "--dump-json", |
| 265 "/path/to/tmp/json", | 265 "/path/to/tmp/json", |
| 266 "--isolate-server", | 266 "--isolate-server", |
| 267 "https://isolateserver.appspot.com", | 267 "https://isolateserver.appspot.com", |
| 268 "--verbose", | 268 "--verbose", |
| 269 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_unittests.isolated.gen.json" | 269 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_unittests.isolated.gen.json" |
| 270 ], | 270 ], |
| 271 "cwd": "[SLAVE_BUILD]", | 271 "cwd": "[SLAVE_BUILD]", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "~followup_annotations": [ | 342 "~followup_annotations": [ |
| 343 "@@@STEP_TEXT@Linux Tests@@@" | 343 "@@@STEP_TEXT@Linux Tests@@@" |
| 344 ] | 344 ] |
| 345 }, | 345 }, |
| 346 { | 346 { |
| 347 "name": "$result", | 347 "name": "$result", |
| 348 "recipe_result": null, | 348 "recipe_result": null, |
| 349 "status_code": 0 | 349 "status_code": 0 |
| 350 } | 350 } |
| 351 ] | 351 ] |
| OLD | NEW |