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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win10_Tests_x64.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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 }, 473 },
474 "name": "browser_tests on Windows-10-10586", 474 "name": "browser_tests on Windows-10-10586",
475 "~followup_annotations": [ 475 "~followup_annotations": [
476 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 476 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
477 ] 477 ]
478 }, 478 },
479 { 479 {
480 "cmd": [ 480 "cmd": [
481 "python", 481 "python",
482 "-u", 482 "-u",
483 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results. py", 483 "RECIPE_MODULE[build::test_results]\\resources\\upload_test_results.py",
484 "--input-gtest-json", 484 "--input-json",
485 "{\"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\"}}]}}" , 485 "{\"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\"}}]}}" ,
486 "--master-name", 486 "--master-name",
487 "chromium.win", 487 "chromium.win",
488 "--builder-name", 488 "--builder-name",
489 "Win10 Tests x64", 489 "Win10 Tests x64",
490 "--build-number", 490 "--build-number",
491 "571", 491 "571",
492 "--test-type", 492 "--test-type",
493 "browser_tests on Windows-10-10586", 493 "browser_tests on Windows-10-10586",
494 "--test-results-server", 494 "--test-results-server",
(...skipping 20 matching lines...) Expand all
515 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 515 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
516 }, 516 },
517 "name": "process_dumps" 517 "name": "process_dumps"
518 }, 518 },
519 { 519 {
520 "name": "$result", 520 "name": "$result",
521 "recipe_result": null, 521 "recipe_result": null,
522 "status_code": 0 522 "status_code": 0
523 } 523 }
524 ] 524 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698