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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 "--build-data-dir", | 370 "--build-data-dir", |
371 "[ROOT]/build_data_dir", | 371 "[ROOT]/build_data_dir", |
372 "--compiler", | 372 "--compiler", |
373 "goma", | 373 "goma", |
374 "--goma-jsonstatus", | 374 "--goma-jsonstatus", |
375 "/path/to/tmp/json", | 375 "/path/to/tmp/json", |
376 "--goma-service-account-json-file", | 376 "--goma-service-account-json-file", |
377 "/creds/service_accounts/service-account-goma-client.json", | 377 "/creds/service_accounts/service-account-goma-client.json", |
378 "--goma-dir", | 378 "--goma-dir", |
379 "[CACHE]/cipd/goma", | 379 "[CACHE]/cipd/goma", |
380 "--ninja-ensure-up-to-date", | |
381 "--", | 380 "--", |
382 "browser_tests_apk_run" | 381 "browser_tests_apk_run" |
383 ], | 382 ], |
384 "env": { | 383 "env": { |
385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
386 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor
m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s" | 385 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor
m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s" |
387 }, | 386 }, |
388 "name": "compile", | 387 "name": "compile", |
389 "~followup_annotations": [ | 388 "~followup_annotations": [ |
390 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 389 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 "~followup_annotations": [ | 477 "~followup_annotations": [ |
479 "@@@STEP_TEXT@Android Tests@@@" | 478 "@@@STEP_TEXT@Android Tests@@@" |
480 ] | 479 ] |
481 }, | 480 }, |
482 { | 481 { |
483 "name": "$result", | 482 "name": "$result", |
484 "recipe_result": null, | 483 "recipe_result": null, |
485 "status_code": 0 | 484 "status_code": 0 |
486 } | 485 } |
487 ] | 486 ] |
OLD | NEW |