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

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

Issue 2154213004: Revert of tryserver.chromium.win: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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_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 60467ced39fedc9334c9e566415cee7565bfdaf6..a1e94ef80e37808d8de4474612e54046f49b95c1 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
@@ -35,7 +35,6 @@
},
'enable_swarming': True,
'use_isolate': True,
- 'checkout_dir': 'win',
},
'Win10 Tests x64': {
'chromium_config': 'chromium',
@@ -125,7 +124,6 @@
},
'enable_swarming': True,
'use_isolate': True,
- 'checkout_dir': 'win',
},
'Win 7 Tests x64 (1)': {
'chromium_config': 'chromium',
@@ -165,7 +163,6 @@
steps.generate_isolated_script,
],
'enable_swarming': True,
- 'checkout_dir': 'win_gyp',
'swarming_dimensions': {
'cpu': 'x86-64',
'os': 'Windows-8.1-SP0',
@@ -210,7 +207,6 @@
},
'enable_swarming': True,
'use_isolate': True,
- 'checkout_dir': 'win',
},
'Win7 Tests (dbg)(1)': {
'chromium_config': 'chromium',
@@ -247,7 +243,6 @@
steps.generate_isolated_script,
],
'enable_swarming': True,
- 'checkout_dir': 'win_gyp',
'testing': {
'platform': 'win',
},
@@ -274,7 +269,6 @@
# Workaround so that recipes doesn't add random build targets to our
# compile line. We want to build everything.
'add_tests_as_compile_targets': False,
- 'checkout_dir': 'win_clang',
},
},
}

Powered by Google App Engine
This is Rietveld 408576698