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

Unified Diff: scripts/slave/recipe_modules/chromium/steps.py

Issue 965313004: Also archive layout tests results on non-tryserver builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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_fyi_ChromiumPracticeFullTester.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/steps.py
diff --git a/scripts/slave/recipe_modules/chromium/steps.py b/scripts/slave/recipe_modules/chromium/steps.py
index a45119599d4340dda30a599b19f30a84c5c01e52..56336ee80e0c1aacbcdab19dd0f9b16f0b9579bd 100644
--- a/scripts/slave/recipe_modules/chromium/steps.py
+++ b/scripts/slave/recipe_modules/chromium/steps.py
@@ -1093,7 +1093,7 @@ class BlinkTest(Test):
if not (r.unexpected_flakes or r.unexpected_failures):
p.status = api.step.SUCCESS
- if suffix == 'with patch':
+ if suffix in ('', 'with patch'):
buildername = api.properties['buildername']
buildnumber = api.properties['buildnumber']
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromiumPracticeFullTester.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698