| 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 "--tag", | 365 "--tag", |
| 366 "purpose:CI", | 366 "purpose:CI", |
| 367 "--tag", | 367 "--tag", |
| 368 "purpose:post-commit", | 368 "purpose:post-commit", |
| 369 "--tag", | 369 "--tag", |
| 370 "slavename:TestSlavename", | 370 "slavename:TestSlavename", |
| 371 "--tag", | 371 "--tag", |
| 372 "stepname:telemetry_gpu_unittests on Ubuntu-12.04", | 372 "stepname:telemetry_gpu_unittests on Ubuntu-12.04", |
| 373 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", | 373 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", |
| 374 "--", | 374 "--", |
| 375 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json" | 375 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json", |
| 376 "--isolated-script-test-chartjson-output=${ISOLATED_OUTDIR}/chartjson-outp
ut.json" |
| 376 ], | 377 ], |
| 377 "env": { | 378 "env": { |
| 378 "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" |
| 379 }, | 380 }, |
| 380 "name": "[trigger] telemetry_gpu_unittests on Ubuntu-12.04", | 381 "name": "[trigger] telemetry_gpu_unittests on Ubuntu-12.04", |
| 381 "~followup_annotations": [ | 382 "~followup_annotations": [ |
| 382 "@@@STEP_LOG_LINE@json.output@{@@@", | 383 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 383 "@@@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\", @@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Ubuntu-12.04/e
eeeeeeeee/Linux Tests/571\": {@@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Ubuntu-12.04/e
eeeeeeeee/Linux Tests/571\": {@@@", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 407 "{\"base_task_name\": \"telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Li
nux Tests/571\", \"tasks\": {\"telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/L
inux Tests/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"h
ttps://chromium-swarm.appspot.com/user/task/10000\"}}}", | 408 "{\"base_task_name\": \"telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Li
nux Tests/571\", \"tasks\": {\"telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/L
inux Tests/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"h
ttps://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 408 "--task-output-dir", | 409 "--task-output-dir", |
| 409 "/path/to/tmp/" | 410 "/path/to/tmp/" |
| 410 ], | 411 ], |
| 411 "env": { | 412 "env": { |
| 412 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 413 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 413 }, | 414 }, |
| 414 "name": "telemetry_gpu_unittests on Ubuntu-12.04", | 415 "name": "telemetry_gpu_unittests on Ubuntu-12.04", |
| 415 "~followup_annotations": [ | 416 "~followup_annotations": [ |
| 416 "@@@STEP_LOG_LINE@outdir_json@{@@@", | 417 "@@@STEP_LOG_LINE@outdir_json@{@@@", |
| 418 "@@@STEP_LOG_LINE@outdir_json@ \"0/chartjson-output.json\": \"{\\\"dummy\
\\": \\\"dummy0\\\", \\\"charts\\\": [{\\\"entry2\\\": \\\"chart2\\\", \\\"entry
1\\\": \\\"chart1\\\"}]}\", @@@", |
| 417 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [
\\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"failures\\\": [], \\\"valid\\\":
true, \\\"times\\\": {\\\"test2.Test2\\\": 0.1, \\\"test1.Test1\\\": 0.1}}\", @@
@", | 419 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [
\\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"failures\\\": [], \\\"valid\\\":
true, \\\"times\\\": {\\\"test2.Test2\\\": 0.1, \\\"test1.Test1\\\": 0.1}}\", @@
@", |
| 418 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", | 420 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", |
| 419 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 421 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
| 420 "@@@STEP_LOG_END@outdir_json@@@", | 422 "@@@STEP_LOG_END@outdir_json@@@", |
| 421 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 423 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 422 ] | 424 ] |
| 423 }, | 425 }, |
| 424 { | 426 { |
| 425 "name": "$result", | 427 "name": "$result", |
| 426 "recipe_result": null, | 428 "recipe_result": null, |
| 427 "status_code": 0 | 429 "status_code": 0 |
| 428 } | 430 } |
| 429 ] | 431 ] |
| OLD | NEW |