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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 "telemetry_gpu_unittests on NVIDIA GPU on Linux/Linux/eeeeeeeeee/Linux Tes ts/571", 412 "telemetry_gpu_unittests on NVIDIA GPU on Linux/Linux/eeeeeeeeee/Linux Tes ts/571",
413 "--task-output-dir", 413 "--task-output-dir",
414 "/path/to/tmp/" 414 "/path/to/tmp/"
415 ], 415 ],
416 "env": { 416 "env": {
417 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 417 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
418 }, 418 },
419 "name": "telemetry_gpu_unittests on NVIDIA GPU on Linux on Linux", 419 "name": "telemetry_gpu_unittests on NVIDIA GPU on Linux on Linux",
420 "~followup_annotations": [ 420 "~followup_annotations": [
421 "@@@STEP_LOG_LINE@outdir_json@{@@@", 421 "@@@STEP_LOG_LINE@outdir_json@{@@@",
422 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"failures\\\": [] , \\\"valid\\\": true}\", @@@", 422 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [ \\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"failures\\\": [], \\\"valid\\\": true}\", @@@",
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 ] 427 ]
427 }, 428 },
428 { 429 {
429 "name": "$result", 430 "name": "$result",
430 "recipe_result": null, 431 "recipe_result": null,
431 "status_code": 0 432 "status_code": 0
432 } 433 }
433 ] 434 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698