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