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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/trybots.py

Issue 1693403002: tryserver.chromium.android: Add new trybots for architectures. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Shard slaves for now. Created 4 years, 10 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/trybots.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/trybots.py b/scripts/slave/recipe_modules/chromium_tests/trybots.py
index 0cccd402cc211abdd27b4d8f579b1a314a2fb282..96fcfea2a430d9a44e66085ced56a1be23a16c01 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -108,14 +108,6 @@ TRYBOTS = freeze({
},
'tryserver.chromium.android': {
'builders': {
- 'android_blink_rel': simple_bot({
- 'mastername': 'chromium.webkit',
- 'buildername': 'WebKit Android (Nexus4)',
- }, analyze_mode='compile'),
- 'android_chromium_gn_rel': simple_bot({
- 'mastername': 'chromium.linux',
- 'buildername': 'Android GN',
- }),
'android_amp': simple_bot({
'mastername': 'chromium.fyi',
'buildername': 'Android Tests (amp split)',
@@ -128,10 +120,18 @@ TRYBOTS = freeze({
'mastername': 'chromium.linux',
'buildername': 'Android Arm64 Builder (dbg)',
}, analyze_mode='compile'),
+ 'android_blink_rel': simple_bot({
+ 'mastername': 'chromium.webkit',
+ 'buildername': 'WebKit Android (Nexus4)',
+ }, analyze_mode='compile'),
'android_clang_dbg_recipe': simple_bot({
'mastername': 'chromium.linux',
'buildername': 'Android Clang Builder (dbg)',
}, analyze_mode='compile'),
+ 'android_chromium_gn_rel': simple_bot({
+ 'mastername': 'chromium.linux',
+ 'buildername': 'Android GN',
+ }),
'android_chromium_gn_compile_dbg': simple_bot({
'mastername': 'chromium.linux',
'buildername': 'Android GN (dbg)',
@@ -144,6 +144,18 @@ TRYBOTS = freeze({
'mastername': 'chromium.linux',
'buildername': 'Android Builder (dbg)',
}, analyze_mode='compile'),
+ 'android_compile_mips_dbg': simple_bot({
+ 'mastername': 'chromium.android',
+ 'buildername': 'Android MIPS Builder (dbg)',
+ }, analyze_mode='compile'),
+ 'android_compile_x64_dbg': simple_bot({
+ 'mastername': 'chromium.android',
+ 'buildername': 'Android x64 Builder (dbg)',
+ }, analyze_mode='compile'),
+ 'android_compile_x86_dbg': simple_bot({
+ 'mastername': 'chromium.android',
+ 'buildername': 'Android x86 Builder (dbg)',
+ }, analyze_mode='compile'),
'android_compile_rel': simple_bot({
'mastername': 'chromium.linux',
'buildername': 'Android Builder',

Powered by Google App Engine
This is Rietveld 408576698