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

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

Issue 2411763002: Rename upload_gtest_test_results.py to upload_test_results.py. (Closed)
Patch Set: Update README.md 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "~followup_annotations": [ 441 "~followup_annotations": [
442 "step returned non-zero exit code: 1", 442 "step returned non-zero exit code: 1",
443 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", 443 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
444 "@@@STEP_FAILURE@@@" 444 "@@@STEP_FAILURE@@@"
445 ] 445 ]
446 }, 446 },
447 { 447 {
448 "cmd": [ 448 "cmd": [
449 "python", 449 "python",
450 "-u", 450 "-u",
451 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 451 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
452 "--input-gtest-json", 452 "--input-json",
453 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", 453 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}",
454 "--master-name", 454 "--master-name",
455 "chromium.gpu.fyi", 455 "chromium.gpu.fyi",
456 "--builder-name", 456 "--builder-name",
457 "Linux Release (NVIDIA)", 457 "Linux Release (NVIDIA)",
458 "--build-number", 458 "--build-number",
459 "571", 459 "571",
460 "--test-type", 460 "--test-type",
461 "base_unittests on NVIDIA GPU on Linux on Linux", 461 "base_unittests on NVIDIA GPU on Linux on Linux",
462 "--test-results-server", 462 "--test-results-server",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 }, 579 },
580 "name": "browser_tests on NVIDIA GPU on Linux on Linux", 580 "name": "browser_tests on NVIDIA GPU on Linux on Linux",
581 "~followup_annotations": [ 581 "~followup_annotations": [
582 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 582 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
583 ] 583 ]
584 }, 584 },
585 { 585 {
586 "cmd": [ 586 "cmd": [
587 "python", 587 "python",
588 "-u", 588 "-u",
589 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 589 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
590 "--input-gtest-json", 590 "--input-json",
591 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 591 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
592 "--master-name", 592 "--master-name",
593 "chromium.gpu.fyi", 593 "chromium.gpu.fyi",
594 "--builder-name", 594 "--builder-name",
595 "Linux Release (NVIDIA)", 595 "Linux Release (NVIDIA)",
596 "--build-number", 596 "--build-number",
597 "571", 597 "571",
598 "--test-type", 598 "--test-type",
599 "browser_tests on NVIDIA GPU on Linux on Linux", 599 "browser_tests on NVIDIA GPU on Linux on Linux",
600 "--test-results-server", 600 "--test-results-server",
601 "test-results.appspot.com", 601 "test-results.appspot.com",
602 "--chrome-revision", 602 "--chrome-revision",
603 "170242" 603 "170242"
604 ], 604 ],
605 "env": { 605 "env": {
606 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 606 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
607 }, 607 },
608 "name": "Upload to test-results [browser_tests on NVIDIA GPU on Linux on Lin ux]" 608 "name": "Upload to test-results [browser_tests on NVIDIA GPU on Linux on Lin ux]"
609 }, 609 },
610 { 610 {
611 "name": "$result", 611 "name": "$result",
612 "reason": "1 tests failed: ['base_unittests on NVIDIA GPU on Linux']", 612 "reason": "1 tests failed: ['base_unittests on NVIDIA GPU on Linux']",
613 "recipe_result": null, 613 "recipe_result": null,
614 "status_code": 1 614 "status_code": 1
615 } 615 }
616 ] 616 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698