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

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

Powered by Google App Engine
This is Rietveld 408576698