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

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

Issue 1625713002: Infra side changes to add a 32 bit Windows 7 bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: add suppression for new bot Created 4 years, 11 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 bb049189e70b526641ffcff0e4a519b6c03ab4c7..a56c58c5290ba29c75bf6a20ab59e44f0f9a9c66 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
@@ -78,6 +78,30 @@ SPEC = {
'os': 'Windows-Vista-SP2',
},
},
+ 'Win7 (32) Tests': {
+ '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,
+ ],
+ 'parent_buildername': 'Win Builder',
+ 'testing': {
+ 'platform': 'win',
+ },
+ 'enable_swarming': True,
+ 'swarming_dimensions': {
+ 'cpu': 'x86-32',
+ 'os': 'Windows-7-SP1',
+ },
+ },
'Win7 Tests (1)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
« no previous file with comments | « masters/master.chromium.win/slaves.cfg ('k') | scripts/slave/recipes/chromium.expected/full_chromium_win_Win7__32__Tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698