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

Unified Diff: tools/mb/mb_config.pyl

Issue 1552903002: Support building gles2_conform tests on Chromium recipe GPU FYI bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 1d43f27ffbc3625a8a6687403b0c62127f7e826c..e7833c3987c69e8da399f40e181772364ffac333 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -78,8 +78,8 @@
'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'release_trybot'],
'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'],
'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp', 'release_bot'],
- 'swarming_gpu_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'gn', 'debug_bot'],
- 'swarming_gpu_tests_gn_release_bot': ['swarming', 'gpu_tests', 'gn', 'release_bot'],
+ 'swarming_gpu_fyi_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 'debug_bot'],
+ 'swarming_gpu_fyi_tests_gn_release_bot': ['swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 'release_bot'],
'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'release_trybot'],
'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'debug_trybot'],
'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'release_trybot'],
@@ -287,6 +287,11 @@
'gyp': {'type': 'gyp'},
+ 'internal_gles2_conform_tests': {
+ 'gn_args': 'internal_gles2_conform_tests=true',
+ 'gyp_defines': 'internal_gles2_conform_tests=1',
+ },
+
'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
'lsan': {
@@ -526,8 +531,8 @@
'Linux ARM': 'swarming_gyp_release_bot_arm',
},
'chromium.gpu.fyi': {
- 'GPU NextGen Linux Builder': 'swarming_gpu_tests_gn_release_bot',
- 'GPU NextGen Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_bot',
+ 'GPU NextGen Linux Builder': 'swarming_gpu_fyi_tests_gn_release_bot',
+ 'GPU NextGen Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_bot',
'Linux NextGen Release (NVIDIA)': 'none',
'Linux NextGen Debug (NVIDIA)': 'none',
},
« 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