| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel", | 10 "linux_chromium_rel", |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "base_unittests_run", | 226 "base_unittests_run", |
| 227 "browser_tests", | 227 "browser_tests", |
| 228 "browser_tests_run" | 228 "browser_tests_run" |
| 229 ], | 229 ], |
| 230 "name": "compile (with patch)" | 230 "name": "compile (with patch)" |
| 231 }, | 231 }, |
| 232 { | 232 { |
| 233 "cmd": [ | 233 "cmd": [ |
| 234 "python", | 234 "python", |
| 235 "-u", | 235 "-u", |
| 236 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", | |
| 237 "--build-dir", | |
| 238 "[SLAVE_BUILD]/src/out/Release", | |
| 239 "--src-dir", | |
| 240 "[SLAVE_BUILD]/src" | |
| 241 ], | |
| 242 "cwd": "[SLAVE_BUILD]", | |
| 243 "name": "remove_build_metadata" | |
| 244 }, | |
| 245 { | |
| 246 "cmd": [ | |
| 247 "python", | |
| 248 "-u", | |
| 249 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 236 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
| 250 "/path/to/tmp/", | 237 "/path/to/tmp/", |
| 251 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" | 238 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" |
| 252 ], | 239 ], |
| 253 "name": "find isolated targets" | 240 "name": "find isolated targets" |
| 254 }, | 241 }, |
| 255 { | 242 { |
| 256 "cmd": [ | 243 "cmd": [ |
| 257 "python", | 244 "python", |
| 258 "-u", | 245 "-u", |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 538 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 552 "@@@STEP_FAILURE@@@" | 539 "@@@STEP_FAILURE@@@" |
| 553 ] | 540 ] |
| 554 }, | 541 }, |
| 555 { | 542 { |
| 556 "name": "$final_result", | 543 "name": "$final_result", |
| 557 "reason": "Step('browser_tests') failed with return_code 1", | 544 "reason": "Step('browser_tests') failed with return_code 1", |
| 558 "status_code": 1 | 545 "status_code": 1 |
| 559 } | 546 } |
| 560 ] | 547 ] |
| OLD | NEW |