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

Unified Diff: site_config/config_default.py

Issue 14767030: Rename PyAuto waterfall to ChromeDriver. (Closed) Base URL: http://git.chromium.org/chromium/tools/build.git@master
Patch Set: rebase Created 7 years, 7 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/chromium/qa_buildbot_run.py ('k') | test/masters_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_config/config_default.py
diff --git a/site_config/config_default.py b/site_config/config_default.py
index 0462e9139fa25c3bf251b914ce89ebe0a0fa0367..346919f2c2fc67041cd6fbdd77a03336a3e67209 100644
--- a/site_config/config_default.py
+++ b/site_config/config_default.py
@@ -156,8 +156,8 @@ class Master(object):
slave_port = 9157
master_port_alt = 9058
- class ChromiumPyauto(_ChromiumBase):
- project_name = 'Chromium PyAuto'
+ class ChromiumChromeDriver(_ChromiumBase):
+ project_name = 'Chromium ChromeDriver'
master_port = 9016
slave_port = 9116
master_port_alt = 9216
« no previous file with comments | « scripts/slave/chromium/qa_buildbot_run.py ('k') | test/masters_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698