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", | 7 "[BUILDER_CACHE]/android", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 "--compiler", | 416 "--compiler", |
417 "goma", | 417 "goma", |
418 "--goma-jsonstatus", | 418 "--goma-jsonstatus", |
419 "/path/to/tmp/json", | 419 "/path/to/tmp/json", |
420 "--goma-service-account-json-file", | 420 "--goma-service-account-json-file", |
421 "/creds/service_accounts/service-account-goma-client.json", | 421 "/creds/service_accounts/service-account-goma-client.json", |
422 "--goma-dir", | 422 "--goma-dir", |
423 "[CACHE]/cipd/goma", | 423 "[CACHE]/cipd/goma", |
424 "--goma-fail-fast", | 424 "--goma-fail-fast", |
425 "--goma-disable-local-fallback", | 425 "--goma-disable-local-fallback", |
426 "--ninja-ensure-up-to-date", | |
427 "--", | 426 "--", |
428 "android_webview_test_apk", | 427 "android_webview_test_apk", |
429 "chrome_public_test_apk", | 428 "chrome_public_test_apk", |
430 "chrome_sync_shell_test_apk", | 429 "chrome_sync_shell_test_apk", |
431 "content_shell_test_apk" | 430 "content_shell_test_apk" |
432 ], | 431 ], |
433 "env": { | 432 "env": { |
434 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 433 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
435 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor
m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s" | 434 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor
m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s" |
436 }, | 435 }, |
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1313 "--compiler", | 1312 "--compiler", |
1314 "goma", | 1313 "goma", |
1315 "--goma-jsonstatus", | 1314 "--goma-jsonstatus", |
1316 "/path/to/tmp/json", | 1315 "/path/to/tmp/json", |
1317 "--goma-service-account-json-file", | 1316 "--goma-service-account-json-file", |
1318 "/creds/service_accounts/service-account-goma-client.json", | 1317 "/creds/service_accounts/service-account-goma-client.json", |
1319 "--goma-dir", | 1318 "--goma-dir", |
1320 "[CACHE]/cipd/goma", | 1319 "[CACHE]/cipd/goma", |
1321 "--goma-fail-fast", | 1320 "--goma-fail-fast", |
1322 "--goma-disable-local-fallback", | 1321 "--goma-disable-local-fallback", |
1323 "--ninja-ensure-up-to-date", | |
1324 "--", | 1322 "--", |
1325 "android_webview_test_apk", | 1323 "android_webview_test_apk", |
1326 "chrome_public_test_apk", | 1324 "chrome_public_test_apk", |
1327 "chrome_sync_shell_test_apk", | 1325 "chrome_sync_shell_test_apk", |
1328 "content_shell_test_apk" | 1326 "content_shell_test_apk" |
1329 ], | 1327 ], |
1330 "cwd": "[BUILDER_CACHE]/android", | 1328 "cwd": "[BUILDER_CACHE]/android", |
1331 "env": { | 1329 "env": { |
1332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 1330 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
1333 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor
m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s" | 1331 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor
m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s" |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1752 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1750 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
1753 "@@@STEP_LOG_END@python.inline@@@" | 1751 "@@@STEP_LOG_END@python.inline@@@" |
1754 ] | 1752 ] |
1755 }, | 1753 }, |
1756 { | 1754 { |
1757 "name": "$result", | 1755 "name": "$result", |
1758 "recipe_result": null, | 1756 "recipe_result": null, |
1759 "status_code": 0 | 1757 "status_code": 0 |
1760 } | 1758 } |
1761 ] | 1759 ] |
OLD | NEW |