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

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

Issue 2020543003: Revert of Avoid nesting steps called under waiting for x: (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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/bisect.py
diff --git a/scripts/slave/recipes/bisect.py b/scripts/slave/recipes/bisect.py
index 40e0a6fd5567ced192e313f308e2939f3ee4e7ad..22193ffcf7c1484a423f346e71b8f71d84a465c2 100644
--- a/scripts/slave/recipes/bisect.py
+++ b/scripts/slave/recipes/bisect.py
@@ -272,7 +272,9 @@
stdout=api.json.output({'git_sha': commit_hash}))
if not skip_results:
- step_name = ('gsutil Get test results for build %s') % (commit_hash)
+ step_name = ('Waiting for chromium@%s.gsutil '
+ 'Get test results for build %s') % (commit_hash[:10],
+ commit_hash)
if 'refrange' in revision_data:
parent_step = 'Gathering reference values.'
else:

Powered by Google App Engine
This is Rietveld 408576698