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

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

Issue 1212443005: reland #1: Set mac_min_sdk=10.10 on chromium.mac bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Updated CL to prevent build configs from being used by testers. Created 5 years, 5 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_mac.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py b/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
index 3e6f34dac75104dc2d198e72f59f6f6b75acef83..059bbf89f4afd08129c33cb149f845c2e190bb39 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
@@ -15,6 +15,7 @@ SPEC = {
'builders': {
'Mac Builder': {
'chromium_config': 'chromium',
+ 'chromium_apply_config': ['chromium_mac_sdk_10_10'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -129,6 +130,7 @@ SPEC = {
},
'Mac Builder (dbg)': {
'chromium_config': 'chromium',
+ 'chromium_apply_config': ['chromium_mac_sdk_10_10'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',

Powered by Google App Engine
This is Rietveld 408576698