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

Unified Diff: tools/mb/mb_config.pyl

Issue 2499663002: Add ozone linux mb config to tryserver.chromium.linux (Closed)
Patch Set: Make the trybot a release_trybot Created 4 years, 1 month 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 | « no previous file | 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 ab51d839ff46684e734790f5defa440075ddeab5..a67283c373495b328c0fa7608f4d0937ebce7b01 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -532,6 +532,7 @@
'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_ozone_compile_only_ng': 'ozone_linux_release_trybot',
# This is intentionally a release_bot and not a release_trybot;
# enabling DCHECKs seems to cause flaky failures that don't show up
@@ -1319,6 +1320,10 @@
'release_bot', 'ozone', 'ozone_linux',
],
+ 'ozone_linux_release_trybot': [
+ 'release_trybot', 'ozone', 'ozone_linux',
+ ],
+
'release_afl_asan': [
'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698