| 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:
|
|
|