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

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

Issue 1720873002: swarming: always append task's OS dimension to step name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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
Index: scripts/slave/recipes/v8.py
diff --git a/scripts/slave/recipes/v8.py b/scripts/slave/recipes/v8.py
index d5913d6887b41045c939c8503530b9c92620cf1f..11b5c53f1e5e854a986c4bf6b96ee9cf5295123e 100644
--- a/scripts/slave/recipes/v8.py
+++ b/scripts/slave/recipes/v8.py
@@ -201,7 +201,7 @@ def GenTests(api):
'V8 Fuzzer',
'fuzz_archive',
) +
- api.override_step_data('Fuzz', retcode=1)
+ api.override_step_data('Fuzz on Ubuntu-12.04', retcode=1)
)
# Bisect over range a1, a2, a3. Assume a2 is the culprit. Steps:

Powered by Google App Engine
This is Rietveld 408576698