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

Unified Diff: scripts/master/factory/chromium_factory.py

Issue 23883005: Prefix endure test names. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Addressed review comments. Created 7 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_factory.py
diff --git a/scripts/master/factory/chromium_factory.py b/scripts/master/factory/chromium_factory.py
index fb581b71426d1da9712973426894b166b936a725..1b97be415d011e567e1d62a746a8d99be9a3187d 100644
--- a/scripts/master/factory/chromium_factory.py
+++ b/scripts/master/factory/chromium_factory.py
@@ -897,23 +897,23 @@ class ChromiumFactory(gclient_factory.GClientFactory):
# Endurance tests.
if R('endure_calendar_tests'):
f.AddTelemetryTest('endure', 'calendar_forward_backward.json',
- step_name='calendar', factory_properties=fp,
+ step_name='endure_cal_fw_back', factory_properties=fp,
timeout=6000)
if R('endure_gmail_expand_collapse_tests'):
f.AddTelemetryTest('endure', 'gmail_expand_collapse_conversation.json',
- step_name='gmail_exp_col',
+ step_name='endure_gmail_exp_col',
factory_properties=fp, timeout=6000)
if R('endure_gmail_alt_label_tests'):
f.AddTelemetryTest('endure', 'gmail_alt_two_labels.json',
- step_name='gmail_labels',
+ step_name='endure_gmail_labels',
factory_properties=fp, timeout=6000)
if R('endure_gmail_alt_threadlist_tests'):
f.AddTelemetryTest('endure', 'gmail_alt_threadlist_conversation.json',
- step_name='gmail_threadlist',
+ step_name='endure_gmail_thread',
factory_properties=fp, timeout=6000)
if R('endure_plus_tests'):
f.AddTelemetryTest('endure', 'plus_alt_posts_photos.json',
- step_name='plus', factory_properties=fp,
+ step_name='endure_plus_photos', factory_properties=fp,
timeout=6000)
# HTML5 media tag performance/functional test using PyAuto.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698