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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py

Issue 2335653003: Teach Mac GPU ASAN Release that it's using mb. (Closed)
Patch Set: Created 4 years, 3 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 | scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Mac_GPU_ASAN_Release.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
index 5fe0b748842c4c93018c5404fa7624605e9ffe5c..e4309e945524a1f8a98d4902b666e5e152e56a7c 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
@@ -845,8 +845,9 @@ SPEC = {
},
'Mac GPU ASAN Release': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['ninja_confirm_noop'],
+ 'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
'gclient_config': 'chromium',
+ 'gclient_apply_config': ['chrome_internal', 'angle_top_of_tree'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Mac_GPU_ASAN_Release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698