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

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

Issue 2415543004: Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: Created 4 years, 2 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 7d079bba8896d22a3c5354914c9cc5bce0dd6021..80f5ed33af1e9405c8571ec0321f91e622abed3d 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
@@ -20,7 +20,6 @@ SPEC = {
'chrome_with_codecs',
'mb',
'ninja_confirm_noop',
- 'force_mac_toolchain',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
@@ -40,7 +39,7 @@ SPEC = {
},
'Mac10.9 Tests': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['ninja_confirm_noop', 'force_mac_toolchain'],
+ 'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -58,7 +57,7 @@ SPEC = {
},
'Mac10.10 Tests': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['ninja_confirm_noop', 'force_mac_toolchain'],
+ 'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -75,7 +74,7 @@ SPEC = {
},
'Mac10.11 Tests': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['ninja_confirm_noop', 'force_mac_toolchain'],
+ 'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -92,7 +91,6 @@ SPEC = {
'chromium_apply_config': [
'mb',
'ninja_confirm_noop',
- 'force_mac_toolchain'
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
@@ -112,7 +110,7 @@ SPEC = {
},
'Mac10.9 Tests (dbg)': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['ninja_confirm_noop', 'force_mac_toolchain'],
+ 'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',

Powered by Google App Engine
This is Rietveld 408576698