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

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

Issue 2196953003: Remove GYP builders from chromium mac, win waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove unused suppressions Created 4 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 2b969bb4fdf8aacebd80ac7ad522ea2ace25afa7..eb2755a7827b703da41d62176633d8ccbf311f55 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_mac.py
@@ -102,25 +102,6 @@ SPEC = {
'platform': 'mac',
},
},
- 'Mac GYP': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_PLATFORM': 'mac',
- },
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
- 'enable_swarming': True,
- 'checkout_dir': 'mac_gyp',
- 'testing': {
- 'platform': 'mac',
- },
- },
'Mac Builder (dbg)': {
'chromium_config': 'chromium',
'chromium_apply_config': [
@@ -167,24 +148,5 @@ SPEC = {
'os': 'Mac-10.9',
},
},
- 'Mac GYP (dbg)': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_PLATFORM': 'mac',
- },
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
- 'enable_swarming': True,
- 'checkout_dir': 'mac_gyp',
- 'testing': {
- 'platform': 'mac',
- },
- },
},
}
« no previous file with comments | « masters/master.tryserver.chromium.win/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_win.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698