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

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

Issue 2005523003: Restore Force Mac Toolchain config. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Missing Created 4 years, 7 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_fyi_Chromium_Mac_10_11_Force_Mac_Toolchain.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_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 66c3bcec2a945b023075684be52a610f85fc89f7..61d4a17ad1d74efa8a3bcdf065b60d5e2549bc05 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -73,6 +73,22 @@ SPEC = {
'platform': 'mac',
},
},
+ 'Chromium Mac 10.11 Force Mac Toolchain': {
+ 'chromium_config': 'chromium',
+ 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ ],
+ 'testing': {
+ 'platform': 'mac',
+ },
+ },
'Linux ARM': {
'chromium_config': 'chromium',
'gclient_config': 'chromium',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_11_Force_Mac_Toolchain.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698