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", |
71 "[DEPOT_TOOLS]/gclient.py", | 84 "[DEPOT_TOOLS]/gclient.py", |
72 "runhooks" | 85 "runhooks" |
73 ], | 86 ], |
74 "env": { | 87 "env": { |
75 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1" | 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" |
76 }, | 89 }, |
77 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
78 }, | 91 }, |
79 { | 92 { |
80 "cmd": [ | 93 "cmd": [ |
81 "python", | 94 "python", |
82 "-u", | 95 "-u", |
83 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 96 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
84 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 97 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
85 "/path/to/tmp/json" | 98 "/path/to/tmp/json" |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 "--metadata", | 236 "--metadata", |
224 "blink_revision=124383", | 237 "blink_revision=124383", |
225 "--metadata", | 238 "--metadata", |
226 "build_number=571", | 239 "build_number=571", |
227 "--write-full-results-to", | 240 "--write-full-results-to", |
228 "/path/to/tmp/json" | 241 "/path/to/tmp/json" |
229 ], | 242 ], |
230 "name": "telemetry_perf_unittests" | 243 "name": "telemetry_perf_unittests" |
231 } | 244 } |
232 ] | 245 ] |
OLD | NEW |