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