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

Unified Diff: scripts/slave/recipes/chromium_trybot.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/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index 8fa51715eed4dc601f866d238949e50a41724f0d..91804e34a3acaa597b9d9d0ab80626f5f262fca6 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -401,7 +401,7 @@ def GenTests(api):
})) +
suppress_analyze() +
api.override_step_data(
- 'telemetry_gpu_unittests (with patch)',
+ 'telemetry_gpu_unittests (with patch) on Ubuntu-12.04',
api.test_utils.canned_isolated_script_output(
passing=True, is_win=False, swarming=True))
)
@@ -438,7 +438,7 @@ def GenTests(api):
},
})) +
suppress_analyze() +
- api.override_step_data('gl_tests (with patch)',
+ api.override_step_data('gl_tests (with patch) on Ubuntu-12.04',
canned_test(passing=False))
)

Powered by Google App Engine
This is Rietveld 408576698