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]/Cast_Android__dbg_", | 7 "[BUILDER_CACHE]/Cast_Android__dbg_", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 "--src-dir", | 318 "--src-dir", |
319 "[BUILDER_CACHE]/Cast_Android__dbg_/src", | 319 "[BUILDER_CACHE]/Cast_Android__dbg_/src", |
320 "--goma-cache-dir", | 320 "--goma-cache-dir", |
321 "[GOMA_CACHE]", | 321 "[GOMA_CACHE]", |
322 "--buildbot-buildername", | 322 "--buildbot-buildername", |
323 "Cast Android (dbg)", | 323 "Cast Android (dbg)", |
324 "--buildbot-mastername", | 324 "--buildbot-mastername", |
325 "chromium.linux", | 325 "chromium.linux", |
326 "--buildbot-slavename", | 326 "--buildbot-slavename", |
327 "TestSlavename", | 327 "TestSlavename", |
328 "--goma-deps-cache-dir", | 328 "--goma-deps-cache-file", |
329 "[GOMA_DEPS_CACHE]", | 329 "Cast_Android__dbg_.gomadeps", |
330 "--build-data-dir", | 330 "--build-data-dir", |
331 "[ROOT]/build_data_dir", | 331 "[ROOT]/build_data_dir", |
332 "--compiler", | 332 "--compiler", |
333 "goma", | 333 "goma", |
334 "--goma-jsonstatus", | 334 "--goma-jsonstatus", |
335 "/path/to/tmp/json", | 335 "/path/to/tmp/json", |
336 "--goma-service-account-json-file", | 336 "--goma-service-account-json-file", |
337 "/creds/service_accounts/service-account-goma-client.json", | 337 "/creds/service_accounts/service-account-goma-client.json", |
338 "--goma-dir", | 338 "--goma-dir", |
339 "[CACHE]/cipd/goma", | 339 "[CACHE]/cipd/goma", |
340 "--", | 340 "--", |
341 "cast_shell_apk" | 341 "cast_shell_apk" |
342 ], | 342 ], |
343 "env": { | 343 "env": { |
344 "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", |
345 "PATH": "[BUILDER_CACHE]/Cast_Android__dbg_/src/third_party/android_tools/
sdk/platform-tools:[BUILDER_CACHE]/Cast_Android__dbg_/src/build/android:%(PATH)s
" | 345 "PATH": "[BUILDER_CACHE]/Cast_Android__dbg_/src/third_party/android_tools/
sdk/platform-tools:[BUILDER_CACHE]/Cast_Android__dbg_/src/build/android:%(PATH)s
" |
346 }, | 346 }, |
347 "name": "compile", | 347 "name": "compile", |
348 "~followup_annotations": [ | 348 "~followup_annotations": [ |
349 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 349 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
350 "@@@STEP_LOG_END@json.output (invalid)@@@" | 350 "@@@STEP_LOG_END@json.output (invalid)@@@" |
351 ] | 351 ] |
352 }, | 352 }, |
353 { | 353 { |
354 "name": "$result", | 354 "name": "$result", |
355 "recipe_result": null, | 355 "recipe_result": null, |
356 "status_code": 0 | 356 "status_code": 0 |
357 } | 357 } |
358 ] | 358 ] |
OLD | NEW |