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

Unified Diff: masters/master.chromium.fyi/master.cfg

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: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 200e7ede3cddd46f9e67e49030f111e972adff0f..1f897fd6e2bd8f4797859e98bf158a71480193dc 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -140,8 +140,8 @@ s_chromium = Scheduler(
'Libfuzzer Upload Linux MSan',
'Libfuzzer Upload Linux UBSan',
'Libfuzzer Upload Mac ASan',
- 'WebKit Linux - WPTServe',
- 'WebKit Linux - TraceWrappables',
+ 'WebKit Linux Precise - WPTServe',
+ 'WebKit Linux Precise - TraceWrappables',
'WebKit Mac - WPTServe',
'WebKit Win - WPTServe',
'Linux remote_run Builder',
@@ -995,7 +995,7 @@ b_chromium_v8_api_stability = {
}
b_chromium_linux_webkit_wptserve = {
- 'name': 'WebKit Linux - WPTServe',
+ 'name': 'WebKit Linux Precise - WPTServe',
'factory': m_remote_run_chromium_src('chromium'),
'category': 'linux',
'auto_reboot': True,
@@ -1013,7 +1013,7 @@ b_chromium_win_webkit_wptserve = {
'auto_reboot': True,
}
b_chromium_linux_webkit_trace_wrappables = {
- 'name': 'WebKit Linux - TraceWrappables',
+ 'name': 'WebKit Linux Precise - TraceWrappables',
'factory': m_remote_run_chromium_src('chromium'),
'category': 'linux',
'auto_reboot': True,
@@ -1365,7 +1365,7 @@ c['builders'] = [
# WebKit Win with the wptserve server enabled for web-platform-tests
b_chromium_win_webkit_wptserve,
- # WebKit Linux with the wptserve server enabled for web-platform-tests.
+ # WebKit Linux Precise with the wptserve server enabled for web-platform-tests.
b_chromium_linux_webkit_wptserve,
# Webkit Linux with TraceWrappables feature on.
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698