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