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

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

Issue 2319343002: Deploy Mac ASAN bot on chromium.gpu.fyi waterfall. (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
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 fd526d24e6485458abe132ff549070521fc7eda7..5fe0b748842c4c93018c5404fa7624605e9ffe5c 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
@@ -843,6 +843,26 @@ SPEC = {
# in order to keep up with the faster cycle time of the tests.
'enable_swarming': False,
},
+ 'Mac GPU ASAN Release': {
+ 'chromium_config': 'chromium',
+ 'chromium_apply_config': ['ninja_confirm_noop'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ steps.generate_isolated_script,
+ ],
+ 'bot_type': 'builder_tester',
+ 'testing': {
+ 'platform': 'mac',
+ },
+ 'enable_swarming': True,
+ 'serialize_tests': True,
+ },
'Android Release (Nexus 5)': {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs', 'mb'],

Powered by Google App Engine
This is Rietveld 408576698