Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json

Issue 2338203004: Enable the ninja up-to-date check for Android builders (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "--build-data-dir", 328 "--build-data-dir",
329 "[ROOT]/build_data_dir", 329 "[ROOT]/build_data_dir",
330 "--compiler", 330 "--compiler",
331 "goma", 331 "goma",
332 "--goma-jsonstatus", 332 "--goma-jsonstatus",
333 "/path/to/tmp/json", 333 "/path/to/tmp/json",
334 "--goma-service-account-json-file", 334 "--goma-service-account-json-file",
335 "/creds/service_accounts/service-account-goma-client.json", 335 "/creds/service_accounts/service-account-goma-client.json",
336 "--goma-dir", 336 "--goma-dir",
337 "[CACHE]/cipd/goma", 337 "[CACHE]/cipd/goma",
338 "--ninja-ensure-up-to-date",
338 "--", 339 "--",
339 "android_webview_test_apk", 340 "android_webview_test_apk",
340 "blimp_test_apk", 341 "blimp_test_apk",
341 "chrome_public_test_apk", 342 "chrome_public_test_apk",
342 "chrome_sync_shell_test_apk", 343 "chrome_sync_shell_test_apk",
343 "chromedriver_webview_shell_apk", 344 "chromedriver_webview_shell_apk",
344 "content_shell_test_apk", 345 "content_shell_test_apk",
345 "gfx_unittests_apk", 346 "gfx_unittests_apk",
346 "remoting_test_apk", 347 "remoting_test_apk",
347 "remoting_unittests_apk", 348 "remoting_unittests_apk",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "~followup_annotations": [ 488 "~followup_annotations": [
488 "@@@STEP_TEXT@Android Coverage (dbg)<br />Android Find Annotated Test<br / >Android Remoting Tests<br />Android Tests (trial)(dbg)<br />Android VR Tests@@@ " 489 "@@@STEP_TEXT@Android Coverage (dbg)<br />Android Find Annotated Test<br / >Android Remoting Tests<br />Android Tests (trial)(dbg)<br />Android VR Tests@@@ "
489 ] 490 ]
490 }, 491 },
491 { 492 {
492 "name": "$result", 493 "name": "$result",
493 "recipe_result": null, 494 "recipe_result": null,
494 "status_code": 0 495 "status_code": 0
495 } 496 }
496 ] 497 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698