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

Unified Diff: tools/mb/mb_config.pyl

Issue 2676743002: [headless] Clean up bot configs. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « build/args/bots/tryserver.chromium.linux/linux_chromium_headless_rel.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 61b2b2f6eb6e9191a57b9476a6d50a3389e2a640..fab6f1f6e52f0089a99592328234007cb736c83b 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -175,7 +175,7 @@
'EarlGreyiOS': 'ios',
'GomaCanaryiOS': 'ios',
'ios-simulator': 'ios',
- 'Headless Linux (dbg)': '//build/args/bots/chromium.fyi/headless_linux_dbg.gn',
+ 'Headless Linux (dbg)': 'headless_linux_debug_bot',
'MD Top Chrome ChromeOS material-hybrid': 'chromeos_with_codecs_debug_bot',
'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot',
'MD Top Chrome Win material': 'debug_bot',
@@ -543,8 +543,7 @@
'linux_chromium_dbg_32_ng': 'debug_trybot_x86',
'linux_chromium_dbg_ng': 'debug_trybot',
'linux_chromium_gn_upload': 'gn_linux_upload',
- 'linux_chromium_headless_dbg': '//build/args/bots/tryserver.chromium.linux/linux_chromium_headless_dbg.gn',
- 'linux_chromium_headless_rel': '//build/args/bots/tryserver.chromium.linux/linux_chromium_headless_rel.gn',
+ 'linux_chromium_headless_rel': 'headless_linux_release_trybot',
'linux_chromium_ozone_compile_only_ng': 'ozone_linux_release_trybot',
# This is intentionally a release_bot and not a release_trybot;
@@ -1263,6 +1262,14 @@
'gn_linux_upload', 'official', 'goma',
],
+ 'headless_linux_debug_bot': [
+ 'debug_bot', 'headless',
+ ],
+
+ 'headless_linux_release_trybot': [
+ 'release_trybot', 'headless',
+ ],
+
# The 'ios' config is just used for auditing. iOS bots
# actually use the ios recipes, not the chromium recipe, and look
# up their GN arguments via files checked in under //ios/build/bots.
@@ -1714,6 +1721,10 @@
'gn_args': 'use_system_xcode=false',
},
+ 'headless': {
+ 'args_file': '//build/args/headless.gn',
+ },
+
'hybrid': {
'gn_args': 'v8_target_cpu="arm" target_cpu="x86"',
'mixins': ['disable_nacl'],
« no previous file with comments | « build/args/bots/tryserver.chromium.linux/linux_chromium_headless_rel.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698