blob: 08c90bfebd68a8a632809ad7826e2e3eaefe3153 [file] [log] [blame]
# 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.
from . import steps
SPEC = {
'settings': {
'build_gs_bucket': 'chromium-mac-archive',
},
'builders': {
'mac-jumbo-rel': {
'chromium_config': 'chromium',
'gclient_config': 'chromium',
'chromium_apply_config': [
'mb',
],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'testing': {
'platform': 'mac',
},
},
'Mac Builder': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'mb',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'builder',
'testing': {
'platform': 'mac',
},
'checkout_dir': 'mac',
},
'Mac10.13 Tests': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'mb',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'Mac Builder',
'testing': {
'platform': 'mac',
},
},
'Mac10.10 Tests': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'mb',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'Mac Builder',
'testing': {
'platform': 'mac',
},
},
'Mac10.11 Tests': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'mb',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'Mac Builder',
'testing': {
'platform': 'mac',
},
},
'Mac10.12 Tests': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'mb',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'Mac Builder',
'testing': {
'platform': 'mac',
},
},
'Mac Builder (dbg)': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'mb',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
'bot_type': 'builder',
'testing': {
'platform': 'mac',
},
'checkout_dir': 'mac',
},
'Mac10.13 Tests (dbg)': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'mb',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'Mac Builder (dbg)',
'testing': {
'platform': 'mac',
},
},
'WebKit Mac10.13 (retina)': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'mb',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'Mac Builder',
'testing': {
'platform': 'mac',
},
'checkout_dir': 'mac',
},
},
}