| 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 8b4426943fefb6d970c287503392258c428e3f04..c0970c60d6d1b59b0c57fad6d0c4b01ac061ef83 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -612,6 +612,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',
|
| },
|
| 'CrWinClang tester': {
|
| 'chromium_config': 'chromium_no_goma',
|
| @@ -651,6 +652,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',
|
| },
|
| 'CrWinClang(dbg) tester': {
|
| 'chromium_config': 'chromium_no_goma',
|
| @@ -729,6 +731,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',
|
| },
|
| 'CrWinClang64 tester': {
|
| 'chromium_config': 'chromium_no_goma',
|
| @@ -768,6 +771,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',
|
| },
|
| 'CrWinClang64(dbg) tester': {
|
| 'chromium_config': 'chromium_no_goma',
|
| @@ -2139,6 +2143,7 @@ SPEC = {
|
| 'chrome',
|
| ],
|
| 'enable_swarming': True,
|
| + 'checkout_dir': 'win',
|
| 'testing': {
|
| 'platform': 'win',
|
| },
|
|
|