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

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 691293002: Chromium-for-ChromiumOS/Linux compile-only trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased. Created 6 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/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index 9a1f268d5afae37449558429f3aa16806b593163..e5667e427c24bebc43f7c7812dd02839ab37a348 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -152,6 +152,18 @@ BUILDERS = {
'platform': 'linux',
},
},
+ 'linux_chromium_chromeos_compile_dbg_ng': {
+ 'add_telemetry_tests': False,
+ 'based_on_main_waterfall': {
+ 'mastername': 'chromium.chromiumos',
+ 'buildername': 'Linux ChromiumOS Builder (dbg)',
+ 'testers': [],
+ },
+ 'compile_only': True,
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
'linux_chromium_chromeos_rel': {
'add_telemetry_tests': False,
'chromium_config_kwargs': {
@@ -165,6 +177,18 @@ BUILDERS = {
'platform': 'linux',
},
},
+ 'linux_chromium_chromeos_compile_rel_ng': {
+ 'add_telemetry_tests': False,
+ 'based_on_main_waterfall': {
+ 'mastername': 'chromium.chromiumos',
+ 'buildername': 'Linux ChromiumOS Builder',
+ 'testers': [],
+ },
+ 'compile_only': True,
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
'linux_chromium_chromeos_ozone_rel': {
'add_telemetry_tests': False,
'chromium_config_kwargs': {

Powered by Google App Engine
This is Rietveld 408576698