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

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

Powered by Google App Engine
This is Rietveld 408576698