blob: d2bf16377ec5a2e6a52e9540e57ebb337a00066e [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 NativeClientToolchain(Master.NaClBase):
project_name = 'NativeClientToolchain'
master_port = 8031
slave_port = 8131
master_port_alt = 8231
buildbot_url = 'http://build.chromium.org/p/client.nacl.toolchain/'
pubsub_service_account_file = 'service-account-luci-milo.json'
pubsub_topic = 'projects/luci-milo/topics/public-buildbot'
name = 'client.nacl.toolchain'