| Index: scripts/slave/recipes/chromium.py
|
| diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
|
| index fcaf7d4c53536a25e8d8b990fe1e9e62c10c10cc..4e93204d7a0329f63b0e2f2965d1a70023f38b21 100644
|
| --- a/scripts/slave/recipes/chromium.py
|
| +++ b/scripts/slave/recipes/chromium.py
|
| @@ -33,11 +33,7 @@ def GenSteps(api):
|
| if not tests:
|
| return
|
|
|
| - api.swarming.default_priority = 25
|
| - api.swarming.set_default_dimension('pool', 'Chrome')
|
| - api.swarming.add_default_tag('project:chromium')
|
| - api.swarming.add_default_tag('purpose:CI')
|
| - api.swarming.default_idempotent = True
|
| + api.chromium_tests.configure_swarming('chromium', precommit=False)
|
|
|
| def test_runner():
|
| failed_tests = []
|
|
|