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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac10_9_Tests.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]/Mac10_9_Tests", 7 "[BUILDER_CACHE]/Mac10_9_Tests",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 }, 458 },
459 "name": "browser_tests on Mac-10.9", 459 "name": "browser_tests on Mac-10.9",
460 "~followup_annotations": [ 460 "~followup_annotations": [
461 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 461 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
462 ] 462 ]
463 }, 463 },
464 { 464 {
465 "cmd": [ 465 "cmd": [
466 "python", 466 "python",
467 "-u", 467 "-u",
468 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 468 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
469 "--input-gtest-json", 469 "--input-json",
470 "{\"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\"}}]}}" , 470 "{\"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\"}}]}}" ,
471 "--master-name", 471 "--master-name",
472 "client.skia", 472 "client.skia",
473 "--builder-name", 473 "--builder-name",
474 "Mac10.9 Tests", 474 "Mac10.9 Tests",
475 "--build-number", 475 "--build-number",
476 "571", 476 "571",
477 "--test-type", 477 "--test-type",
478 "browser_tests on Mac-10.9", 478 "browser_tests on Mac-10.9",
479 "--test-results-server", 479 "--test-results-server",
480 "test-results.appspot.com", 480 "test-results.appspot.com",
481 "--chrome-revision", 481 "--chrome-revision",
482 "143121" 482 "143121"
483 ], 483 ],
484 "cwd": "[BUILDER_CACHE]/Mac10_9_Tests", 484 "cwd": "[BUILDER_CACHE]/Mac10_9_Tests",
485 "env": { 485 "env": {
486 "FORCE_MAC_TOOLCHAIN": "1", 486 "FORCE_MAC_TOOLCHAIN": "1",
487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
488 }, 488 },
489 "name": "Upload to test-results [browser_tests on Mac-10.9]" 489 "name": "Upload to test-results [browser_tests on Mac-10.9]"
490 }, 490 },
491 { 491 {
492 "name": "$result", 492 "name": "$result",
493 "recipe_result": null, 493 "recipe_result": null,
494 "status_code": 0 494 "status_code": 0
495 } 495 }
496 ] 496 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698