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

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: 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..16325bfc64311616ae32fed12cc9f275c32a7c26 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': {
Paweł Hajdan Jr. 2014/10/31 10:03:50 Please use base_on_main_waterfall infrastructure h
dnj 2014/10/31 16:49:50 Done. That's a great addition!
+ 'add_telemetry_tests': False,
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 64,
+ },
+ 'chromium_config': 'chromium_chromeos',
+ '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': {
+ 'add_telemetry_tests': False,
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'chromium_config': 'chromium_chromeos',
+ '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