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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win7_Tests__ANGLE_.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\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 }, 453 },
454 "name": "browser_tests on Windows-7-SP1", 454 "name": "browser_tests on Windows-7-SP1",
455 "~followup_annotations": [ 455 "~followup_annotations": [
456 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 456 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
457 ] 457 ]
458 }, 458 },
459 { 459 {
460 "cmd": [ 460 "cmd": [
461 "python", 461 "python",
462 "-u", 462 "-u",
463 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results. py", 463 "RECIPE_MODULE[build::test_results]\\resources\\upload_test_results.py",
464 "--input-gtest-json", 464 "--input-json",
465 "{\"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\"}}]}}" , 465 "{\"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\"}}]}}" ,
466 "--master-name", 466 "--master-name",
467 "chromium.fyi", 467 "chromium.fyi",
468 "--builder-name", 468 "--builder-name",
469 "Win7 Tests (ANGLE)", 469 "Win7 Tests (ANGLE)",
470 "--build-number", 470 "--build-number",
471 "571", 471 "571",
472 "--test-type", 472 "--test-type",
473 "browser_tests on Windows-7-SP1", 473 "browser_tests on Windows-7-SP1",
474 "--test-results-server", 474 "--test-results-server",
(...skipping 20 matching lines...) Expand all
495 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 495 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
496 }, 496 },
497 "name": "process_dumps" 497 "name": "process_dumps"
498 }, 498 },
499 { 499 {
500 "name": "$result", 500 "name": "$result",
501 "recipe_result": null, 501 "recipe_result": null,
502 "status_code": 0 502 "status_code": 0
503 } 503 }
504 ] 504 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698