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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinuxLLD_tester.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]/ClangToTLinuxLLD_tester", 7 "[BUILDER_CACHE]/ClangToTLinuxLLD_tester",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 }, 385 },
386 "name": "browser_tests on Ubuntu-12.04", 386 "name": "browser_tests on Ubuntu-12.04",
387 "~followup_annotations": [ 387 "~followup_annotations": [
388 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 388 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
389 ] 389 ]
390 }, 390 },
391 { 391 {
392 "cmd": [ 392 "cmd": [
393 "python", 393 "python",
394 "-u", 394 "-u",
395 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 395 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
396 "--input-gtest-json", 396 "--input-json",
397 "{\"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\"}}]}}" , 397 "{\"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\"}}]}}" ,
398 "--master-name", 398 "--master-name",
399 "chromium.fyi", 399 "chromium.fyi",
400 "--builder-name", 400 "--builder-name",
401 "ClangToTLinuxLLD tester", 401 "ClangToTLinuxLLD tester",
402 "--build-number", 402 "--build-number",
403 "571", 403 "571",
404 "--test-type", 404 "--test-type",
405 "browser_tests on Ubuntu-12.04", 405 "browser_tests on Ubuntu-12.04",
406 "--test-results-server", 406 "--test-results-server",
407 "test-results.appspot.com", 407 "test-results.appspot.com",
408 "--chrome-revision", 408 "--chrome-revision",
409 "170242" 409 "170242"
410 ], 410 ],
411 "cwd": "[BUILDER_CACHE]/ClangToTLinuxLLD_tester", 411 "cwd": "[BUILDER_CACHE]/ClangToTLinuxLLD_tester",
412 "env": { 412 "env": {
413 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 413 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
414 }, 414 },
415 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" 415 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]"
416 }, 416 },
417 { 417 {
418 "name": "$result", 418 "name": "$result",
419 "recipe_result": null, 419 "recipe_result": null,
420 "status_code": 0 420 "status_code": 0
421 } 421 }
422 ] 422 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698