| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 "@@@SET_BUILD_PROPERTY@got_v8_revision_git@\"801ada225ddc271c132c3a35f0397
5671d43e399\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_v8_revision_git@\"801ada225ddc271c132c3a35f0397
5671d43e399\"@@@", |
| 62 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_git@\"0f90628433546e61d9268596d
a93418c623137f4\"@@@", | 62 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_git@\"0f90628433546e61d9268596d
a93418c623137f4\"@@@", |
| 63 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_git@\"a0ee5d99f1d4b38d
daa4c759c837980b63b99566\"@@@", | 63 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_git@\"a0ee5d99f1d4b38d
daa4c759c837980b63b99566\"@@@", |
| 64 "@@@SET_BUILD_PROPERTY@got_revision_git@\"d9c4a4d173a97ef2832b65636b4200bb
93ea8ee1\"@@@" | 64 "@@@SET_BUILD_PROPERTY@got_revision_git@\"d9c4a4d173a97ef2832b65636b4200bb
93ea8ee1\"@@@" |
| 65 ] | 65 ] |
| 66 }, | 66 }, |
| 67 { | 67 { |
| 68 "cmd": [ | 68 "cmd": [ |
| 69 "python", | 69 "python", |
| 70 "-u", | 70 "-u", |
| 71 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | |
| 72 "--version" | |
| 73 ], | |
| 74 "name": "swarming.py --version", | |
| 75 "stdout": "/path/to/tmp/", | |
| 76 "~followup_annotations": [ | |
| 77 "@@@STEP_TEXT@0.4.10@@@" | |
| 78 ] | |
| 79 }, | |
| 80 { | |
| 81 "cmd": [ | |
| 82 "python", | |
| 83 "-u", | |
| 84 "[DEPOT_TOOLS]/gclient.py", | 71 "[DEPOT_TOOLS]/gclient.py", |
| 85 "runhooks" | 72 "runhooks" |
| 86 ], | 73 ], |
| 87 "env": { | 74 "env": { |
| 88 "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" | 75 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1" |
| 89 }, | 76 }, |
| 90 "name": "gclient runhooks" | 77 "name": "gclient runhooks" |
| 91 }, | 78 }, |
| 92 { | 79 { |
| 93 "cmd": [ | 80 "cmd": [ |
| 94 "python", | 81 "python", |
| 95 "-u", | 82 "-u", |
| 96 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 83 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 97 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 84 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 98 "/path/to/tmp/json" | 85 "/path/to/tmp/json" |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "--metadata", | 223 "--metadata", |
| 237 "blink_revision=124383", | 224 "blink_revision=124383", |
| 238 "--metadata", | 225 "--metadata", |
| 239 "build_number=571", | 226 "build_number=571", |
| 240 "--write-full-results-to", | 227 "--write-full-results-to", |
| 241 "/path/to/tmp/json" | 228 "/path/to/tmp/json" |
| 242 ], | 229 ], |
| 243 "name": "telemetry_perf_unittests" | 230 "name": "telemetry_perf_unittests" |
| 244 } | 231 } |
| 245 ] | 232 ] |
| OLD | NEW |