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

Side by Side Diff: scripts/slave/recipes/swarming/staging.expected/mac_Debug.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_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 ], 526 ],
527 "name": "dummy_target_1 on Mac", 527 "name": "dummy_target_1 on Mac",
528 "~followup_annotations": [ 528 "~followup_annotations": [
529 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 529 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
530 ] 530 ]
531 }, 531 },
532 { 532 {
533 "cmd": [ 533 "cmd": [
534 "python", 534 "python",
535 "-u", 535 "-u",
536 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 536 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
537 "--input-gtest-json", 537 "--input-json",
538 "{\"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\"}}]}}" , 538 "{\"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\"}}]}}" ,
539 "--master-name", 539 "--master-name",
540 "chromium.testing.master", 540 "chromium.testing.master",
541 "--builder-name", 541 "--builder-name",
542 "TestBuilder", 542 "TestBuilder",
543 "--build-number", 543 "--build-number",
544 "571", 544 "571",
545 "--test-type", 545 "--test-type",
546 "dummy_target_1", 546 "dummy_target_1",
547 "--test-results-server", 547 "--test-results-server",
(...skipping 29 matching lines...) Expand all
577 ], 577 ],
578 "name": "dummy_target_2 on Mac", 578 "name": "dummy_target_2 on Mac",
579 "~followup_annotations": [ 579 "~followup_annotations": [
580 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 580 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
581 ] 581 ]
582 }, 582 },
583 { 583 {
584 "cmd": [ 584 "cmd": [
585 "python", 585 "python",
586 "-u", 586 "-u",
587 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 587 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
588 "--input-gtest-json", 588 "--input-json",
589 "{\"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\"}}]}}" , 589 "{\"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\"}}]}}" ,
590 "--master-name", 590 "--master-name",
591 "chromium.testing.master", 591 "chromium.testing.master",
592 "--builder-name", 592 "--builder-name",
593 "TestBuilder", 593 "TestBuilder",
594 "--build-number", 594 "--build-number",
595 "571", 595 "571",
596 "--test-type", 596 "--test-type",
597 "dummy_target_2", 597 "dummy_target_2",
598 "--test-results-server", 598 "--test-results-server",
599 "test-results-test.appspot.com", 599 "test-results-test.appspot.com",
600 "--chrome-revision", 600 "--chrome-revision",
601 "0" 601 "0"
602 ], 602 ],
603 "name": "Upload to test-results [dummy_target_2]" 603 "name": "Upload to test-results [dummy_target_2]"
604 }, 604 },
605 { 605 {
606 "name": "$result", 606 "name": "$result",
607 "recipe_result": null, 607 "recipe_result": null,
608 "status_code": 0 608 "status_code": 0
609 } 609 }
610 ] 610 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698