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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_10.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]/mac_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 }, 516 },
517 "name": "browser_tests on Mac-10.10", 517 "name": "browser_tests on Mac-10.10",
518 "~followup_annotations": [ 518 "~followup_annotations": [
519 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 519 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
520 ] 520 ]
521 }, 521 },
522 { 522 {
523 "cmd": [ 523 "cmd": [
524 "python", 524 "python",
525 "-u", 525 "-u",
526 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 526 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
527 "--input-gtest-json", 527 "--input-json",
528 "{\"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\"}}]}}" , 528 "{\"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\"}}]}}" ,
529 "--master-name", 529 "--master-name",
530 "chromium.webkit", 530 "chromium.webkit",
531 "--builder-name", 531 "--builder-name",
532 "WebKit Mac10.10", 532 "WebKit Mac10.10",
533 "--build-number", 533 "--build-number",
534 "571", 534 "571",
535 "--test-type", 535 "--test-type",
536 "browser_tests on Mac-10.10", 536 "browser_tests on Mac-10.10",
537 "--test-results-server", 537 "--test-results-server",
538 "test-results.appspot.com", 538 "test-results.appspot.com",
539 "--chrome-revision", 539 "--chrome-revision",
540 "170242" 540 "170242"
541 ], 541 ],
542 "cwd": "[BUILDER_CACHE]/mac_layout", 542 "cwd": "[BUILDER_CACHE]/mac_layout",
543 "env": { 543 "env": {
544 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 544 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
545 }, 545 },
546 "name": "Upload to test-results [browser_tests on Mac-10.10]" 546 "name": "Upload to test-results [browser_tests on Mac-10.10]"
547 }, 547 },
548 { 548 {
549 "name": "$result", 549 "name": "$result",
550 "recipe_result": null, 550 "recipe_result": null,
551 "status_code": 0 551 "status_code": 0
552 } 552 }
553 ] 553 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698