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

Unified Diff: scripts/slave/recipe_modules/test_utils/api.py

Issue 2434353002: Change archive_retry_summary step to happen also when there are new failures. (Closed)
Patch Set: Created 4 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_trybot.expected/blink_minimal_pass_continues.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/test_utils/api.py
diff --git a/scripts/slave/recipe_modules/test_utils/api.py b/scripts/slave/recipe_modules/test_utils/api.py
index 2418dc10b96fd77b898fb2985f57c6f2197c9030..e4e1c37d01d9ae4ecbb8f6c1f24a27a7e6d16086 100644
--- a/scripts/slave/recipe_modules/test_utils/api.py
+++ b/scripts/slave/recipe_modules/test_utils/api.py
@@ -195,7 +195,7 @@ class TestUtilsApi(recipe_api.RecipeApi):
elif ignored_failures:
self.m.step.active_result.presentation.status = self.m.step.WARNING
- if test.name == 'webkit_tests':
+ if test.name == 'webkit_tests':
self._archive_retry_summary({
'failures': sorted(new_failures),
'ignored': sorted(ignored_failures)
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698