| 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_Builder", | 7 "[BUILDER_CACHE]/Android_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 "--build-data-dir", | 329 "--build-data-dir", |
| 330 "[ROOT]/build_data_dir", | 330 "[ROOT]/build_data_dir", |
| 331 "--compiler", | 331 "--compiler", |
| 332 "goma", | 332 "goma", |
| 333 "--goma-jsonstatus", | 333 "--goma-jsonstatus", |
| 334 "/path/to/tmp/json", | 334 "/path/to/tmp/json", |
| 335 "--goma-service-account-json-file", | 335 "--goma-service-account-json-file", |
| 336 "/creds/service_accounts/service-account-goma-client.json", | 336 "/creds/service_accounts/service-account-goma-client.json", |
| 337 "--goma-dir", | 337 "--goma-dir", |
| 338 "[CACHE]/cipd/goma", | 338 "[CACHE]/cipd/goma", |
| 339 "--ninja-ensure-up-to-date", | |
| 340 "--", | 339 "--", |
| 341 "blink_heap_unittests_apk", | 340 "blink_heap_unittests_apk", |
| 342 "blink_tests", | 341 "blink_tests", |
| 343 "webkit_unit_tests_apk" | 342 "webkit_unit_tests_apk" |
| 344 ], | 343 ], |
| 345 "env": { | 344 "env": { |
| 346 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 345 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 347 "PATH": "[BUILDER_CACHE]/Android_Builder/src/third_party/android_tools/sdk
/platform-tools:[BUILDER_CACHE]/Android_Builder/src/build/android:%(PATH)s" | 346 "PATH": "[BUILDER_CACHE]/Android_Builder/src/third_party/android_tools/sdk
/platform-tools:[BUILDER_CACHE]/Android_Builder/src/build/android:%(PATH)s" |
| 348 }, | 347 }, |
| 349 "name": "compile", | 348 "name": "compile", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 "~followup_annotations": [ | 408 "~followup_annotations": [ |
| 410 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" | 409 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" |
| 411 ] | 410 ] |
| 412 }, | 411 }, |
| 413 { | 412 { |
| 414 "name": "$result", | 413 "name": "$result", |
| 415 "recipe_result": null, | 414 "recipe_result": null, |
| 416 "status_code": 0 | 415 "status_code": 0 |
| 417 } | 416 } |
| 418 ] | 417 ] |
| OLD | NEW |