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

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

Issue 1574433004: Allow a single trybot to mirror multiple waterfall bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@bot-config-and-test-db
Patch Set: Created 4 years, 11 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 94ba4593e404ddfda9979eb98bec1349384bffa5..435203d3ca231108cd4d51722e90229a26250da6 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -263,11 +263,18 @@ TRYBOTS = freeze({
'mastername': 'chromium.chromiumos',
'buildername': 'Linux ChromiumOS GN',
},
- 'linux_chromium_rel_ng': {
- 'mastername': 'chromium.linux',
- 'buildername': 'Linux Builder',
- 'tester': 'Linux Tests',
- },
+ 'linux_chromium_rel_ng': [
Paweł Hajdan Jr. 2016/01/11 18:41:11 Whoa - can we experiment with an experimental buil
Ken Russell (switch to Gerrit) 2016/01/11 22:54:01 Sure, that'd be fine, though I think some test exp
Sergey Berezin 2016/01/12 01:44:23 +1 to Pawel's concern - let's not mess with a prod
Ken Russell (switch to Gerrit) 2016/01/12 05:35:51 OK. Agree it's much better to get the entire syste
+ {
+ 'mastername': 'chromium.linux',
+ 'buildername': 'Linux Builder',
+ 'tester': 'Linux Tests',
+ },
+ {
+ 'mastername': 'chromium.gpu',
+ 'buildername': 'GPU Fake Linux Builder',
+ 'tester': 'Fake Linux Release (NVIDIA)',
+ },
+ ],
'linux_chromium_asan_rel_ng': {
'mastername': 'chromium.memory',
'buildername': 'Linux ASan LSan Builder',

Powered by Google App Engine
This is Rietveld 408576698