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

Unified Diff: tools/mb/mb_config.pyl

Issue 2854923002: Specify use_ozone=false for X11 CrOS trybots. (Closed)
Patch Set: Change name. Created 3 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 | « 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 35590f7ad5f6f65e6d894ee01121928834a49625..6df5d3d8c8eca01231c25c24bc87b4acda42c678 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -951,7 +951,7 @@
],
'asan_lsan_chromeos_release_trybot': [
- 'asan', 'lsan', 'chromeos', 'release_trybot',
+ 'asan', 'lsan', 'chromeos', 'x11_cros', 'release_trybot',
],
'asan_lsan_edge_debug_bot': [
@@ -1023,19 +1023,19 @@
],
'chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
- 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
+ 'chromeos', 'x11_cros', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
],
'chromeos_msan_release_bot': [
- 'chromeos', 'msan', 'release_bot',
+ 'chromeos', 'x11_cros', 'msan', 'release_bot',
],
'chromeos_with_codecs_debug_bot': [
- 'chromeos_with_codecs', 'debug_bot',
+ 'chromeos_with_codecs', 'x11_cros', 'debug_bot',
],
'chromeos_with_codecs_debug_trybot': [
- 'chromeos_with_codecs', 'debug_trybot',
+ 'chromeos_with_codecs', 'x11_cros', 'debug_trybot',
],
'chromeos_with_codecs_ozone_release_bot': [
@@ -1047,11 +1047,11 @@
],
'chromeos_with_codecs_release_bot': [
- 'chromeos_with_codecs', 'release_bot',
+ 'chromeos_with_codecs', 'x11_cros', 'release_bot',
],
'chromeos_with_codecs_release_trybot': [
- 'chromeos_with_codecs', 'release_trybot',
+ 'chromeos_with_codecs', 'x11_cros', 'release_trybot',
],
'clang_debug_trybot_x86': [
@@ -1205,7 +1205,7 @@
],
'gpu_fyi_tests_chromeos_release_trybot': [
- 'gpu_fyi_tests', 'release_trybot', 'chromeos',
+ 'gpu_fyi_tests', 'release_trybot', 'chromeos', 'x11_cros',
],
'gpu_fyi_tests_debug_trybot': [
@@ -1348,7 +1348,7 @@
],
'official_goma_chromeos': [
- 'official', 'goma', 'chromeos',
+ 'official', 'goma', 'chromeos', 'x11_cros',
],
'official_goma_thin_lto_use_lld': [
@@ -1806,6 +1806,11 @@
'gn_args': 'symbol_level=0',
},
+ 'x11_cros': {
+ # When use_ozone=false then use_x11=true.
+ 'gn_args': 'use_ozone=false',
+ },
+
'official': {
'mixins': ['official_optimize'],
'gn_args': 'is_chrome_branded=true',
« 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