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

Unified Diff: scripts/slave/recipes/chromium.py

Issue 688473003: Added swarming step to the Blink trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase 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
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 = []

Powered by Google App Engine
This is Rietveld 408576698