| Index: masters/master.experimental/master_site_config.py
|
| diff --git a/masters/master.experimental/master_site_config.py b/masters/master.experimental/master_site_config.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ec79ec75e958a68d0cd4eab3e1acfcb1fe5880cd
|
| --- /dev/null
|
| +++ b/masters/master.experimental/master_site_config.py
|
| @@ -0,0 +1,13 @@
|
| +# Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +"""ActiveMaster definition."""
|
| +
|
| +class Experimental(object):
|
| + project_name = 'Chromium Experimental'
|
| + master_host = 'localhost'
|
| + master_port = 8010
|
| + slave_port = 8110
|
| + master_port_alt = 8210
|
| + from_address = 'buildbot@chromium.org'
|
|
|