| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 "https://chromium-swarm.appspot.com", | 351 "https://chromium-swarm.appspot.com", |
| 352 "--decorate", | 352 "--decorate", |
| 353 "--print-status-updates", | 353 "--print-status-updates", |
| 354 "--shards", | 354 "--shards", |
| 355 "1", | 355 "1", |
| 356 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" | 356 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" |
| 357 ], | 357 ], |
| 358 "name": "browser_tests" | 358 "name": "browser_tests" |
| 359 } | 359 } |
| 360 ] | 360 ] |
| OLD | NEW |