@@ -2,7 +2,7 @@ buildvariants:
2
2
# Alternative hosts tests
3
3
- name : openssl-1.0.2-rhel7-python3.9
4
4
tasks :
5
- - name : .5.0 .standalone !.sync_async
5
+ - name : .standard-linux .server-5.0
6
6
display_name : OpenSSL 1.0.2 RHEL7 Python3.9
7
7
run_on :
8
8
- rhel79-small
@@ -11,7 +11,7 @@ buildvariants:
11
11
PYTHON_BINARY : /opt/python/3.9/bin/python3
12
12
- name : other-hosts-rhel9-fips
13
13
tasks :
14
- - name : .6.0 .standalone !.sync_async
14
+ - name : .standard-linux .server-latest
15
15
display_name : Other hosts RHEL9-FIPS
16
16
run_on :
17
17
- rhel92-fips
@@ -21,7 +21,7 @@ buildvariants:
21
21
REQUIRE_FIPS : " 1"
22
22
- name : other-hosts-rhel8-zseries
23
23
tasks :
24
- - name : .6.0 .standalone !.sync_async
24
+ - name : .standard-linux .server-latest
25
25
display_name : Other hosts RHEL8-zseries
26
26
run_on :
27
27
- rhel8-zseries-small
@@ -30,7 +30,7 @@ buildvariants:
30
30
NO_EXT : " 1"
31
31
- name : other-hosts-rhel8-power8
32
32
tasks :
33
- - name : .6.0 .standalone !.sync_async
33
+ - name : .standard-linux .server-latest
34
34
display_name : Other hosts RHEL8-POWER8
35
35
run_on :
36
36
- rhel8-power-small
@@ -39,7 +39,7 @@ buildvariants:
39
39
NO_EXT : " 1"
40
40
- name : other-hosts-rhel8-arm64
41
41
tasks :
42
- - name : .6.0 .standalone !.sync_async
42
+ - name : .standard-linux .server-latest
43
43
display_name : Other hosts RHEL8-arm64
44
44
run_on :
45
45
- rhel82-arm64-small
@@ -48,9 +48,7 @@ buildvariants:
48
48
NO_EXT : " 1"
49
49
- name : other-hosts-amazon2023
50
50
tasks :
51
- - name : .latest !.sync_async .sharded_cluster .auth .ssl
52
- - name : .latest !.sync_async .replica_set .noauth .ssl
53
- - name : .latest !.sync_async .standalone .noauth .nossl
51
+ - name : .standard-linux .server-latest
54
52
display_name : Other hosts Amazon2023
55
53
run_on :
56
54
- amazon2023-arm64-latest-large-m8g
0 commit comments