| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 { | 298 { |
| 299 "cmd": [ | 299 "cmd": [ |
| 300 "python", | 300 "python", |
| 301 "-u", | 301 "-u", |
| 302 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 302 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 303 "--build-dir", | 303 "--build-dir", |
| 304 "[SLAVE_BUILD]/src/out/Release", | 304 "[SLAVE_BUILD]/src/out/Release", |
| 305 "--output-json", | 305 "--output-json", |
| 306 "/path/to/tmp/json" | 306 "/path/to/tmp/json" |
| 307 ], | 307 ], |
| 308 "env": { |
| 309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 310 }, |
| 308 "name": "find isolated tests", | 311 "name": "find isolated tests", |
| 309 "~followup_annotations": [ | 312 "~followup_annotations": [ |
| 310 "@@@STEP_LOG_LINE@json.output@{@@@", | 313 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 311 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 312 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 315 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 313 "@@@STEP_LOG_LINE@json.output@}@@@", | 316 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 314 "@@@STEP_LOG_END@json.output@@@", | 317 "@@@STEP_LOG_END@json.output@@@", |
| 315 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 318 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 316 ] | 319 ] |
| 317 }, | 320 }, |
| 318 { | 321 { |
| 319 "cmd": [ | 322 "cmd": [ |
| 320 "python", | 323 "python", |
| 321 "-u", | 324 "-u", |
| 322 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 325 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 323 "--isolated", | 326 "--isolated", |
| 324 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", | 327 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", |
| 325 "-I", | 328 "-I", |
| 326 "https://isolateserver.appspot.com", | 329 "https://isolateserver.appspot.com", |
| 327 "--verbose", | 330 "--verbose", |
| 328 "--", | 331 "--", |
| 329 "--correct-common-arg", | 332 "--correct-common-arg", |
| 330 "--these-args-should-be-present", | 333 "--these-args-should-be-present", |
| 331 "--test-machine-name=\"Linux Tests\"", | 334 "--test-machine-name=\"Linux Tests\"", |
| 332 "--build-revision=\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"", | 335 "--build-revision=\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"", |
| 333 "--isolated-script-test-output", | 336 "--isolated-script-test-output", |
| 334 "/path/to/tmp/json" | 337 "/path/to/tmp/json" |
| 335 ], | 338 ], |
| 339 "env": { |
| 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 341 }, |
| 336 "name": "telemetry_gpu_unittests", | 342 "name": "telemetry_gpu_unittests", |
| 337 "~followup_annotations": [ | 343 "~followup_annotations": [ |
| 338 "@@@STEP_LOG_LINE@json.output@{@@@", | 344 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 339 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 345 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 340 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 346 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 341 "@@@STEP_LOG_LINE@json.output@}@@@", | 347 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 342 "@@@STEP_LOG_END@json.output@@@" | 348 "@@@STEP_LOG_END@json.output@@@" |
| 343 ] | 349 ] |
| 344 }, | 350 }, |
| 345 { | 351 { |
| 346 "name": "$result", | 352 "name": "$result", |
| 347 "recipe_result": null, | 353 "recipe_result": null, |
| 348 "status_code": 0 | 354 "status_code": 0 |
| 349 } | 355 } |
| 350 ] | 356 ] |
| OLD | NEW |