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

Unified Diff: tools/mb/mb_config.pyl

Issue 1867983002: Flip Linux ChromeOS trybot to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 8 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 | « third_party/libXNVCtrl/BUILD.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 d044e3ceb8e45686ab440121b9c4d0515d73e090..87991567a95110e7baa7547996fa2b6c89d17e42 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -688,7 +688,7 @@
'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot',
'linux_chromium_chromeos_asan_variable': 'findit',
'linux_chromium_chromeos_compile_rel_ng':
- 'swarming_chromeos_gyp_release_trybot',
+ 'swarming_chromeos_gn_release_trybot',
'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot',
'linux_chromium_chromeos_variable': 'findit',
'linux_chromium_chromeos_variable_chrome': 'findit',
@@ -1248,6 +1248,10 @@
'swarming', 'asan', 'lsan', 'release_trybot',
],
+ 'swarming_chromeos_gn_release_trybot': [
+ 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot',
+ ],
+
'swarming_chromeos_gyp_debug_bot': [
'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot',
],
« no previous file with comments | « third_party/libXNVCtrl/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698