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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 2338293005: Rename all 'WebKit Linux' builders to 'WebKit Linux Precise' (1/3 CLs) (Closed)
Patch Set: Created 4 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
Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 19aa5fcd1d1584445710f8abf48cd8502a6f76ae..00325e66edb2021248038d6053a891e75d4e4424 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -137,7 +137,7 @@ SPEC = {
# There are no slaves for this builder and this builder doesn't
# appear on the actual continuous waterfall; this configuration
# is here so that a try bot can be added.
- 'WebKit Linux slimming_paint_v2 Dummy Builder': {
+ 'WebKit Linux Precise slimming_paint_v2 Dummy Builder': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb','ninja_confirm_noop'],
'gclient_config': 'chromium',
@@ -163,7 +163,7 @@ SPEC = {
'enable_swarming': True,
'use_isolate': True,
},
- 'WebKit Linux - WPTServe':{
+ 'WebKit Linux Precise - WPTServe':{
'chromium_config': 'chromium',
'chromium_apply_config': ['mb','ninja_confirm_noop'],
'gclient_config': 'chromium',
@@ -189,7 +189,7 @@ SPEC = {
'enable_swarming': True,
'use_isolate': True,
},
- 'WebKit Linux - TraceWrappables': {
+ 'WebKit Linux Precise - TraceWrappables': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
'gclient_config': 'chromium',

Powered by Google App Engine
This is Rietveld 408576698