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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
199 "@@@STEP_LOG_LINE@json.output@}@@@", | 199 "@@@STEP_LOG_LINE@json.output@}@@@", |
200 "@@@STEP_LOG_END@json.output@@@", | 200 "@@@STEP_LOG_END@json.output@@@", |
201 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 201 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
202 ] | 202 ] |
203 }, | 203 }, |
204 { | 204 { |
205 "cmd": [ | 205 "cmd": [ |
206 "python", | 206 "python", |
207 "-u", | 207 "-u", |
208 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", | |
209 "--path-build", | |
210 "[BUILD]", | |
211 "--", | |
212 "--target", | |
213 "Release", | |
214 "--xvfb", | |
215 "--factory-properties", | |
216 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"swarm_hashes\": {\"telemetry_gpu_unittests\":
\"eeeeeeeeeeeeeeeeeeeeeeeeeeeeee\"}, \"workdir\": \"/path/to/workdir/TestSlaven
ame\"}", | |
217 "--build-properties", | |
218 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"swarm_hashes\": {\"telemetry_gpu_unittests\":
\"eeeeeeeeeeeeeeeeeeeeeeeeeeeeee\"}, \"workdir\": \"/path/to/workdir/TestSlaven
ame\"}", | |
219 "--test-type=telemetry_gpu_unittests", | |
220 "--step-name=telemetry_gpu_unittests", | |
221 "--builder-name=Linux Tests", | |
222 "--slave-name=TestSlavename", | |
223 "--build-number=571", | |
224 "--run-python-script", | |
225 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 208 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
226 "--isolated", | 209 "--isolated", |
227 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", | 210 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", |
228 "-I", | 211 "-I", |
229 "https://isolateserver.appspot.com", | 212 "https://isolateserver.appspot.com", |
| 213 "--verbose", |
230 "--", | 214 "--", |
231 "--isolated-script-test-output", | 215 "--isolated-script-test-output", |
232 "/path/to/tmp/json" | 216 "/path/to/tmp/json" |
233 ], | 217 ], |
234 "cwd": "[SLAVE_BUILD]", | 218 "cwd": "[SLAVE_BUILD]", |
235 "name": "telemetry_gpu_unittests", | 219 "name": "telemetry_gpu_unittests", |
236 "~followup_annotations": [ | 220 "~followup_annotations": [ |
237 "@@@STEP_LOG_LINE@json.output@{@@@", | 221 "@@@STEP_LOG_LINE@json.output@{@@@", |
238 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 222 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
239 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 223 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
240 "@@@STEP_LOG_LINE@json.output@}@@@", | 224 "@@@STEP_LOG_LINE@json.output@}@@@", |
241 "@@@STEP_LOG_END@json.output@@@" | 225 "@@@STEP_LOG_END@json.output@@@" |
242 ] | 226 ] |
243 } | 227 } |
244 ] | 228 ] |
OLD | NEW |