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

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

Powered by Google App Engine
This is Rietveld 408576698