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

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

Issue 2484343002: Drop Precise blink builders on chromium.webkit, add corresponding Trusty builders. (Closed)
Patch Set: Add ninja_confirm_noop and rerun recipe tests Created 4 years, 1 month 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 3870101185594c7d21a996ab3adb4707acd2577c..f21fc377bb8286c0a0cb1df9901e696031936874 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 Precise (dbg)',
+ 'buildername': 'WebKit Linux Trusty (dbg)',
}),
'linux_precise_blink_rel': simple_bot({
'mastername': 'chromium.webkit',
- 'buildername': 'WebKit Linux Precise',
+ 'buildername': 'WebKit Linux Trusty',
}),
'linux_precise_blink_compile_dbg': simple_bot({
'mastername': 'chromium.webkit',
- 'buildername': 'WebKit Linux Precise (dbg)',
+ 'buildername': 'WebKit Linux Trusty (dbg)',
}, analyze_mode='compile'),
'linux_precise_blink_compile_rel': simple_bot({
'mastername': 'chromium.webkit',
- 'buildername': 'WebKit Linux Precise',
+ 'buildername': 'WebKit Linux Trusty',
}, analyze_mode='compile'),
'linux_trusty_blink_rel': simple_bot({
'mastername': 'chromium.webkit',
@@ -566,7 +566,7 @@ TRYBOTS = freeze({
'builders': {
'v8_linux_blink_rel': simple_bot({
'mastername': 'chromium.webkit',
- 'buildername': 'WebKit Linux Precise',
+ 'buildername': 'WebKit Linux Trusty',
}),
'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