| 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 d0b25a43bc86b917c0270604dd8e698ca1470387..2109d700f1172cb1d19c3a3545c3d2e3d638866a 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -1168,7 +1168,7 @@
|
| }
|
| },
|
| 'ClangToTWin': {
|
| - 'chromium_config': 'chromium_win_clang_official_tot',
|
| + 'chromium_config': 'chromium_win_clang_tot',
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| @@ -1253,7 +1253,7 @@
|
| 'enable_swarming': True,
|
| },
|
| 'ClangToTWin64': {
|
| - 'chromium_config': 'chromium_win_clang_official_tot',
|
| + 'chromium_config': 'chromium_win_clang_tot',
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
|
|