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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Optional_Mac_10_10_Retina_Release__AMD_.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]/Optional_Mac_10_10_Retina_Release__AMD_", 7 "[BUILDER_CACHE]/Optional_Mac_10_10_Retina_Release__AMD_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 }, 443 },
444 "name": "browser_tests on Mac-10.9", 444 "name": "browser_tests on Mac-10.9",
445 "~followup_annotations": [ 445 "~followup_annotations": [
446 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 446 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
447 ] 447 ]
448 }, 448 },
449 { 449 {
450 "cmd": [ 450 "cmd": [
451 "python", 451 "python",
452 "-u", 452 "-u",
453 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 453 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
454 "--input-gtest-json", 454 "--input-json",
455 "{\"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\"}}]}}" , 455 "{\"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\"}}]}}" ,
456 "--master-name", 456 "--master-name",
457 "chromium.gpu.fyi", 457 "chromium.gpu.fyi",
458 "--builder-name", 458 "--builder-name",
459 "Optional Mac 10.10 Retina Release (AMD)", 459 "Optional Mac 10.10 Retina Release (AMD)",
460 "--build-number", 460 "--build-number",
461 "571", 461 "571",
462 "--test-type", 462 "--test-type",
463 "browser_tests on Mac-10.9", 463 "browser_tests on Mac-10.9",
464 "--test-results-server", 464 "--test-results-server",
465 "test-results.appspot.com", 465 "test-results.appspot.com",
466 "--chrome-revision", 466 "--chrome-revision",
467 "170242" 467 "170242"
468 ], 468 ],
469 "cwd": "[BUILDER_CACHE]/Optional_Mac_10_10_Retina_Release__AMD_", 469 "cwd": "[BUILDER_CACHE]/Optional_Mac_10_10_Retina_Release__AMD_",
470 "env": { 470 "env": {
471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
472 }, 472 },
473 "name": "Upload to test-results [browser_tests on Mac-10.9]" 473 "name": "Upload to test-results [browser_tests on Mac-10.9]"
474 }, 474 },
475 { 475 {
476 "name": "$result", 476 "name": "$result",
477 "recipe_result": null, 477 "recipe_result": null,
478 "status_code": 0 478 "status_code": 0
479 } 479 }
480 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698