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

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

Issue 640833003: Enable swarming on Vista tester. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git/+/master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_win_Vista_Tests__1_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/chromium_win.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_win.py b/scripts/slave/recipe_modules/chromium/chromium_win.py
index 689ae1806efa97cbc22c9d3345b71ccf40d24006..c27371d2b58335d67052a1f057232a3087bdde99 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_win.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_win.py
@@ -62,10 +62,16 @@ SPEC = {
'test_generators': [
steps.generate_gtest,
],
+ 'tests': [
+ steps.MojoPythonTests(),
+ steps.TelemetryUnitTests(),
+ steps.TelemetryPerfUnitTests(),
+ ],
'parent_buildername': 'Win Builder',
'testing': {
'platform': 'win',
},
+ 'enable_swarming': True,
'swarming_dimensions': {
'os': 'Windows-6.0',
},
@@ -81,11 +87,6 @@ SPEC = {
'test_generators': [
steps.generate_gtest,
],
- 'tests': [
- steps.MojoPythonTests(),
- steps.TelemetryUnitTests(),
- steps.TelemetryPerfUnitTests(),
- ],
'parent_buildername': 'Win Builder',
'testing': {
'platform': 'win',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_win_Vista_Tests__1_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698