| 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]/Android_N5X_Swarm_Builder", | 7 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "-b", | 327 "-b", |
| 328 "Android N5X Swarm Builder", | 328 "Android N5X Swarm Builder", |
| 329 "--config-file", | 329 "--config-file", |
| 330 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/tools/mb/mb_config.pyl", | 330 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/tools/mb/mb_config.pyl", |
| 331 "--goma-dir", | 331 "--goma-dir", |
| 332 "[CACHE]/cipd/goma", | 332 "[CACHE]/cipd/goma", |
| 333 "--swarming-targets-file", | 333 "--swarming-targets-file", |
| 334 "browser_tests_apk\n", | 334 "browser_tests_apk\n", |
| 335 "//out/Release" | 335 "//out/Release" |
| 336 ], | 336 ], |
| 337 "cwd": "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src", |
| 337 "env": { | 338 "env": { |
| 338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 339 }, | 340 }, |
| 340 "name": "generate_build_files", | 341 "name": "generate_build_files", |
| 341 "~followup_annotations": [ | 342 "~followup_annotations": [ |
| 342 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", | 343 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", |
| 343 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 344 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 344 ] | 345 ] |
| 345 }, | 346 }, |
| 346 { | 347 { |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 512 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 512 "@@@STEP_LOG_END@python.inline@@@" | 513 "@@@STEP_LOG_END@python.inline@@@" |
| 513 ] | 514 ] |
| 514 }, | 515 }, |
| 515 { | 516 { |
| 516 "name": "$result", | 517 "name": "$result", |
| 517 "recipe_result": null, | 518 "recipe_result": null, |
| 518 "status_code": 0 | 519 "status_code": 0 |
| 519 } | 520 } |
| 520 ] | 521 ] |
| OLD | NEW |