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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__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_Asan_Builder_Tests__dbg_", 7 "[BUILDER_CACHE]/Android_Asan_Builder_Tests__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "--buildbot-buildername", 261 "--buildbot-buildername",
262 "Android Asan Builder Tests (dbg)", 262 "Android Asan Builder Tests (dbg)",
263 "--buildbot-mastername", 263 "--buildbot-mastername",
264 "chromium.fyi", 264 "chromium.fyi",
265 "--buildbot-slavename", 265 "--buildbot-slavename",
266 "TestSlavename", 266 "TestSlavename",
267 "--goma-deps-cache-dir", 267 "--goma-deps-cache-dir",
268 "[GOMA_DEPS_CACHE]", 268 "[GOMA_DEPS_CACHE]",
269 "--build-data-dir", 269 "--build-data-dir",
270 "[ROOT]/build_data_dir", 270 "[ROOT]/build_data_dir",
271 "--ninja-ensure-up-to-date",
271 "--", 272 "--",
272 "android_webview_test_apk", 273 "android_webview_test_apk",
273 "chrome_public_test_apk", 274 "chrome_public_test_apk",
274 "chrome_sync_shell_test_apk", 275 "chrome_sync_shell_test_apk",
275 "content_shell_test_apk" 276 "content_shell_test_apk"
276 ], 277 ],
277 "env": { 278 "env": {
278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
279 "PATH": "[BUILDER_CACHE]/Android_Asan_Builder_Tests__dbg_/src/third_party/ android_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Asan_Builder_Tests__dbg _/src/build/android:%(PATH)s" 280 "PATH": "[BUILDER_CACHE]/Android_Asan_Builder_Tests__dbg_/src/third_party/ android_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Asan_Builder_Tests__dbg _/src/build/android:%(PATH)s"
280 }, 281 },
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 "@@@STEP_LOG_END@python.inline@@@" 862 "@@@STEP_LOG_END@python.inline@@@"
862 ] 863 ]
863 }, 864 },
864 { 865 {
865 "name": "$result", 866 "name": "$result",
866 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte ntShellTest', 'ChromeSyncShellTest']", 867 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte ntShellTest', 'ChromeSyncShellTest']",
867 "recipe_result": null, 868 "recipe_result": null,
868 "status_code": 1 869 "status_code": 1
869 } 870 }
870 ] 871 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698