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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_remote_run_Tester.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Linux_remote_run_Tester", 7 "[BUILDER_CACHE]/Linux_remote_run_Tester",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 }, 473 },
474 "name": "browser_tests on Ubuntu-12.04", 474 "name": "browser_tests on Ubuntu-12.04",
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.fyi", 487 "chromium.fyi",
488 "--builder-name", 488 "--builder-name",
489 "Linux remote_run Tester", 489 "Linux remote_run Tester",
490 "--build-number", 490 "--build-number",
491 "571", 491 "571",
492 "--test-type", 492 "--test-type",
493 "browser_tests on Ubuntu-12.04", 493 "browser_tests on Ubuntu-12.04",
494 "--test-results-server", 494 "--test-results-server",
495 "test-results.appspot.com", 495 "test-results.appspot.com",
496 "--chrome-revision", 496 "--chrome-revision",
497 "170242" 497 "170242"
498 ], 498 ],
499 "cwd": "[BUILDER_CACHE]/Linux_remote_run_Tester", 499 "cwd": "[BUILDER_CACHE]/Linux_remote_run_Tester",
500 "env": { 500 "env": {
501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
502 }, 502 },
503 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" 503 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]"
504 }, 504 },
505 { 505 {
506 "name": "$result", 506 "name": "$result",
507 "recipe_result": null, 507 "recipe_result": null,
508 "status_code": 0 508 "status_code": 0
509 } 509 }
510 ] 510 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698