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

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

Issue 2073923002: Support sharding for swarmed isolated script tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Explicitly handle missing shards' output. Created 4 years, 6 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "/path/to/tmp/" 408 "/path/to/tmp/"
409 ], 409 ],
410 "env": { 410 "env": {
411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
412 }, 412 },
413 "name": "telemetry_gpu_unittests on Ubuntu-12.04", 413 "name": "telemetry_gpu_unittests on Ubuntu-12.04",
414 "~followup_annotations": [ 414 "~followup_annotations": [
415 "step returned non-zero exit code: 255", 415 "step returned non-zero exit code: 255",
416 "@@@STEP_TEXT@<br/>failures:<br/>test1.Test1<br/>test2.Test2<br/>@@@", 416 "@@@STEP_TEXT@<br/>failures:<br/>test1.Test1<br/>test2.Test2<br/>@@@",
417 "@@@STEP_LOG_LINE@outdir_json@{@@@", 417 "@@@STEP_LOG_LINE@outdir_json@{@@@",
418 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"failures\\\": [\ \\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"valid\\\": true}\", @@@", 418 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [ ], \\\"failures\\\": [\\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"valid\\\": true}\", @@@",
419 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", 419 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
420 "@@@STEP_LOG_LINE@outdir_json@}@@@", 420 "@@@STEP_LOG_LINE@outdir_json@}@@@",
421 "@@@STEP_LOG_END@outdir_json@@@", 421 "@@@STEP_LOG_END@outdir_json@@@",
422 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
422 "@@@STEP_FAILURE@@@" 423 "@@@STEP_FAILURE@@@"
423 ] 424 ]
424 }, 425 },
425 { 426 {
426 "name": "$result", 427 "name": "$result",
427 "reason": "1 tests failed: ['telemetry_gpu_unittests']", 428 "reason": "1 tests failed: ['telemetry_gpu_unittests']",
428 "status_code": 1 429 "status_code": 1
429 } 430 }
430 ] 431 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698