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

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

Issue 653793003: Mark all chromium test swarming task requests as idempotent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix for skia 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_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index 9b01fcae1fa7d948d7bae764145c7e844900f906..4b75e1caff15e77ee4fa56f6e9a7147c2dce801e 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -893,8 +893,7 @@ def GenSteps(api):
api.swarming.default_priority = build_to_priority(api.properties)
api.swarming.add_default_tag('project:chromium')
api.swarming.add_default_tag('purpose:pre-commit')
- # TODO(maruel): Soon!
- # api.swarming.default_idempotent = True
+ api.swarming.default_idempotent = True
# Differentiate between try jobs and CQ jobs. Always find out who made the CL.
requestor = api.properties.get('requestor')

Powered by Google App Engine
This is Rietveld 408576698