| Index: masters/master.chromium.mojo/master_site_config.py
|
| diff --git a/masters/master.chromium.mojo/master_site_config.py b/masters/master.chromium.mojo/master_site_config.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5fdc7b69d93cb85d2ef81f81a155f68824859016
|
| --- /dev/null
|
| +++ b/masters/master.chromium.mojo/master_site_config.py
|
| @@ -0,0 +1,20 @@
|
| +# Copyright 2014 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.
|
| +
|
| +# This file was generated from
|
| +# scripts/tools/buildbot_tool_templates/master_site_config.py
|
| +# by "scripts/tools/buildbot-tool gen masters/master.chromium.mojo".
|
| +# DO NOT EDIT BY HAND!
|
| +
|
| +
|
| +"""ActiveMaster definition."""
|
| +
|
| +from config_bootstrap import Master
|
| +
|
| +class ChromiumMojo(Master.Master1):
|
| + project_name = 'ChromiumMojo'
|
| + master_port = 20100
|
| + slave_port = 30100
|
| + master_port_alt = 40100
|
| + buildbot_url = 'https://build.chromium.org/p/chromium.mojo/'
|
|
|