blob: eb24c5d7f0668585976235843cf0c22dc6e4b0bf [file] [log] [blame]
# Copyright 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."""
from config_bootstrap import Master
class ChromiumMemory(Master.Master1):
project_name = 'Chromium Memory'
master_port = 8012
slave_port = 8112
master_port_alt = 8212
buildbot_url = 'http://build.chromium.org/p/chromium.memory/'
pubsub_service_account_file = 'service-account-luci-milo.json'
pubsub_topic = 'projects/luci-milo/topics/public-buildbot'
name = 'chromium.memory'