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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_remote_run_Tester.json

Issue 2225893002: Upload LocalGTestTest results to test-results. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 4 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_remote_run_Tester", 7 "[BUILDER_CACHE]/Linux_remote_run_Tester",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "--build-number=571", 440 "--build-number=571",
441 "base_unittests" 441 "base_unittests"
442 ], 442 ],
443 "cwd": "[BUILDER_CACHE]/Linux_remote_run_Tester", 443 "cwd": "[BUILDER_CACHE]/Linux_remote_run_Tester",
444 "env": { 444 "env": {
445 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 445 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
446 }, 446 },
447 "name": "base_unittests" 447 "name": "base_unittests"
448 }, 448 },
449 { 449 {
450 "cmd": [
451 "python",
452 "-u",
453 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
454 "--input-gtest-json",
455 "{\"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\"}]}]}",
456 "--master-name",
457 "chromium.fyi",
458 "--builder-name",
459 "Linux remote_run Tester",
460 "--build-number",
461 "571",
462 "--test-type",
463 "base_unittests",
464 "--test-results-server",
465 "test-results.appspot.com",
466 "--chrome-revision",
467 "refs/heads/master@{#170242}"
468 ],
469 "cwd": "[BUILDER_CACHE]/Linux_remote_run_Tester",
470 "env": {
471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
472 },
473 "name": "Upload to test-results [base_unittests]"
474 },
475 {
450 "allow_subannotations": true, 476 "allow_subannotations": true,
451 "cmd": [ 477 "cmd": [
452 "python", 478 "python",
453 "-u", 479 "-u",
454 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 480 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
455 "python", 481 "python",
456 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", 482 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py",
457 "--swarming-client-dir", 483 "--swarming-client-dir",
458 "[BUILDER_CACHE]/Linux_remote_run_Tester/src/tools/swarming_client", 484 "[BUILDER_CACHE]/Linux_remote_run_Tester/src/tools/swarming_client",
459 "--temp-root-dir", 485 "--temp-root-dir",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 529 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
504 }, 530 },
505 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" 531 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]"
506 }, 532 },
507 { 533 {
508 "name": "$result", 534 "name": "$result",
509 "recipe_result": null, 535 "recipe_result": null,
510 "status_code": 0 536 "status_code": 0
511 } 537 }
512 ] 538 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698