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

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

Issue 1830323005: Windows 10 64-bit try server configuration. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: add test data 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_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 ceb9f2739449c14be60bdce2fc0e1fcf62fba37d..00c5f4479d7da14a8e9d35ed86e861839e692815 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
@@ -35,6 +35,33 @@ SPEC = {
'enable_swarming': True,
'use_isolate': True,
},
+ 'Win10 Tests x64': {
+ 'chromium_config': 'chromium',
+ 'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'tester',
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ steps.generate_isolated_script,
+ ],
+ 'tests': [
+ steps.MiniInstallerTest(),
+ ],
+ 'parent_buildername': 'Win x64 Builder',
+ 'testing': {
+ 'platform': 'win',
+ },
+ 'enable_swarming': True,
+ 'swarming_dimensions': {
+ 'cpu': 'x86-64',
+ 'os': 'Windows-10-SP0',
Will Harris 2016/03/29 23:03:25 this might need to be updated depending on https:/
Dirk Pranke 2016/03/29 23:10:00 Why? I don't think that CL actually affects what y
+ },
+ },
'Win7 (32) Tests': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698