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

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

Issue 2377933002: Add trusty builder / tester for chromium.linux. (Closed)
Patch Set: removed test generators Created 4 years, 2 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 a470b13810a5458d098d5e4486619075f3d337c1..2bce13a1f04e6f6dff73a74fd165bbd2e5029f04 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -258,6 +258,16 @@ TRYBOTS = freeze({
'buildername': 'Linux Builder (dbg)',
'tester': 'Linux Tests (dbg)(1)',
}),
+ 'linux_chromium_trusty_dbg_32_ng': simple_bot({
+ 'mastername': 'chromium.linux',
+ 'buildername': 'Linux Builder Trusty (dbg)(32)',
+ 'tester': 'Linux Tests Trusty (dbg)(1)(32)',
+ }),
+ 'linux_chromium_trusty_dbg_ng': simple_bot({
+ 'mastername': 'chromium.linux',
+ 'buildername': 'Linux Builder Trusty (dbg)',
+ 'tester': 'Linux Tests Trusty (dbg)(1)',
+ }),
'linux_chromium_rel_ng': {
'bot_ids': [
{
@@ -285,6 +295,14 @@ TRYBOTS = freeze({
'mastername': 'chromium.linux',
'buildername': 'Linux Builder',
}, analyze_mode='compile'),
+ 'linux_chromium_compile_trusty_dbg_ng': simple_bot({
+ 'mastername': 'chromium.linux',
+ 'buildername': 'Linux Builder Trusty (dbg)',
+ }, analyze_mode='compile'),
+ 'linux_chromium_compile_trusty_rel_ng': simple_bot({
+ 'mastername': 'chromium.linux',
+ 'buildername': 'Linux Builder Trusty',
+ }, analyze_mode='compile'),
'linux_chromium_archive_rel_ng': simple_bot({
'mastername': 'chromium',
'buildername': 'Linux x64',
@@ -342,6 +360,10 @@ TRYBOTS = freeze({
'mastername': 'chromium.linux',
'buildername': 'Linux Builder (dbg)(32)',
}, analyze_mode='compile'),
+ 'linux_chromium_compile_trusty_dbg_32_ng': simple_bot({
+ 'mastername': 'chromium.linux',
+ 'buildername': 'Linux Builder Trusty (dbg)(32)',
+ }, analyze_mode='compile'),
'linux_chromium_msan_rel_ng': simple_bot({
'mastername': 'chromium.memory.full',
'buildername': 'Chromium Linux MSan Builder',

Powered by Google App Engine
This is Rietveld 408576698