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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.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_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 c0970c60d6d1b59b0c57fad6d0c4b01ac061ef83..8b4426943fefb6d970c287503392258c428e3f04 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -612,7 +612,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',
},
'CrWinClang tester': {
'chromium_config': 'chromium_no_goma',
@@ -652,7 +651,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',
},
'CrWinClang(dbg) tester': {
'chromium_config': 'chromium_no_goma',
@@ -731,7 +729,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',
},
'CrWinClang64 tester': {
'chromium_config': 'chromium_no_goma',
@@ -771,7 +768,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',
},
'CrWinClang64(dbg) tester': {
'chromium_config': 'chromium_no_goma',
@@ -2143,7 +2139,6 @@
'chrome',
],
'enable_swarming': True,
- 'checkout_dir': 'win',
martiniss 2016/07/18 22:55:13 This (and other lines like it, I believe) are caus
'testing': {
'platform': 'win',
},

Powered by Google App Engine
This is Rietveld 408576698