blob: 5d99003cf3ba306f0177de7c355085a2f3290b0a [file] [log] [blame]
# Copyright 2020 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 is a .pyl, or "Python Literal", file. You can treat it just like a
# .json file, with the following exceptions:
# * all keys must be quoted (use single quotes, please);
# * comments are allowed, using '#' syntax; and
# * trailing commas are allowed.
{
'OZONE_HEADLESS': {
'args': [
'--no-xvfb',
'--ozone-platform=headless',
'--enable-features=UseOzonePlatform',
],
'identifier': 'headless',
},
'OZONE_WAYLAND': {
'args': [
'--no-xvfb',
'--use-weston',
'--ozone-platform=wayland',
'--enable-features=UseOzonePlatform',
],
'identifier': 'wayland',
},
'OZONE_X11': {
'args': [
'--ozone-platform=x11',
'--enable-features=UseOzonePlatform',
],
'identifier': 'x11',
},
'IPHONE_6S_12_3_1': {
'swarming': {
'dimension_sets': [
{
'os': 'iOS-12.3.1',
'device': 'iPhone8,1'
}
]
},
'identifier': 'iPhone 6S 12.3.1'
},
'LACROS_VERSION_SKEW_CANARY': {
'args': [
'--ash-chrome-path-override=../../lacros_version_skew_tests_M92/chrome',
],
'identifier': 'Lacros version skew testing ash 92.0.4499.0',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/linux-ash-chromium/x86_64/ash.zip',
'location': 'lacros_version_skew_tests_M92',
'revision': 'version:92.0.4499.0',
},
],
},
},
'SIM_IPAD_AIR_2_13_6': {
'args': [
'--platform',
'iPad Air 2',
'--version',
'13.6'
],
'identifier': 'iPad Air 2 13.6',
'mixins': [
'ios_runtime_cache_13_6',
],
},
'SIM_IPAD_AIR_2_14_4': {
'args': [
'--platform',
'iPad Air 2',
'--version',
'14.4'
],
'identifier': 'iPad Air 2 14.4',
'mixins': [
'ios_runtime_cache_14_4',
],
},
'SIM_IPAD_AIR_2_14_5': {
'args': [
'--platform',
'iPad Air 2',
'--version',
'14.5'
],
'identifier': 'iPad Air 2 14.5',
'mixins': [
'ios_runtime_cache_14_5',
],
},
'SIM_IPAD_AIR_2_15_0': {
'args': [
'--platform',
'iPad Air 2',
'--version',
'15.0'
],
'identifier': 'iPad Air 2 15.0',
'mixins': [
'ios_runtime_cache_15_0',
],
},
'SIM_IPAD_AIR_3RD_GEN_14_5': {
'args': [
'--platform',
'iPad Air (3rd generation)',
'--version',
'14.5'
],
'identifier': 'iPad Air (3rd generation) 14.5',
'mixins': [
'ios_runtime_cache_14_5',
],
},
# In Xcode 12, "iPad Pro (12.9-inch)" requires a generation suffix in
# "platform" arg.
'SIM_IPAD_PRO_2ND_GEN_14_5': {
'args': [
'--platform',
'iPad Pro (12.9-inch) (2nd generation)',
'--version',
'14.5',
],
'identifier': 'iPad Pro (12.9-inch) (2nd generation) 14.5',
'mixins': [
'ios_runtime_cache_14_5',
],
},
'SIM_IPAD_6_GEN_14_5': {
'args': [
'--platform',
'iPad (6th generation)',
'--version',
'14.5',
],
'identifier': 'iPad (6th generation) 14.5',
'mixins': [
'ios_runtime_cache_14_5',
],
},
'SIM_IPHONE_6S_13_6': {
'args': [
'--platform',
'iPhone 6s',
'--version',
'13.6',
],
'identifier': 'iPhone 6s 13.6',
'mixins': [
'ios_runtime_cache_13_6',
],
},
'SIM_IPHONE_6S_14_4': {
'args': [
'--platform',
'iPhone 6s',
'--version',
'14.4',
],
'identifier': 'iPhone 6s 14.4',
'mixins': [
'ios_runtime_cache_14_4',
],
},
'SIM_IPHONE_6S_14_5': {
'args': [
'--platform',
'iPhone 6s',
'--version',
'14.5',
],
'identifier': 'iPhone 6s 14.5',
'mixins': [
'ios_runtime_cache_14_5',
],
},
'SIM_IPHONE_6S_15_0': {
'args': [
'--platform',
'iPhone 6s',
'--version',
'15.0'
],
'identifier': 'iPhone 6s 15.0',
'mixins': [
'ios_runtime_cache_15_0',
],
},
'SIM_IPHONE_6S_PLUS_13_6': {
'args': [
'--platform',
'iPhone 6s Plus',
'--version',
'13.6',
],
'identifier': 'iPhone 6s Plus 13.6',
'mixins': [
'ios_runtime_cache_13_6',
],
},
'SIM_IPHONE_6S_PLUS_14_4': {
'args': [
'--platform',
'iPhone 6s Plus',
'--version',
'14.4',
],
'identifier': 'iPhone 6s Plus 14.4',
'mixins': [
'ios_runtime_cache_14_4',
],
},
'SIM_IPHONE_6S_PLUS_14_5': {
'args': [
'--platform',
'iPhone 6s Plus',
'--version',
'14.5',
],
'identifier': 'iPhone 6s Plus 14.5',
'mixins': [
'ios_runtime_cache_14_5',
],
},
'SIM_IPHONE_6S_PLUS_15_0': {
'args': [
'--platform',
'iPhone 6s Plus',
'--version',
'15.0',
],
'identifier': 'iPhone 6s Plus 15.0',
'mixins': [
'ios_runtime_cache_15_0',
],
},
'SIM_IPHONE_7_13_6': {
'args': [
'--platform',
'iPhone 7',
'--version',
'13.6',
],
'identifier': 'iPhone 7 13.6',
'mixins': [
'ios_runtime_cache_13_6',
],
},
'SIM_IPHONE_7_14_4': {
'args': [
'--platform',
'iPhone 7',
'--version',
'14.4',
],
'identifier': 'iPhone 7 14.4',
'mixins': [
'ios_runtime_cache_14_4',
],
},
'SIM_IPHONE_7_14_5': {
'args': [
'--platform',
'iPhone 7',
'--version',
'14.5',
],
'identifier': 'iPhone 7 14.5',
'mixins': [
'ios_runtime_cache_14_5',
],
},
'SIM_IPHONE_7_15_0': {
'args': [
'--platform',
'iPhone 7',
'--version',
'15.0'
],
'identifier': 'iPhone 7 15.0',
'mixins': [
'ios_runtime_cache_15_0',
],
},
'SIM_IPHONE_SE_1ST_GEN_13_6': {
'args': [
'--platform',
'iPhone SE (1st generation)',
'--version',
'13.6',
],
'identifier': 'iPhone SE (1st generation) 13.6',
'mixins': [
'ios_runtime_cache_13_6',
],
},
'SIM_IPHONE_SE_1ST_GEN_14_4': {
'args': [
'--platform',
'iPhone SE (1st generation)',
'--version',
'14.4',
],
'identifier': 'iPhone SE (1st generation) 14.4',
'mixins': [
'ios_runtime_cache_14_4',
],
},
'SIM_IPHONE_SE_1ST_GEN_14_5': {
'args': [
'--platform',
'iPhone SE (1st generation)',
'--version',
'14.5',
],
'identifier': 'iPhone SE (1st generation) 14.5',
'mixins': [
'ios_runtime_cache_14_5',
],
},
'SIM_IPHONE_SE_1ST_GEN_15_0': {
'args': [
'--platform',
'iPhone SE (1st generation)',
'--version',
'15.0',
],
'identifier': 'iPhone SE (1st generation) 15.0',
'mixins': [
'ios_runtime_cache_15_0',
],
},
'SIM_IPHONE_X_13_6': {
'args': [
'--platform',
'iPhone X',
'--version',
'13.6',
],
'identifier': 'iPhone X 13.6',
'mixins': [
'ios_runtime_cache_13_6',
],
},
'SIM_IPHONE_X_14_0': {
'args': [
'--platform',
'iPhone X',
'--version',
'14.0',
],
'identifier': 'iPhone X 14.0',
'mixins': [
'ios_runtime_cache_14_0',
],
},
'SIM_IPHONE_X_14_4': {
'args': [
'--platform',
'iPhone X',
'--version',
'14.4',
],
'identifier': 'iPhone X 14.4',
'mixins': [
'ios_runtime_cache_14_4',
],
},
'SIM_IPHONE_X_14_5': {
'args': [
'--platform',
'iPhone X',
'--version',
'14.5',
],
'identifier': 'iPhone X 14.5',
'mixins': [
'ios_runtime_cache_14_5',
],
},
'SIM_IPHONE_X_15_0': {
'args': [
'--platform',
'iPhone X',
'--version',
'15.0'
],
'identifier': 'iPhone X 15.0',
'mixins': [
'ios_runtime_cache_15_0',
],
},
'WEBLAYER_10_AND_M_IMPL_SKEW_TESTS_NTH_MILESTONE': {
'args': [
'--webview-apk-path=apks/AOSP_SystemWebView.apk',
'--test-runner-outdir',
'.',
'--client-outdir',
'.',
'--implementation-outdir',
'../../weblayer_instrumentation_test_M92/out/Release',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--impl-version=92',
],
'identifier': 'with_impl_from_92',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M92',
'revision': 'version:92.0.4515.85',
}
],
},
},
'WEBLAYER_10_AND_M_IMPL_SKEW_TESTS_NTH_MINUS_ONE_MILESTONE': {
'args': [
'--webview-apk-path=apks/AOSP_SystemWebView.apk',
'--test-runner-outdir',
'.',
'--client-outdir',
'.',
'--implementation-outdir',
'../../weblayer_instrumentation_test_M91/out/Release',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--impl-version=91',
],
'identifier': 'with_impl_from_91',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M91',
'revision': 'version:91.0.4472.153',
}
],
},
},
'WEBLAYER_10_AND_M_IMPL_SKEW_TESTS_NTH_MINUS_TWO_MILESTONE': {
'args': [
'--webview-apk-path=apks/AOSP_SystemWebView.apk',
'--test-runner-outdir',
'.',
'--client-outdir',
'.',
'--implementation-outdir',
'../../weblayer_instrumentation_test_M90/out/Release',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--impl-version=90',
],
'identifier': 'with_impl_from_90',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M90',
'revision': 'version:90.0.4430.225',
}
],
},
},
'WEBLAYER_IMPL_SKEW_TESTS_NTH_MILESTONE': {
'args': [
'--webview-apk-path=apks/SystemWebView.apk',
'--test-runner-outdir',
'.',
'--client-outdir',
'.',
'--implementation-outdir',
'../../weblayer_instrumentation_test_M92/out/Release',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--impl-version=92',
],
'identifier': 'with_impl_from_92',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M92',
'revision': 'version:92.0.4515.85',
}
],
},
},
'WEBLAYER_IMPL_SKEW_TESTS_NTH_MINUS_ONE_MILESTONE': {
'args': [
'--webview-apk-path=apks/SystemWebView.apk',
'--test-runner-outdir',
'.',
'--client-outdir',
'.',
'--implementation-outdir',
'../../weblayer_instrumentation_test_M91/out/Release',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--impl-version=91',
],
'identifier': 'with_impl_from_91',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M91',
'revision': 'version:91.0.4472.153',
}
],
},
},
'WEBLAYER_IMPL_SKEW_TESTS_NTH_MINUS_TWO_MILESTONE': {
'args': [
'--webview-apk-path=apks/SystemWebView.apk',
'--test-runner-outdir',
'.',
'--client-outdir',
'.',
'--implementation-outdir',
'../../weblayer_instrumentation_test_M90/out/Release',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--impl-version=90',
],
'identifier': 'with_impl_from_90',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M90',
'revision': 'version:90.0.4430.225',
}
],
},
},
'WEBLAYER_CLIENT_SKEW_TESTS_NTH_MILESTONE': {
'args': [
'--webview-apk-path=apks/SystemWebView.apk',
'--test-runner-outdir',
'.',
'--client-outdir',
'../../weblayer_instrumentation_test_M92/out/Release',
'--implementation-outdir',
'.',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--client-version=92',
],
'identifier': 'with_client_from_92',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M92',
'revision': 'version:92.0.4515.85',
}
],
},
},
'WEBLAYER_CLIENT_SKEW_TESTS_NTH_MINUS_ONE_MILESTONE': {
'args': [
'--webview-apk-path=apks/SystemWebView.apk',
'--test-runner-outdir',
'.',
'--client-outdir',
'../../weblayer_instrumentation_test_M91/out/Release',
'--implementation-outdir',
'.',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--client-version=91',
],
'identifier': 'with_client_from_91',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M91',
'revision': 'version:91.0.4472.153',
}
],
},
},
'WEBLAYER_CLIENT_SKEW_TESTS_NTH_MINUS_TWO_MILESTONE': {
'args': [
'--webview-apk-path=apks/SystemWebView.apk',
'--test-runner-outdir',
'.',
'--client-outdir',
'../../weblayer_instrumentation_test_M90/out/Release',
'--implementation-outdir',
'.',
'--test-expectations',
'../../weblayer/browser/android/javatests/skew/expectations.txt',
'--client-version=90',
],
'identifier': 'with_client_from_90',
'swarming': {
'cipd_packages': [
{
'cipd_package': 'chromium/testing/weblayer-x86',
'location': 'weblayer_instrumentation_test_M90',
'revision': 'version:90.0.4430.225',
}
],
},
},
'CROS_ATLAS_TOT': {
'skylab': {
'cros_board': 'atlas',
'cros_img': 'atlas-release/R93-14052.0.0',
},
'identifier': 'ATLAS_TOT',
},
'CROS_ATLAS_TOT-1': {
'skylab': {
'cros_board': 'atlas',
'cros_img': 'atlas-release/R92-13982.38.0',
},
'identifier': 'ATLAS_TOT-1',
},
'CROS_EVE_TOT': {
'skylab': {
'cros_board': 'eve',
'cros_img': 'eve-release/R93-14052.0.0',
},
'identifier': 'EVE_TOT',
},
'CROS_EVE_TOT-1': {
'skylab': {
'cros_board': 'eve',
'cros_img': 'eve-release/R92-13982.38.0',
},
'identifier': 'EVE_TOT-1',
},
'CROS_KEVIN_TOT': {
'skylab': {
'cros_board': 'kevin',
'cros_img': 'kevin-release/R93-14052.0.0',
},
'identifier': 'KEVIN_TOT',
},
'LACROS_AMD64_GENERIC': {
'args': [
'--board=amd64-generic',
'--use-vm',
],
'identifier': 'amd64-generic',
'swarming': {
'dimension_sets': [
{
'cpu': 'x86',
'kvm': '1',
'os': 'Ubuntu-18.04',
}
],
},
},
'LACROS_EVE': {
'args': [
'--board=eve',
'--flash',
],
'identifier': 'eve',
'swarming': {
'dimension_sets': [
{
'os': 'ChromeOS',
'device_type': 'eve',
}
],
},
},
}