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

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

Issue 2362133003: [swarming/api] Add text in to indicate whether a shard is failing (RELAND) (Closed)
Patch Set: Rebase [retrain] Created 4 years, 2 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 "--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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 ], 411 ],
412 "env": { 412 "env": {
413 "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"
414 }, 414 },
415 "name": "telemetry_gpu_unittests on Ubuntu-12.04", 415 "name": "telemetry_gpu_unittests on Ubuntu-12.04",
416 "~followup_annotations": [ 416 "~followup_annotations": [
417 "step returned non-zero exit code: 255", 417 "step returned non-zero exit code: 255",
418 "@@@STEP_TEXT@<br/>failures:<br/>test1.Test1<br/>test2.Test2<br/>@@@", 418 "@@@STEP_TEXT@<br/>failures:<br/>test1.Test1<br/>test2.Test2<br/>@@@",
419 "@@@STEP_LOG_LINE@outdir_json@{@@@", 419 "@@@STEP_LOG_LINE@outdir_json@{@@@",
420 "@@@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}}\", @@ @", 420 "@@@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}}\", @@ @",
421 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", 421 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false, \\\"exit_code\\\": \\\"0\\ \"}]}\"@@@",
422 "@@@STEP_LOG_LINE@outdir_json@}@@@", 422 "@@@STEP_LOG_LINE@outdir_json@}@@@",
423 "@@@STEP_LOG_END@outdir_json@@@", 423 "@@@STEP_LOG_END@outdir_json@@@",
424 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 424 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
425 "@@@STEP_FAILURE@@@" 425 "@@@STEP_FAILURE@@@"
426 ] 426 ]
427 }, 427 },
428 { 428 {
429 "name": "$result", 429 "name": "$result",
430 "reason": "1 tests failed: ['telemetry_gpu_unittests']", 430 "reason": "1 tests failed: ['telemetry_gpu_unittests']",
431 "recipe_result": null, 431 "recipe_result": null,
432 "status_code": 1 432 "status_code": 1
433 } 433 }
434 ] 434 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698