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

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

Issue 1950253003: Enable hermetic builds for FYI mac builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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_10_MacViews.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 5e797af59dc81cb98ee2ecd1b4b69c887637f681..8e673358748fc2b718f5105d35ad34efa1598ab1 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -43,7 +43,11 @@
'Chromium Mac 10.10 MacViews': {
'chromium_config': 'chromium',
'gclient_config': 'chromium',
- 'chromium_apply_config': ['chromium_mac_mac_views', 'mb'],
+ 'chromium_apply_config': [
+ 'chromium_mac_mac_views',
+ 'mb',
+ 'force_mac_toolchain'
+ ],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -59,29 +63,12 @@
},
'Chromium Mac 10.11': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 64,
- },
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- ],
- 'testing': {
- 'platform': 'mac',
- },
- },
- 'Chromium Mac 10.11 Force Mac Toolchain': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 64,
- },
- 'chromium_apply_config': ['force_mac_toolchain'],
+ '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,
@@ -260,6 +247,7 @@
'Print Preview Mac': {
'chromium_config': 'chromium',
'gclient_config': 'chromium',
+ 'chromium_apply_config': ['force_mac_toolchain'],
'GYP_DEFINES': {
'component': 'shared_library',
},
@@ -380,6 +368,7 @@
'Mac OpenSSL': {
'chromium_config': 'chromium',
'gclient_config': 'chromium',
+ 'chromium_apply_config': ['force_mac_toolchain'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -1149,7 +1138,7 @@
},
'Chromium Mac 10.9 Goma Canary': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['goma_canary', 'mb'],
+ 'chromium_apply_config': ['goma_canary', 'mb', 'force_mac_toolchain'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1164,7 +1153,7 @@
},
'Chromium Mac 10.9 Goma Canary (dbg)': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['goma_canary', 'mb'],
+ 'chromium_apply_config': ['goma_canary', 'mb', 'force_mac_toolchain'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1179,7 +1168,12 @@
},
'Chromium Mac 10.9 Goma Canary (clobber)': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['clobber', 'goma_canary', 'mb'],
+ 'chromium_apply_config': [
+ 'clobber',
+ 'goma_canary',
+ 'mb',
+ 'force_mac_toolchain',
+ ],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1194,7 +1188,12 @@
},
'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': {
'chromium_config': 'chromium',
- 'chromium_apply_config': ['clobber', 'goma_canary', 'mb'],
+ 'chromium_apply_config': [
+ 'clobber',
+ 'goma_canary',
+ 'mb',
+ 'force_mac_toolchain',
+ ],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1413,7 +1412,7 @@
'ClangToTMac': {
'chromium_config': 'clang_tot_mac',
'gclient_config': 'chromium',
- 'chromium_apply_config': ['mb'],
+ 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -1437,6 +1436,7 @@
},
'ClangToTMac tester': {
'chromium_config': 'chromium_no_goma',
+ 'chromium_apply_config': ['force_mac_toolchain'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1456,7 +1456,7 @@
},
'ClangToTMac (dbg)': {
'chromium_config': 'clang_tot_mac',
- 'chromium_apply_config': ['mb'],
+ 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1478,7 +1478,7 @@
},
'ClangToTMacASan': {
'chromium_config': 'clang_tot_mac_asan',
- 'chromium_apply_config': ['mb'],
+ 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1501,6 +1501,7 @@
'ClangToTMacASan tester': {
'chromium_config': 'chromium_mac_asan',
'gclient_config': 'chromium',
+ 'chromium_apply_config': ['force_mac_toolchain'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_10_MacViews.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698