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

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

Issue 1905213002: Move Win x64 clobber bot and remove Win x64 GN bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix indent Created 4 years, 8 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_win.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
index 1dc4ff063adb38aa9fd0127d8ed8fcfdbc794a2d..e7ebdd2a35a420f879c770d3d44ae19fde61d7eb 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
@@ -148,25 +148,6 @@ SPEC = {
},
'enable_swarming': True,
},
- 'Win x64 GN': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_PLATFORM': 'win',
- 'TARGET_BITS': 64,
- },
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
- 'enable_swarming': True,
- 'testing': {
- 'platform': 'win',
- },
- },
'Win8 Aura': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb'],
@@ -244,25 +225,6 @@ SPEC = {
},
'enable_swarming': True,
},
- 'Win x64 GN (dbg)': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['mb'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_PLATFORM': 'win',
- 'TARGET_BITS': 64,
- },
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
- 'enable_swarming': True,
- 'testing': {
- 'platform': 'win',
- },
- },
'Win8 GN (dbg)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb'],

Powered by Google App Engine
This is Rietveld 408576698