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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md

Issue 1996053002: [Android] Turn down gn-specific Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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/recipe_modules/chromium_tests/chromium_recipe.md
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md b/scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md
index c71f55b7d9b534998a4153895a5557d498a018ef..e79edc03b9fdde279450d066233e6df95cf6dd8f 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md
@@ -67,14 +67,14 @@ interested in testing.
`chromium` recipe trybots currently are configured by specifying the main
waterfall configuration they are supposed to emulate. This information is stored
in the [`chromium_tests/trybots.py`](https://chromium.googlesource.com/chromium/tools/build.git/+/master/scripts/slave/recipe_modules/chromium_tests/trybots.py)
-file. So, for example, the `android_chromium_gn_compile_rel` trybot is
+file. So, for example, the `linux_android_rel_ng` trybot is
configured as follows:
...
- 'android_chromium_gn_compile_rel': {
+ 'linux_android_rel_ng': {
'mastername': 'chromium.linux',
- 'buildername': 'Android GN',
- 'analyze_mode': 'compile',
+ 'buildername': 'Android Builder',
+ 'tester': 'Android Tests',
},
...

Powered by Google App Engine
This is Rietveld 408576698