forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvariants.pyl
101 lines (100 loc) · 2.05 KB
/
variants.pyl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# THIS IS A GENERATED FILE DO NOT EDIT!!!
# Instead:
# 1. Modify //infra/config/targets/variants.star
# 2. Run //infra/config/main.star
{
'AMD_RADEON_RX_5500_XT': {
'identifier': 'AMD Radeon RX 5500 XT',
'mixins': [
'amd_radeon_rx_5500_xt',
],
},
'CHANNEL_BETA': {
'identifier': 'Beta Channel',
'args': [
'--channel=beta',
],
},
'CHANNEL_DEV': {
'identifier': 'Dev Channel',
'args': [
'--channel=dev',
],
},
'CHANNEL_STABLE': {
'identifier': 'Stable Channel',
'args': [
'--channel=stable',
],
},
'CROS_GPU_BRYA_RELEASE_LKGM': {
'identifier': 'GPU_BRYA_RELEASE_LKGM',
'skylab': {
'cros_board': 'brya',
'use_lkgm': True,
'dut_pool': 'chrome-gpu',
},
},
'CROS_GPU_CORSOLA_RELEASE_LKGM': {
'identifier': 'GPU_CORSOLA_RELEASE_LKGM',
'skylab': {
'cros_board': 'corsola',
'use_lkgm': True,
'dut_pool': 'chrome-gpu',
},
},
'CROS_GPU_SKYRIM_RELEASE_LKGM': {
'identifier': 'GPU_SKYRIM_RELEASE_LKGM',
'skylab': {
'cros_board': 'skyrim',
'use_lkgm': True,
'dut_pool': 'chrome-gpu',
},
},
'CROS_JACUZZI_RELEASE_LKGM': {
'identifier': 'JACUZZI_RELEASE_LKGM',
'skylab': {
'cros_board': 'jacuzzi',
'use_lkgm': True,
},
},
'CROS_RELEASE_LKGM': {
'identifier': 'RELEASE_LKGM',
'skylab': {
'use_lkgm': True,
},
},
'INTEL_UHD_630_OR_770': {
'identifier': 'Intel UHD 630 or 770',
'mixins': [
'intel_uhd_630_or_770',
],
},
'IPHONE_13': {
'identifier': 'iPhone 13',
'swarming': {
'dimensions': {
'device': 'iPhone14,5',
'device_status': 'available',
},
},
},
'NVIDIA_GEFORCE_GTX_1660': {
'identifier': 'NVIDIA GeForce GTX 1660',
'mixins': [
'nvidia_geforce_gtx_1660',
],
},
'SIM_IPHONE_14_18_0': {
'identifier': 'iPhone 14 18.0',
'args': [
'--platform',
'iPhone 14',
'--version',
'18.0',
],
'mixins': [
'ios_runtime_cache_18_0',
],
},
}