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

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

Powered by Google App Engine
This is Rietveld 408576698