blob: 1db94faad5cbad63e780f49c2d023312b794ff83 [file] [log] [blame]
# Copyright 2015 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-gpu-archive',
# WARNING: src-side runtest.py is only tested with chromium CQ builders.
# Usage not covered by chromium CQ is not supported and can break
# without notice.
'src_side_runtest_py': True,
},
'builders': {
'GPU Win Builder': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'chrome_with_codecs',
'goma_high_parallel',
'goma_enable_global_file_id_cache',
'mb',
'ninja_confirm_noop',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
},
'bot_type': 'builder',
'testing': {
'platform': 'win',
},
'checkout_dir': 'win',
},
'GPU Win Builder (dbg)': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'chrome_with_codecs',
'mb',
'ninja_confirm_noop',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 32,
},
'bot_type': 'builder',
'testing': {
'platform': 'win',
},
},
'Win10 Release (NVIDIA)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
},
'bot_type': 'tester',
'parent_buildername': 'GPU Win Builder',
'testing': {
'platform': 'win',
},
},
'Win10 Debug (NVIDIA)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 32,
},
'bot_type': 'tester',
'parent_buildername': 'GPU Win Builder (dbg)',
'testing': {
'platform': 'win',
},
},
'GPU Linux Builder': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'mb',
'ninja_confirm_noop',
'chrome_with_codecs',
'goma_high_parallel',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'builder',
'testing': {
'platform': 'linux',
},
# 5% of the linux_chromium_rel_ng builds will use exparchive instead of
# batcharchive to allow comparison of performance.
'force_exparchive': 5,
'checkout_dir': 'linux',
},
'GPU Linux Builder (dbg)': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'mb',
'ninja_confirm_noop',
'chrome_with_codecs',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
'bot_type': 'builder',
'testing': {
'platform': 'linux',
},
},
'Linux Release (NVIDIA)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'GPU Linux Builder',
'testing': {
'platform': 'linux',
},
},
'Linux Debug (NVIDIA)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'GPU Linux Builder (dbg)',
'testing': {
'platform': 'linux',
},
},
'GPU Mac Builder': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'chrome_with_codecs',
'mb',
'ninja_confirm_noop',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'builder',
'testing': {
'platform': 'mac',
},
'checkout_dir': 'mac',
},
'GPU Mac Builder (dbg)': {
'chromium_config': 'chromium',
'chromium_apply_config': [
'chrome_with_codecs',
'mb',
'ninja_confirm_noop',
],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
'bot_type': 'builder',
'testing': {
'platform': 'mac',
},
},
'Mac Release (Intel)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'GPU Mac Builder',
'testing': {
'platform': 'mac',
},
},
'Mac Debug (Intel)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'GPU Mac Builder (dbg)',
'testing': {
'platform': 'mac',
},
},
'Mac Retina Release (AMD)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'GPU Mac Builder',
'testing': {
'platform': 'mac',
},
},
'Mac Retina Debug (AMD)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
},
'bot_type': 'tester',
'parent_buildername': 'GPU Mac Builder (dbg)',
'testing': {
'platform': 'mac',
},
},
'Android Release (Nexus 5X)': {
'chromium_config': 'android',
'chromium_apply_config': [
'chrome_with_codecs',
'download_vr_test_apks',
# This is specified in order to match the same configuration
# in 'chromium.android:Marshmallow Phone Tester (rel)'.
'goma_high_parallel',
],
'gclient_config': 'chromium',
'gclient_apply_config': ['android'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
'TARGET_PLATFORM': 'android',
},
'android_config': 'main_builder_mb',
'bot_type': 'builder_tester',
'testing': {
'platform': 'linux',
},
},
},
}