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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json

Issue 2051613002: Switch Android GPU bots to Release from Debug. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Debug__Nexus_6P_.json b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
similarity index 97%
rename from scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Debug__Nexus_6P_.json
rename to scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
index 3282cb8c0cfe213750fe9e134add4c6d5181dd48..be7ee74eef680dcdba1c2ebe0cd63fb0e2f2f7b4 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Debug__Nexus_6P_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
@@ -7,7 +7,7 @@
"--master",
"chromium.gpu.fyi",
"--builder",
- "Android Debug (Nexus 6P)",
+ "Android Release (Nexus 5)",
"--slave",
"TestSlavename",
"--spec",
@@ -184,12 +184,12 @@
"/path/to/tmp/json",
"--",
"--build-config-fs",
- "Debug",
+ "Release",
"--use-src-side-runtest-py",
"--paths",
"{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
"--properties",
- "{\"buildername\": \"Android Debug (Nexus 6P)\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"android\"}"
+ "{\"buildername\": \"Android Release (Nexus 5)\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"android\"}"
],
"name": "get compile targets for scripts",
"~followup_annotations": [
@@ -228,8 +228,8 @@
"python",
"-u",
"\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfor base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n",
- "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps",
- "[SLAVE_BUILD]/src/out/Debug/test_logs",
+ "[SLAVE_BUILD]/src/out/Release/debug_info_dumps",
+ "[SLAVE_BUILD]/src/out/Release/test_logs",
"[SLAVE_BUILD]/src/out/build_product.zip",
"[SLAVE_BUILD]/src"
],
@@ -268,12 +268,12 @@
"-m",
"chromium.gpu.fyi",
"-b",
- "Android Debug (Nexus 6P)",
+ "Android Release (Nexus 5)",
"--config-file",
"[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
"--goma-dir",
"[CACHE]/cipd/goma",
- "//out/Debug"
+ "//out/Release"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
@@ -293,7 +293,7 @@
"--ninja-path",
"RECIPE_PACKAGE_REPO[depot_tools]/ninja",
"--target",
- "Debug",
+ "Release",
"--src-dir",
"[SLAVE_BUILD]/src",
"--goma-cache-dir",

Powered by Google App Engine
This is Rietveld 408576698