-
Notifications
You must be signed in to change notification settings - Fork 533
/
Copy pathaxes.yml.erb
417 lines (388 loc) · 9.4 KB
/
axes.yml.erb
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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
axes:
- id: preload
display_name: Preload server
values:
- id: nopreload
display_name: Do not preload
- id: preload
display_name: Preload
variables:
PRELOAD_ARG: -p
- id: "mongodb-version"
display_name: MongoDB Version
values:
- id: "latest"
display_name: "latest"
variables:
MONGODB_VERSION: "latest"
CRYPT_SHARED_VERSION: "latest"
- id: "7.0"
display_name: "7.0"
variables:
MONGODB_VERSION: "7.0"
- id: "6.0"
display_name: "6.0"
variables:
MONGODB_VERSION: "6.0"
- id: "5.3"
display_name: "5.3"
variables:
MONGODB_VERSION: "5.3"
CRYPT_SHARED_VERSION: "6.0.5"
- id: "5.0"
display_name: "5.0"
variables:
MONGODB_VERSION: "5.0"
CRYPT_SHARED_VERSION: "6.0.5"
- id: "4.4"
display_name: "4.4"
variables:
MONGODB_VERSION: "4.4"
CRYPT_SHARED_VERSION: "6.0.5"
- id: "4.2"
display_name: "4.2"
variables:
MONGODB_VERSION: "4.2"
CRYPT_SHARED_VERSION: "6.0.5"
- id: "4.0"
display_name: "4.0"
variables:
MONGODB_VERSION: "4.0"
- id: "3.6"
display_name: "3.6"
variables:
MONGODB_VERSION: "3.6"
- id: fcv
display_name: FCV
values:
- id: '3.4'
display_name: '3.4'
variables:
FCV: '3.4'
- id: "topology"
display_name: Topology
values:
- id: "standalone"
display_name: Standalone
variables:
TOPOLOGY: standalone
- id: "replica-set"
display_name: Replica Set
variables:
TOPOLOGY: replica-set
- id: "sharded-cluster"
display_name: Sharded
variables:
TOPOLOGY: sharded-cluster
- id: "load-balanced"
display_name: Load Balanced
variables:
TOPOLOGY: load-balanced
- id: "single-mongos"
display_name: Single Mongos
values:
- id: "single-mongos"
display_name: Single Mongos
variables:
SINGLE_MONGOS: 'true'
- id: "auth-and-ssl"
display_name: Authentication and SSL
values:
- id: "auth-and-ssl"
display_name: Auth SSL
variables:
AUTH: "auth"
SSL: "ssl"
- id: "auth-and-nossl"
display_name: Auth NoSSL
variables:
AUTH: "auth"
- id: "noauth-and-ssl"
display_name: NoAuth SSL
variables:
SSL: "ssl"
- id: "noauth-and-nossl"
display_name: NoAuth NoSSL
- id: "x509"
display_name: X.509
variables:
AUTH: "x509"
SSL: "ssl"
- id: kerberos
display_name: Kerberos
variables:
AUTH: kerberos
- id: aws-regular
display_name: AWS Auth Regular Credentials
variables:
AUTH: aws-regular
- id: aws-assume-role
display_name: AWS Auth Assume Role
variables:
AUTH: aws-assume-role
- id: aws-ec2
display_name: AWS Auth EC2 Role
variables:
AUTH: aws-ec2
- id: aws-ecs
display_name: AWS Auth ECS Task
variables:
AUTH: aws-ecs
- id: aws-web-identity
display_name: AWS Auth Web Identity Task
variables:
AUTH: aws-web-identity
- id: "ruby"
display_name: Ruby Version
values:
- id: "ruby-3.2"
display_name: ruby-3.2
variables:
RVM_RUBY: "ruby-3.2"
- id: "ruby-3.1"
display_name: ruby-3.1
variables:
RVM_RUBY: "ruby-3.1"
- id: "ruby-3.1"
display_name: ruby-3.1
variables:
RVM_RUBY: "ruby-3.1"
- id: "ruby-3.0"
display_name: ruby-3.0
variables:
RVM_RUBY: "ruby-3.0"
- id: "ruby-2.7"
display_name: ruby-2.7
variables:
RVM_RUBY: "ruby-2.7"
- id: "ruby-2.6"
display_name: ruby-2.6
variables:
RVM_RUBY: "ruby-2.6"
- id: "ruby-2.5"
display_name: ruby-2.5
variables:
RVM_RUBY: "ruby-2.5"
- id: "ruby-head"
display_name: ruby-head
variables:
RVM_RUBY: "ruby-head"
- id: "jruby-9.2"
display_name: jruby-9.2
variables:
RVM_RUBY: "jruby-9.2"
- id: "jruby-9.3"
display_name: jruby-9.3
variables:
RVM_RUBY: "jruby-9.3"
- id: "jruby-9.4"
display_name: jruby-9.4
variables:
RVM_RUBY: "jruby-9.4"
- id: "os"
display_name: OS
values:
- id: debian11
display_name: "Debian 11"
run_on: debian11-small
- id: ubuntu2204
display_name: "Ubuntu 22.04"
run_on: ubuntu2204-small
- id: ubuntu2004
display_name: "Ubuntu 20.04"
run_on: ubuntu2004-small
- id: rhel8
display_name: "RHEL 8"
run_on: rhel80-small
- id: rhel8-arm
display_name: "RHEL 8 ARM64"
run_on: rhel82-arm64-small
- id: docker-distro
display_name: Docker Distro
values:
<% %w(debian11 ubuntu2204).each do |distro| %>
- id: <%= distro %>
display_name: <%= distro %>
variables:
DOCKER_DISTRO: <%= distro %>
<% end %>
- id: "compressor"
display_name: Compressor
values:
- id: "zlib"
display_name: Zlib
variables:
COMPRESSOR: "zlib"
- id: "snappy"
display_name: Snappy
variables:
COMPRESSOR: "snappy"
- id: "zstd"
display_name: Zstd
variables:
COMPRESSOR: "zstd"
- id: retry-reads
display_name: Retry Reads
values:
- id: no-retry-reads
display_name: No Retry Reads
variables:
RETRY_READS: 'false'
- id: retry-writes
display_name: Retry Writes
values:
- id: no-retry-writes
display_name: No Retry Writes
variables:
RETRY_WRITES: 'false'
- id: lint
display_name: Lint
values:
- id: on
display_name: On
variables:
LINT: '1'
- id: stress
display_name: Stress
values:
- id: on
display_name: On
variables:
STRESS: '1'
- id: fork
display_name: Fork
values:
- id: on
display_name: On
variables:
FORK: '1'
- id: solo
display_name: Solo
values:
- id: on
display_name: On
variables:
SOLO: '1'
- id: "as"
display_name: ActiveSupport
values:
- id: "as"
display_name: AS
variables:
WITH_ACTIVE_SUPPORT: true
- id: bson
display_name: BSON
values:
- id: master
display_name: master
variables:
BSON: master
- id: 4-stable
display_name: 4-stable
variables:
BSON: 4-stable
- id: min
display_name: min
variables:
BSON: min
- id: storage-engine
display_name: Storage Engine
values:
- id: mmapv1
display_name: MMAPv1
run_on: rhel80-small
variables:
MMAPV1: 'true'
- id: "fle"
display_name: FLE
values:
- id: "helper"
display_name: via LMC helper
variables:
FLE: helper
- id: "path"
display_name: via LMC path
variables:
FLE: path
- id: ocsp-algorithm
display_name: OCSP Algorithm
values:
- id: rsa
display_name: RSA
variables:
OCSP_ALGORITHM: rsa
- id: ecdsa
display_name: ECDSA
variables:
OCSP_ALGORITHM: ecdsa
- id: ocsp-status
display_name: OCSP Status
values:
- id: valid
display_name: Valid
- id: revoked
display_name: Revoked
variables:
OCSP_STATUS: revoked
- id: unknown
display_name: Unknown
variables:
OCSP_STATUS: unknown
- id: ocsp-delegate
display_name: OCSP Delegate
values:
- id: on
display_name: on
variables:
OCSP_DELEGATE: 1
- id: ocsp-must-staple
display_name: OCSP Must Staple
values:
- id: on
display_name: on
variables:
OCSP_MUST_STAPLE: 1
- id: ocsp-verifier
display_name: OCSP Verifier
values:
- id: true
display_name: true
variables:
OCSP_VERIFIER: 1
- id: ocsp-connectivity
display_name: OCSP Connectivity
values:
<% %w(pass fail).each do |value| %>
- id: <%= value %>
display_name: <%= value %>
variables:
OCSP_CONNECTIVITY: <%= value %>
<% end %>
- id: extra-uri-options
display_name: extra URI options
values:
- id: none
display_name: None
<% %w(tlsInsecure=true tlsAllowInvalidCertificates=true).each do |value| %>
- id: "<%= value %>"
variables:
EXTRA_URI_OPTIONS: "<%= value %>"
<% end %>
- id: api-version-required
display_name: API version required
values:
- id: yes
display_name: Yes
variables:
API_VERSION_REQUIRED: 1
- id: no
display_name: No
- id: serverless-project
display_name: serverless project
values:
- id: original
display_name: Original
- id: proxy
display_name: Proxy
variables:
USE_PROXY_SERVERLESS: 1