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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/trybots.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/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',

Powered by Google App Engine
This is Rietveld 408576698