Chromium Code Reviews| 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': { |