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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.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_5X_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Swarmed_Debug__Nexus_5X_.json b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json
similarity index 96%
rename from scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Swarmed_Debug__Nexus_5X_.json
rename to scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json
index 31b44e6168e9c96ff4764209f79c252114b3b77f..394f2ca53f9d6a8a6dcd6f560f96df05d8c87da5 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Swarmed_Debug__Nexus_5X_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json
@@ -7,7 +7,7 @@
"--master",
"chromium.gpu.fyi",
"--builder",
- "Android Swarmed Debug (Nexus 5X)",
+ "Android Release (Nexus 5X)",
"--slave",
"TestSlavename",
"--spec",
@@ -197,12 +197,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 Swarmed Debug (Nexus 5X)\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"android\"}"
+ "{\"buildername\": \"Android Release (Nexus 5X)\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"android\"}"
],
"name": "get compile targets for scripts",
"~followup_annotations": [
@@ -222,7 +222,7 @@
"~followup_annotations": [
"@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.fyi.json@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"Android Swarmed Debug (Nexus 5X)\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Android Release (Nexus 5X)\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
"@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
@@ -289,7 +289,7 @@
"-u",
"RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
"--build-dir",
- "[SLAVE_BUILD]/src/out/Debug",
+ "[SLAVE_BUILD]/src/out/Release",
"--clean-isolated-files"
],
"name": "clean isolated files"
@@ -303,14 +303,14 @@
"-m",
"chromium.gpu.fyi",
"-b",
- "Android Swarmed Debug (Nexus 5X)",
+ "Android Release (Nexus 5X)",
"--config-file",
"[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
"--goma-dir",
"[CACHE]/cipd/goma",
"--swarming-targets-file",
"browser_tests_apk\n",
- "//out/Debug"
+ "//out/Release"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
@@ -334,7 +334,7 @@
"--ninja-path",
"RECIPE_PACKAGE_REPO[depot_tools]/ninja",
"--target",
- "Debug",
+ "Release",
"--src-dir",
"[SLAVE_BUILD]/src",
"--goma-cache-dir",
@@ -370,7 +370,7 @@
"-u",
"RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py",
"--build-dir",
- "[SLAVE_BUILD]/src/out/Debug",
+ "[SLAVE_BUILD]/src/out/Release",
"--src-dir",
"[SLAVE_BUILD]/src"
],
@@ -389,7 +389,7 @@
"--isolate-server",
"https://isolateserver.appspot.com",
"--verbose",
- "[SLAVE_BUILD]/src/out/Debug/browser_tests_apk.isolated.gen.json"
+ "[SLAVE_BUILD]/src/out/Release/browser_tests_apk.isolated.gen.json"
],
"name": "isolate tests",
"~followup_annotations": [
@@ -405,7 +405,7 @@
"-u",
"RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
"--build-dir",
- "[SLAVE_BUILD]/src/out/Debug",
+ "[SLAVE_BUILD]/src/out/Release",
"--output-json",
"/path/to/tmp/json"
],
@@ -468,7 +468,7 @@
"python",
"-u",
"\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with open(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(report)\n",
- "[SLAVE_BUILD]/src/out/Debug/test_logs/*.log"
+ "[SLAVE_BUILD]/src/out/Release/test_logs/*.log"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",

Powered by Google App Engine
This is Rietveld 408576698