| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "--tag", | 366 "--tag", |
| 367 "purpose:CI", | 367 "purpose:CI", |
| 368 "--tag", | 368 "--tag", |
| 369 "purpose:post-commit", | 369 "purpose:post-commit", |
| 370 "--tag", | 370 "--tag", |
| 371 "slavename:TestSlavename", | 371 "slavename:TestSlavename", |
| 372 "--tag", | 372 "--tag", |
| 373 "stepname:telemetry_gpu_unittests on Ubuntu-12.04", | 373 "stepname:telemetry_gpu_unittests on Ubuntu-12.04", |
| 374 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", | 374 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", |
| 375 "--", | 375 "--", |
| 376 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json", | 376 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json" |
| 377 "--isolated-script-test-chartjson-output=${ISOLATED_OUTDIR}/chartjson-outp
ut.json" | |
| 378 ], | 377 ], |
| 379 "env": { | 378 "env": { |
| 380 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 379 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 381 }, | 380 }, |
| 382 "name": "[trigger] telemetry_gpu_unittests on Ubuntu-12.04", | 381 "name": "[trigger] telemetry_gpu_unittests on Ubuntu-12.04", |
| 383 "~followup_annotations": [ | 382 "~followup_annotations": [ |
| 384 "@@@STEP_LOG_LINE@json.output@{@@@", | 383 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte
sts/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571\", @@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte
sts/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571\", @@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Ubuntu-12.04/e
eeeeeeeee/Linux Tests/571:2:0\": {@@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Ubuntu-12.04/e
eeeeeeeee/Linux Tests/571:2:0\": {@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 "@@@STEP_FAILURE@@@" | 433 "@@@STEP_FAILURE@@@" |
| 435 ] | 434 ] |
| 436 }, | 435 }, |
| 437 { | 436 { |
| 438 "name": "$result", | 437 "name": "$result", |
| 439 "reason": "1 tests failed: ['telemetry_gpu_unittests']", | 438 "reason": "1 tests failed: ['telemetry_gpu_unittests']", |
| 440 "recipe_result": null, | 439 "recipe_result": null, |
| 441 "status_code": 1 | 440 "status_code": 1 |
| 442 } | 441 } |
| 443 ] | 442 ] |
| OLD | NEW |