| 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': {
|
|
|