| 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 Tests", | 10 "Linux Tests", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 ] | 92 ] |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "cmd": [ | 95 "cmd": [ |
| 96 "python", | 96 "python", |
| 97 "-u", | 97 "-u", |
| 98 "[DEPOT_TOOLS]/gclient.py", | 98 "[DEPOT_TOOLS]/gclient.py", |
| 99 "runhooks" | 99 "runhooks" |
| 100 ], | 100 ], |
| 101 "env": { | 101 "env": { |
| 102 "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" | 102 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" |
| 103 }, | 103 }, |
| 104 "name": "gclient runhooks" | 104 "name": "gclient runhooks" |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "cmd": [ | 107 "cmd": [ |
| 108 "python", | 108 "python", |
| 109 "-u", | 109 "-u", |
| 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 111 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 111 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 112 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "https://chromium-swarm.appspot.com", | 359 "https://chromium-swarm.appspot.com", |
| 360 "--decorate", | 360 "--decorate", |
| 361 "--print-status-updates", | 361 "--print-status-updates", |
| 362 "--shards", | 362 "--shards", |
| 363 "1", | 363 "1", |
| 364 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" | 364 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" |
| 365 ], | 365 ], |
| 366 "name": "browser_tests" | 366 "name": "browser_tests" |
| 367 } | 367 } |
| 368 ] | 368 ] |
| OLD | NEW |