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

Unified Diff: scripts/slave/recipes/chromium.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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Tests__1_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.py
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
index bd321ceb099210916e13c155b8afdb0d526f8ea3..06bb34fb9d2168ca289cdbe64767ad83cad7e626 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -37,8 +37,7 @@ def GenSteps(api):
api.swarming.set_default_dimension('pool', 'Chrome')
api.swarming.add_default_tag('project:chromium')
api.swarming.add_default_tag('purpose:CI')
- # TODO(maruel): Soon!
- # api.swarming.default_idempotent = True
+ api.swarming.default_idempotent = True
def test_runner():
failed_tests = []
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Tests__1_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698