| 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 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 ] | 84 ] |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "python", | 88 "python", |
| 89 "-u", | 89 "-u", |
| 90 "[DEPOT_TOOLS]/gclient.py", | 90 "[DEPOT_TOOLS]/gclient.py", |
| 91 "runhooks" | 91 "runhooks" |
| 92 ], | 92 ], |
| 93 "env": { | 93 "env": { |
| 94 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver.ap
pspot.com use_goma=1" | 94 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" |
| 95 }, | 95 }, |
| 96 "name": "gclient runhooks" | 96 "name": "gclient runhooks" |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "cmd": [ | 99 "cmd": [ |
| 100 "python", | 100 "python", |
| 101 "-u", | 101 "-u", |
| 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 104 "/path/to/tmp/json" | 104 "/path/to/tmp/json" |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "/path/to/tmp/json" | 319 "/path/to/tmp/json" |
| 320 ], | 320 ], |
| 321 "name": "telemetry_perf_unittests" | 321 "name": "telemetry_perf_unittests" |
| 322 }, | 322 }, |
| 323 { | 323 { |
| 324 "name": "$final_result", | 324 "name": "$final_result", |
| 325 "reason": "Build failed due to 1 test failures", | 325 "reason": "Build failed due to 1 test failures", |
| 326 "status_code": 1 | 326 "status_code": 1 |
| 327 } | 327 } |
| 328 ] | 328 ] |
| OLD | NEW |