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

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

Issue 1836883003: Add config for Chromium Mac 10.11 Force Mac Toolchain (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Also add the builder to FYI Created 4 years, 9 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_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 8def1ed90896c08b420f2113e0079a70a53cfd04..0135cf41a9b44fffebd4ad7a75473db8e585a814 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -61,6 +61,22 @@ SPEC = {
'platform': 'mac',
},
},
+ 'Chromium Mac 10.11 Force Mac Toolchain': {
+ 'chromium_config': 'chromium',
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'chromium_apply_config': ['force_mac_toolchain'],
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ ],
+ 'testing': {
+ 'platform': 'mac',
+ },
+ },
'Linux ARM': {
'chromium_config': 'chromium',
'gclient_config': 'chromium',

Powered by Google App Engine
This is Rietveld 408576698