@@ -13,7 +13,9 @@ buildvariants:
13
13
PYTHON_BINARY : /opt/python/3.9/bin/python3
14
14
- name : other-hosts-rhel9-fips
15
15
tasks :
16
- - name : .server-version .standalone-noauth-nossl .replica_set-noauth-ssl .sharded_cluster-auth-ssl
16
+ - name : .server-version .standalone-noauth-nossl
17
+ - name : .server-version .replica_set-noauth-ssl
18
+ - name : .server-version .sharded_cluster-auth-ssl
17
19
display_name : Other hosts RHEL9-FIPS
18
20
run_on :
19
21
- rhel92-fips
@@ -24,7 +26,9 @@ buildvariants:
24
26
REQUIRE_FIPS : " 1"
25
27
- name : other-hosts-rhel8-zseries
26
28
tasks :
27
- - name : .server-version .standalone-noauth-nossl .replica_set-noauth-ssl .sharded_cluster-auth-ssl
29
+ - name : .server-version .standalone-noauth-nossl
30
+ - name : .server-version .replica_set-noauth-ssl
31
+ - name : .server-version .sharded_cluster-auth-ssl
28
32
display_name : Other hosts RHEL8-zseries
29
33
run_on :
30
34
- rhel8-zseries-small
@@ -34,7 +38,9 @@ buildvariants:
34
38
NO_EXT : " 1"
35
39
- name : other-hosts-rhel8-power8
36
40
tasks :
37
- - name : .server-version .standalone-noauth-nossl .replica_set-noauth-ssl .sharded_cluster-auth-ssl
41
+ - name : .server-version .standalone-noauth-nossl
42
+ - name : .server-version .replica_set-noauth-ssl
43
+ - name : .server-version .sharded_cluster-auth-ssl
38
44
display_name : Other hosts RHEL8-POWER8
39
45
run_on :
40
46
- rhel8-power-small
@@ -44,7 +50,9 @@ buildvariants:
44
50
NO_EXT : " 1"
45
51
- name : other-hosts-rhel8-arm64
46
52
tasks :
47
- - name : .server-version .standalone-noauth-nossl .replica_set-noauth-ssl .sharded_cluster-auth-ssl
53
+ - name : .server-version .standalone-noauth-nossl
54
+ - name : .server-version .replica_set-noauth-ssl
55
+ - name : .server-version .sharded_cluster-auth-ssl
48
56
display_name : Other hosts RHEL8-arm64
49
57
run_on :
50
58
- rhel82-arm64-small
@@ -54,7 +62,9 @@ buildvariants:
54
62
NO_EXT : " 1"
55
63
- name : other-hosts-amazon2023
56
64
tasks :
57
- - name : .server-version .standalone-noauth-nossl .replica_set-noauth-ssl .sharded_cluster-auth-ssl
65
+ - name : .server-version .standalone-noauth-nossl
66
+ - name : .server-version .replica_set-noauth-ssl
67
+ - name : .server-version .sharded_cluster-auth-ssl
58
68
display_name : Other hosts Amazon2023
59
69
run_on :
60
70
- amazon2023-arm64-latest-large-m8g
0 commit comments