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__dbg_", | 7 "[BUILDER_CACHE]/Android_Builder__dbg_", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 "--build-data-dir", | 329 "--build-data-dir", |
330 "[ROOT]/build_data_dir", | 330 "[ROOT]/build_data_dir", |
331 "--compiler", | 331 "--compiler", |
332 "goma", | 332 "goma", |
333 "--goma-jsonstatus", | 333 "--goma-jsonstatus", |
334 "/path/to/tmp/json", | 334 "/path/to/tmp/json", |
335 "--goma-service-account-json-file", | 335 "--goma-service-account-json-file", |
336 "/creds/service_accounts/service-account-goma-client.json", | 336 "/creds/service_accounts/service-account-goma-client.json", |
337 "--goma-dir", | 337 "--goma-dir", |
338 "[CACHE]/cipd/goma", | 338 "[CACHE]/cipd/goma", |
339 "--ninja-ensure-up-to-date", | |
340 "--", | 339 "--", |
341 "android_webview_test_apk", | 340 "android_webview_test_apk", |
342 "blimp_test_apk", | 341 "blimp_test_apk", |
343 "chrome_public_test_apk", | 342 "chrome_public_test_apk", |
344 "chrome_sync_shell_test_apk", | 343 "chrome_sync_shell_test_apk", |
345 "chromedriver_webview_shell_apk", | 344 "chromedriver_webview_shell_apk", |
346 "content_shell_test_apk", | 345 "content_shell_test_apk", |
347 "gfx_unittests_apk", | 346 "gfx_unittests_apk", |
348 "remoting_test_apk", | 347 "remoting_test_apk", |
349 "remoting_unittests_apk", | 348 "remoting_unittests_apk", |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 "~followup_annotations": [ | 489 "~followup_annotations": [ |
491 "@@@STEP_TEXT@Android Coverage (dbg)<br />Android Find Annotated Test<br /
>Android Remoting Tests<br />Android Tests (trial)(dbg)<br />Android VR Tests@@@
" | 490 "@@@STEP_TEXT@Android Coverage (dbg)<br />Android Find Annotated Test<br /
>Android Remoting Tests<br />Android Tests (trial)(dbg)<br />Android VR Tests@@@
" |
492 ] | 491 ] |
493 }, | 492 }, |
494 { | 493 { |
495 "name": "$result", | 494 "name": "$result", |
496 "recipe_result": null, | 495 "recipe_result": null, |
497 "status_code": 0 | 496 "status_code": 0 |
498 } | 497 } |
499 ] | 498 ] |
OLD | NEW |