@@ -2,58 +2,65 @@ buildvariants:
2
2
# Alternative hosts tests
3
3
- name : openssl-1.0.2-rhel7-python3.9
4
4
tasks :
5
- - name : .standard-linux .server-5.0
5
+ - name : .standalone-auth-ssl .server-version
6
6
display_name : OpenSSL 1.0.2 RHEL7 Python3.9
7
7
run_on :
8
8
- rhel79-small
9
9
batchtime : 10080
10
10
expansions :
11
+ VERSION : " 5.0"
12
+ PYTHON_VERSION : " 3.9"
11
13
PYTHON_BINARY : /opt/python/3.9/bin/python3
12
14
- name : other-hosts-rhel9-fips
13
15
tasks :
14
- - name : .standard-linux .server-latest
16
+ - name : .server-version .standalone-noauth-nossl .replica_set-noauth-ssl .sharded_cluster-auth-ssl
15
17
display_name : Other hosts RHEL9-FIPS
16
18
run_on :
17
19
- rhel92-fips
18
20
batchtime : 10080
19
21
expansions :
22
+ VERSION : latest
20
23
NO_EXT : " 1"
21
24
REQUIRE_FIPS : " 1"
22
25
- name : other-hosts-rhel8-zseries
23
26
tasks :
24
- - name : .standard-linux .server-latest
27
+ - name : .server-version .standalone-noauth-nossl .replica_set-noauth-ssl .sharded_cluster-auth-ssl
25
28
display_name : Other hosts RHEL8-zseries
26
29
run_on :
27
30
- rhel8-zseries-small
28
31
batchtime : 10080
29
32
expansions :
33
+ VERSION : latest
30
34
NO_EXT : " 1"
31
35
- name : other-hosts-rhel8-power8
32
36
tasks :
33
- - name : .standard-linux .server-latest
37
+ - name : .server-version .standalone-noauth-nossl .replica_set-noauth-ssl .sharded_cluster-auth-ssl
34
38
display_name : Other hosts RHEL8-POWER8
35
39
run_on :
36
40
- rhel8-power-small
37
41
batchtime : 10080
38
42
expansions :
43
+ VERSION : latest
39
44
NO_EXT : " 1"
40
45
- name : other-hosts-rhel8-arm64
41
46
tasks :
42
- - name : .standard-linux .server-latest
47
+ - name : .server-version .standalone-noauth-nossl .replica_set-noauth-ssl .sharded_cluster-auth-ssl
43
48
display_name : Other hosts RHEL8-arm64
44
49
run_on :
45
50
- rhel82-arm64-small
46
51
batchtime : 10080
47
52
expansions :
53
+ VERSION : latest
48
54
NO_EXT : " 1"
49
55
- name : other-hosts-amazon2023
50
56
tasks :
51
- - name : .standard-linux .server-latest
57
+ - name : .server-version .standalone-noauth-nossl .replica_set-noauth-ssl .sharded_cluster-auth-ssl
52
58
display_name : Other hosts Amazon2023
53
59
run_on :
54
60
- amazon2023-arm64-latest-large-m8g
55
61
batchtime : 10080
56
62
expansions :
63
+ VERSION : latest
57
64
NO_EXT : " 1"
58
65
59
66
# Atlas connect tests
0 commit comments