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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_failed_isolated_script_test.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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "/path/to/tmp/" 419 "/path/to/tmp/"
420 ], 420 ],
421 "env": { 421 "env": {
422 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 422 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
423 }, 423 },
424 "name": "telemetry_gpu_unittests on Ubuntu-12.04", 424 "name": "telemetry_gpu_unittests on Ubuntu-12.04",
425 "~followup_annotations": [ 425 "~followup_annotations": [
426 "step returned non-zero exit code: 1", 426 "step returned non-zero exit code: 1",
427 "@@@STEP_TEXT@<br/>failures:<br/>test1.Test1<br/>test2.Test2<br/>test3.Tes t3<br/>test4.Test4<br/>@@@", 427 "@@@STEP_TEXT@<br/>failures:<br/>test1.Test1<br/>test2.Test2<br/>test3.Tes t3<br/>test4.Test4<br/>@@@",
428 "@@@STEP_LOG_LINE@outdir_json@{@@@", 428 "@@@STEP_LOG_LINE@outdir_json@{@@@",
429 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [ ], \\\"failures\\\": [\\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"valid\\\": true}\", @@@", 429 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [ ], \\\"failures\\\": [\\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"valid\\\": true, \\\"times\\\": {\\\"test2.Test2\\\": 0.1, \\\"test1.Test1\\\": 0.1}}\", @@ @",
430 "@@@STEP_LOG_LINE@outdir_json@ \"1/output.json\": \"{\\\"successes\\\": [ ], \\\"failures\\\": [\\\"test3.Test3\\\", \\\"test4.Test4\\\"], \\\"valid\\\": true}\", @@@", 430 "@@@STEP_LOG_LINE@outdir_json@ \"1/output.json\": \"{\\\"successes\\\": [ ], \\\"failures\\\": [\\\"test3.Test3\\\", \\\"test4.Test4\\\"], \\\"valid\\\": true, \\\"times\\\": {\\\"test3.Test3\\\": 0.1, \\\"test4.Test4\\\": 0.1}}\", @@ @",
431 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": true}, {\\\"internal_failure\\\": false, \\\"failure\\\": true}]}\"@@@", 431 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": true}, {\\\"internal_failure\\\": false, \\\"failure\\\": true}]}\"@@@",
432 "@@@STEP_LOG_LINE@outdir_json@}@@@", 432 "@@@STEP_LOG_LINE@outdir_json@}@@@",
433 "@@@STEP_LOG_END@outdir_json@@@", 433 "@@@STEP_LOG_END@outdir_json@@@",
434 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 434 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
435 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@", 435 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@",
436 "@@@STEP_FAILURE@@@" 436 "@@@STEP_FAILURE@@@"
437 ] 437 ]
438 }, 438 },
439 { 439 {
440 "name": "$result", 440 "name": "$result",
441 "reason": "1 tests failed: ['telemetry_gpu_unittests']", 441 "reason": "1 tests failed: ['telemetry_gpu_unittests']",
442 "recipe_result": null, 442 "recipe_result": null,
443 "status_code": 1 443 "status_code": 1
444 } 444 }
445 ] 445 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698