| 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',
|
|
|