| 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_blink_rel", | 7 "[BUILDER_CACHE]/android_blink_rel", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "--compiler", | 411 "--compiler", |
| 412 "goma", | 412 "goma", |
| 413 "--goma-jsonstatus", | 413 "--goma-jsonstatus", |
| 414 "/path/to/tmp/json", | 414 "/path/to/tmp/json", |
| 415 "--goma-service-account-json-file", | 415 "--goma-service-account-json-file", |
| 416 "/creds/service_accounts/service-account-goma-client.json", | 416 "/creds/service_accounts/service-account-goma-client.json", |
| 417 "--goma-dir", | 417 "--goma-dir", |
| 418 "[CACHE]/cipd/goma", | 418 "[CACHE]/cipd/goma", |
| 419 "--goma-fail-fast", | 419 "--goma-fail-fast", |
| 420 "--goma-disable-local-fallback", | 420 "--goma-disable-local-fallback", |
| 421 "--ninja-ensure-up-to-date", | |
| 422 "--", | 421 "--", |
| 423 "blink_heap_unittests_apk", | 422 "blink_heap_unittests_apk", |
| 424 "blink_tests", | 423 "blink_tests", |
| 425 "webkit_unit_tests_apk" | 424 "webkit_unit_tests_apk" |
| 426 ], | 425 ], |
| 427 "env": { | 426 "env": { |
| 428 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 427 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 429 "PATH": "[BUILDER_CACHE]/android_blink_rel/src/third_party/android_tools/s
dk/platform-tools:[BUILDER_CACHE]/android_blink_rel/src/build/android:%(PATH)s" | 428 "PATH": "[BUILDER_CACHE]/android_blink_rel/src/third_party/android_tools/s
dk/platform-tools:[BUILDER_CACHE]/android_blink_rel/src/build/android:%(PATH)s" |
| 430 }, | 429 }, |
| 431 "name": "compile (with patch)", | 430 "name": "compile (with patch)", |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 963 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 965 "@@@STEP_LOG_END@python.inline@@@" | 964 "@@@STEP_LOG_END@python.inline@@@" |
| 966 ] | 965 ] |
| 967 }, | 966 }, |
| 968 { | 967 { |
| 969 "name": "$result", | 968 "name": "$result", |
| 970 "recipe_result": null, | 969 "recipe_result": null, |
| 971 "status_code": 0 | 970 "status_code": 0 |
| 972 } | 971 } |
| 973 ] | 972 ] |
| OLD | NEW |