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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.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_blink_rel", 7 "[BUILDER_CACHE]/android_blink_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 "--compiler", 411 "--compiler",
412 "goma", 412 "goma",
413 "--goma-jsonstatus", 413 "--goma-jsonstatus",
414 "/path/to/tmp/json", 414 "/path/to/tmp/json",
415 "--goma-service-account-json-file", 415 "--goma-service-account-json-file",
416 "/creds/service_accounts/service-account-goma-client.json", 416 "/creds/service_accounts/service-account-goma-client.json",
417 "--goma-dir", 417 "--goma-dir",
418 "[CACHE]/cipd/goma", 418 "[CACHE]/cipd/goma",
419 "--goma-fail-fast", 419 "--goma-fail-fast",
420 "--goma-disable-local-fallback", 420 "--goma-disable-local-fallback",
421 "--ninja-ensure-up-to-date",
421 "--", 422 "--",
422 "blink_heap_unittests_apk", 423 "blink_heap_unittests_apk",
423 "blink_tests", 424 "blink_tests",
424 "webkit_unit_tests_apk" 425 "webkit_unit_tests_apk"
425 ], 426 ],
426 "env": { 427 "env": {
427 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 428 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
428 "PATH": "[BUILDER_CACHE]/android_blink_rel/src/third_party/android_tools/s dk/platform-tools:[BUILDER_CACHE]/android_blink_rel/src/build/android:%(PATH)s" 429 "PATH": "[BUILDER_CACHE]/android_blink_rel/src/third_party/android_tools/s dk/platform-tools:[BUILDER_CACHE]/android_blink_rel/src/build/android:%(PATH)s"
429 }, 430 },
430 "name": "compile (with patch)", 431 "name": "compile (with patch)",
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 964 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
964 "@@@STEP_LOG_END@python.inline@@@" 965 "@@@STEP_LOG_END@python.inline@@@"
965 ] 966 ]
966 }, 967 },
967 { 968 {
968 "name": "$result", 969 "name": "$result",
969 "recipe_result": null, 970 "recipe_result": null,
970 "status_code": 0 971 "status_code": 0
971 } 972 }
972 ] 973 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698