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

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

Issue 1830323005: Windows 10 64-bit try server configuration. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: more Created 4 years, 9 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 8def1ed90896c08b420f2113e0079a70a53cfd04..1dba2d429cae39c598e1fbc2d45c92f84914032a 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -2032,32 +2032,6 @@ SPEC = {
'platform': 'linux',
},
},
- 'Win10 Tests (1)': {
- 'chromium_config': 'chromium',
- 'chromium_apply_config': ['ninja_confirm_noop'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'tester',
- 'test_generators': [
- steps.generate_gtest,
- steps.generate_script,
- steps.generate_isolated_script,
- ],
- 'tests': [
- steps.MiniInstallerTest(),
- ],
- 'parent_buildername': 'Win Builder',
- 'testing': {
- 'platform': 'win',
- },
- 'enable_swarming': True,
- 'swarming_dimensions': {
- 'os': 'Windows-10-SP0',
- },
- },
'Win SyzyAsan (rel)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['syzyasan_compile_only', 'shared_library'],

Powered by Google App Engine
This is Rietveld 408576698