summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/setup_multiversion/setup_multiversion_config.yml
blob: a4466a44d7e3e7c708f875080c75824e5690f04a (plain)
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
evergreen_projects:
  - mongodb-mongo-master
  - mongodb-mongo-v4.8
  - mongodb-mongo-v4.7
  - mongodb-mongo-v4.4
  - mongodb-mongo-v4.2
  - mongodb-mongo-v4.0
  - mongodb-mongo-v3.6
  - mongodb-mongo-v3.4


evergreen_buildvariants:

  - name: enterprise-ubuntu1604-arm64
    edition: enterprise
    platform: ubuntu1604
    architecture: aarch64

  - name: enterprise-ubuntu1604-arm64
    edition: enterprise
    platform: ubuntu1604
    architecture: arm64
    versions: ["3.4", "3.6", "4.0"]

  - name: ubuntu1804
    edition: targeted
    platform: ubuntu1804
    architecture: x86_64

  - name: enterprise-ubuntu1804-64
    edition: enterprise
    platform: ubuntu1804
    architecture: x86_64

  - name: ubuntu1804-arm64
    edition: targeted
    platform: ubuntu1804
    architecture: aarch64

  - name: enterprise-ubuntu1804-arm64
    edition: enterprise
    platform: ubuntu1804
    architecture: aarch64

  - name: enterprise-ubuntu1804-ppc64le
    edition: enterprise
    platform: ubuntu1804
    architecture: ppc64le

  - name: ubuntu1804-s390x
    edition: targeted
    platform: ubuntu1804
    architecture: s390x

  - name: enterprise-ubuntu1804-s390x
    edition: enterprise
    platform: ubuntu1804
    architecture: s390x

  - name: ubuntu2004
    edition: targeted
    platform: ubuntu2004
    architecture: x86_64

  - name: enterprise-ubuntu2004-64
    edition: enterprise
    platform: ubuntu2004
    architecture: x86_64

  - name: ubuntu2004-arm64
    edition: targeted
    platform: ubuntu2004
    architecture: aarch64

  - name: enterprise-ubuntu2004-arm64
    edition: enterprise
    platform: ubuntu2004
    architecture: aarch64

  - name: amazon
    edition: targeted
    platform: amazon
    architecture: x86_64

  - name: enterprise-linux-64-amazon-ami
    edition: enterprise
    platform: amzn64
    architecture: x86_64

  - name: amazon2
    edition: targeted
    platform: amazon2
    architecture: x86_64

  - name: enterprise-amazon2
    edition: enterprise
    platform: amazon2
    architecture: x86_64

  - name: rhel70
    edition: targeted
    platform: rhel70
    architecture: x86_64

  - name: enterprise-rhel-70-64-bit
    edition: enterprise
    platform: rhel70
    architecture: x86_64

  - name: rhel80
    edition: targeted
    platform: rhel80
    architecture: x86_64

  - name: enterprise-rhel-80-64-bit
    edition: enterprise
    platform: rhel80
    architecture: x86_64

  - name: rhel-82-arm64
    edition: targeted
    platform: rhel82
    architecture: arm64

  - name: enterprise-rhel-82-arm64
    edition: enterprise
    platform: rhel82
    architecture: arm64

  - name: enterprise-rhel-71-ppc64le
    edition: enterprise
    platform: rhel71
    architecture: ppc64le

  - name: enterprise-rhel-81-ppc64le
    edition: enterprise
    platform: rhel81
    architecture: ppc64le

  - name: rhel-67-s390x
    edition: targeted
    platform: rhel67
    architecture: s390x

  - name: enterprise-rhel-67-s390x
    edition: enterprise
    platform: rhel67
    architecture: s390x

  - name: rhel-72-s390x
    edition: targeted
    platform: rhel72
    architecture: s390x

  - name: enterprise-rhel-72-s390x
    edition: enterprise
    platform: rhel72
    architecture: s390x

  - name: suse12
    edition: targeted
    platform: suse12
    architecture: x86_64

  - name: enterprise-suse12-64
    edition: enterprise
    platform: suse12
    architecture: x86_64

  - name: suse12-s390x
    edition: targeted
    platform: suse12
    architecture: s390x

  - name: enterprise-suse12-s390x
    edition: enterprise
    platform: suse12
    architecture: s390x

  - name: suse15
    edition: targeted
    platform: suse15
    architecture: x86_64

  - name: enterprise-suse15-64
    edition: enterprise
    platform: suse15
    architecture: x86_64

  - name: debian92
    edition: targeted
    platform: debian92
    architecture: x86_64

  - name: enterprise-debian92-64
    edition: enterprise
    platform: debian92
    architecture: x86_64

  - name: debian10
    edition: targeted
    platform: debian10
    architecture: x86_64

  - name: enterprise-debian10-64
    edition: enterprise
    platform: debian10
    architecture: x86_64

  - name: windows
    edition: base
    platform: windows
    architecture: x86_64

  - name: windows-64-2k8-ssl
    edition: base
    platform: windows_x86_64-2012plus
    architecture: x86_64
    versions: ["4.2"]

  - name: windows-64-2k8-ssl
    edition: base
    platform: windows_x86_64-2008plus-ssl
    architecture: x86_64
    versions: ["3.4", "3.6", "4.0"]

  - name: enterprise-windows
    edition: enterprise
    platform: windows
    architecture: x86_64

  - name: enterprise-windows-64-2k8
    edition: enterprise
    platform: windows
    architecture: x86_64
    versions: ["3.6", "4.0", "4.2"]

  - name: enterprise-windows-64
    edition: enterprise
    platform: windows
    architecture: x86_64
    versions: ["3.4"]

  - name: macos
    edition: base
    platform: osx
    architecture: x86_64

  - name: osx-1010
    edition: base
    platform: osx-ssl
    architecture: x86_64
    versions: ["4.0"]

  - name: osx-1010-ssl
    edition: base
    platform: osx-ssl
    architecture: x86_64
    versions: ["3.6"]

  - name: osx-108-ssl
    edition: base
    platform: osx-ssl
    architecture: x86_64
    versions: ["3.4"]

  - name: enterprise-macos
    edition: enterprise
    platform: osx
    architecture: x86_64

  - name: enterprise-osx-1010
    edition: enterprise
    platform: osx
    architecture: x86_64
    versions: ["3.6", "4.0"]

  - name: enterprise-osx-108
    edition: enterprise
    platform: osx
    architecture: x86_64
    versions: ["3.4"]

  - name: linux-64
    edition: base
    platform: linux_x86_64
    architecture: x86_64
    versions: ["3.4", "3.6", "4.0"]