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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 "--build-data-dir", | 369 "--build-data-dir", |
370 "[ROOT]/build_data_dir", | 370 "[ROOT]/build_data_dir", |
371 "--compiler", | 371 "--compiler", |
372 "goma", | 372 "goma", |
373 "--goma-jsonstatus", | 373 "--goma-jsonstatus", |
374 "/path/to/tmp/json", | 374 "/path/to/tmp/json", |
375 "--goma-service-account-json-file", | 375 "--goma-service-account-json-file", |
376 "/creds/service_accounts/service-account-goma-client.json", | 376 "/creds/service_accounts/service-account-goma-client.json", |
377 "--goma-dir", | 377 "--goma-dir", |
378 "[CACHE]/cipd/goma", | 378 "[CACHE]/cipd/goma", |
379 "--ninja-ensure-up-to-date", | |
380 "--", | 379 "--", |
381 "browser_tests_apk_run" | 380 "browser_tests_apk_run" |
382 ], | 381 ], |
383 "env": { | 382 "env": { |
384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 383 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
385 "PATH": "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/third_party/android
_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/build/an
droid:%(PATH)s" | 384 "PATH": "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/third_party/android
_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/build/an
droid:%(PATH)s" |
386 }, | 385 }, |
387 "name": "compile", | 386 "name": "compile", |
388 "~followup_annotations": [ | 387 "~followup_annotations": [ |
389 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 388 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 512 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
514 "@@@STEP_LOG_END@python.inline@@@" | 513 "@@@STEP_LOG_END@python.inline@@@" |
515 ] | 514 ] |
516 }, | 515 }, |
517 { | 516 { |
518 "name": "$result", | 517 "name": "$result", |
519 "recipe_result": null, | 518 "recipe_result": null, |
520 "status_code": 0 | 519 "status_code": 0 |
521 } | 520 } |
522 ] | 521 ] |
OLD | NEW |