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

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

Issue 2382723004: Rename 'WebKit Linux' to 'WebKit Linux Precise' only on slaves (Closed)
Patch Set: Run recipe simulation test 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py ('k') | scripts/slave/recipes/chromium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/trybots.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/trybots.py b/scripts/slave/recipe_modules/chromium_tests/trybots.py
index d1163844734c249b0eff99b9b484b0d7b62d9f86..0c364c59e3742f0cfde14f63fdbb086790cb556d 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -17,19 +17,19 @@ TRYBOTS = freeze({
'builders': {
'linux_precise_blink_dbg': simple_bot({
'mastername': 'chromium.webkit',
- 'buildername': 'WebKit Linux (dbg)',
+ 'buildername': 'WebKit Linux Precise (dbg)',
}),
'linux_precise_blink_rel': simple_bot({
'mastername': 'chromium.webkit',
- 'buildername': 'WebKit Linux',
+ 'buildername': 'WebKit Linux Precise',
}),
'linux_precise_blink_compile_dbg': simple_bot({
'mastername': 'chromium.webkit',
- 'buildername': 'WebKit Linux (dbg)',
+ 'buildername': 'WebKit Linux Precise (dbg)',
}, analyze_mode='compile'),
'linux_precise_blink_compile_rel': simple_bot({
'mastername': 'chromium.webkit',
- 'buildername': 'WebKit Linux',
+ 'buildername': 'WebKit Linux Precise',
}, analyze_mode='compile'),
'linux_trusty_blink_rel': simple_bot({
'mastername': 'chromium.webkit',
@@ -374,7 +374,7 @@ TRYBOTS = freeze({
}),
'linux_layout_tests_slimming_paint_v2': simple_bot({
'mastername': 'chromium.fyi',
- 'buildername': 'WebKit Linux slimming_paint_v2 Dummy Builder',
+ 'buildername': 'WebKit Linux Precise slimming_paint_v2 Dummy Builder',
}),
# Optional GPU bots.
'linux_optional_gpu_tests_rel': {
@@ -566,7 +566,7 @@ TRYBOTS = freeze({
'builders': {
'v8_linux_blink_rel': simple_bot({
'mastername': 'chromium.webkit',
- 'buildername': 'WebKit Linux',
+ 'buildername': 'WebKit Linux Precise',
}),
'v8_linux_chromium_gn_rel': simple_bot({
'mastername': 'client.v8.fyi',
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py ('k') | scripts/slave/recipes/chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698