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

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

Issue 2156443003: tryserver.chromium.win: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: presubmit 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 a1e94ef80e37808d8de4474612e54046f49b95c1..60467ced39fedc9334c9e566415cee7565bfdaf6 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
@@ -35,6 +35,7 @@ SPEC = {
},
'enable_swarming': True,
'use_isolate': True,
+ 'checkout_dir': 'win',
},
'Win10 Tests x64': {
'chromium_config': 'chromium',
@@ -124,6 +125,7 @@ SPEC = {
},
'enable_swarming': True,
'use_isolate': True,
+ 'checkout_dir': 'win',
},
'Win 7 Tests x64 (1)': {
'chromium_config': 'chromium',
@@ -163,6 +165,7 @@ SPEC = {
steps.generate_isolated_script,
],
'enable_swarming': True,
+ 'checkout_dir': 'win_gyp',
'swarming_dimensions': {
'cpu': 'x86-64',
'os': 'Windows-8.1-SP0',
@@ -207,6 +210,7 @@ SPEC = {
},
'enable_swarming': True,
'use_isolate': True,
+ 'checkout_dir': 'win',
},
'Win7 Tests (dbg)(1)': {
'chromium_config': 'chromium',
@@ -243,6 +247,7 @@ SPEC = {
steps.generate_isolated_script,
],
'enable_swarming': True,
+ 'checkout_dir': 'win_gyp',
'testing': {
'platform': 'win',
},
@@ -269,6 +274,7 @@ SPEC = {
# 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