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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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", 7 "[BUILDER_CACHE]/android",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "--compiler", 415 "--compiler",
416 "goma", 416 "goma",
417 "--goma-jsonstatus", 417 "--goma-jsonstatus",
418 "/path/to/tmp/json", 418 "/path/to/tmp/json",
419 "--goma-service-account-json-file", 419 "--goma-service-account-json-file",
420 "/creds/service_accounts/service-account-goma-client.json", 420 "/creds/service_accounts/service-account-goma-client.json",
421 "--goma-dir", 421 "--goma-dir",
422 "[CACHE]/cipd/goma", 422 "[CACHE]/cipd/goma",
423 "--goma-fail-fast", 423 "--goma-fail-fast",
424 "--goma-disable-local-fallback", 424 "--goma-disable-local-fallback",
425 "--ninja-ensure-up-to-date",
425 "--", 426 "--",
426 "android_webview_test_apk", 427 "android_webview_test_apk",
427 "chrome_public_test_apk", 428 "chrome_public_test_apk",
428 "chrome_sync_shell_test_apk", 429 "chrome_sync_shell_test_apk",
429 "content_shell_test_apk" 430 "content_shell_test_apk"
430 ], 431 ],
431 "env": { 432 "env": {
432 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 433 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
433 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s" 434 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s"
434 }, 435 },
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 "--compiler", 1312 "--compiler",
1312 "goma", 1313 "goma",
1313 "--goma-jsonstatus", 1314 "--goma-jsonstatus",
1314 "/path/to/tmp/json", 1315 "/path/to/tmp/json",
1315 "--goma-service-account-json-file", 1316 "--goma-service-account-json-file",
1316 "/creds/service_accounts/service-account-goma-client.json", 1317 "/creds/service_accounts/service-account-goma-client.json",
1317 "--goma-dir", 1318 "--goma-dir",
1318 "[CACHE]/cipd/goma", 1319 "[CACHE]/cipd/goma",
1319 "--goma-fail-fast", 1320 "--goma-fail-fast",
1320 "--goma-disable-local-fallback", 1321 "--goma-disable-local-fallback",
1322 "--ninja-ensure-up-to-date",
1321 "--", 1323 "--",
1322 "android_webview_test_apk", 1324 "android_webview_test_apk",
1323 "chrome_public_test_apk", 1325 "chrome_public_test_apk",
1324 "chrome_sync_shell_test_apk", 1326 "chrome_sync_shell_test_apk",
1325 "content_shell_test_apk" 1327 "content_shell_test_apk"
1326 ], 1328 ],
1327 "cwd": "[BUILDER_CACHE]/android", 1329 "cwd": "[BUILDER_CACHE]/android",
1328 "env": { 1330 "env": {
1329 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 1331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
1330 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s" 1332 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s"
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1751 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1750 "@@@STEP_LOG_END@python.inline@@@" 1752 "@@@STEP_LOG_END@python.inline@@@"
1751 ] 1753 ]
1752 }, 1754 },
1753 { 1755 {
1754 "name": "$result", 1756 "name": "$result",
1755 "recipe_result": null, 1757 "recipe_result": null,
1756 "status_code": 0 1758 "status_code": 0
1757 } 1759 }
1758 ] 1760 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698