Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.json

Issue 2150993005: Make _merge_isolated_script_shards robust to harness failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Addressed review feedback from vadimsh. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "telemetry_gpu_unittests on NVIDIA GPU on Linux/Linux/eeeeeeeeee/Linux Tes ts/571", 416 "telemetry_gpu_unittests on NVIDIA GPU on Linux/Linux/eeeeeeeeee/Linux Tes ts/571",
417 "--task-output-dir", 417 "--task-output-dir",
418 "/path/to/tmp/" 418 "/path/to/tmp/"
419 ], 419 ],
420 "env": { 420 "env": {
421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
422 }, 422 },
423 "name": "telemetry_gpu_unittests on NVIDIA GPU on Linux on Linux", 423 "name": "telemetry_gpu_unittests on NVIDIA GPU on Linux on Linux",
424 "~followup_annotations": [ 424 "~followup_annotations": [
425 "@@@STEP_LOG_LINE@outdir_json@{@@@", 425 "@@@STEP_LOG_LINE@outdir_json@{@@@",
426 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [ \\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"failures\\\": [], \\\"valid\\\": true}\", @@@", 426 "@@@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}}\", @@ @",
427 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", 427 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
428 "@@@STEP_LOG_LINE@outdir_json@}@@@", 428 "@@@STEP_LOG_LINE@outdir_json@}@@@",
429 "@@@STEP_LOG_END@outdir_json@@@", 429 "@@@STEP_LOG_END@outdir_json@@@",
430 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 430 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
431 ] 431 ]
432 }, 432 },
433 { 433 {
434 "name": "$result", 434 "name": "$result",
435 "recipe_result": null, 435 "recipe_result": null,
436 "status_code": 0 436 "status_code": 0
437 } 437 }
438 ] 438 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698