File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,35 @@ buildvariants:
16
16
run_on :
17
17
- rhel92-fips
18
18
batchtime : 10080
19
+ expansions :
20
+ NO_EXT : " 1"
19
21
- name : other-hosts-rhel8-zseries
20
22
tasks :
21
23
- name : .6.0 .standalone !.sync_async
22
24
display_name : Other hosts RHEL8-zseries
23
25
run_on :
24
26
- rhel8-zseries-small
25
27
batchtime : 10080
28
+ expansions :
29
+ NO_EXT : " 1"
26
30
- name : other-hosts-rhel8-power8
27
31
tasks :
28
32
- name : .6.0 .standalone !.sync_async
29
33
display_name : Other hosts RHEL8-POWER8
30
34
run_on :
31
35
- rhel8-power-small
32
36
batchtime : 10080
37
+ expansions :
38
+ NO_EXT : " 1"
33
39
- name : other-hosts-rhel8-arm64
34
40
tasks :
35
41
- name : .6.0 .standalone !.sync_async
36
42
display_name : Other hosts RHEL8-arm64
37
43
run_on :
38
44
- rhel82-arm64-small
39
45
batchtime : 10080
46
+ expansions :
47
+ NO_EXT : " 1"
40
48
41
49
# Atlas connect tests
42
50
- name : atlas-connect-rhel8-python3.9
Original file line number Diff line number Diff line change @@ -758,6 +758,8 @@ def create_alternative_hosts_variants():
758
758
)
759
759
)
760
760
761
+ expansions = dict ()
762
+ handle_c_ext (C_EXTS [0 ], expansions )
761
763
for host_name in OTHER_HOSTS :
762
764
host = HOSTS [host_name ]
763
765
variants .append (
@@ -766,6 +768,7 @@ def create_alternative_hosts_variants():
766
768
display_name = get_display_name ("Other hosts" , host ),
767
769
batchtime = batchtime ,
768
770
host = host ,
771
+ expansions = expansions ,
769
772
)
770
773
)
771
774
return variants
Original file line number Diff line number Diff line change 1
1
mypy==1.13.0
2
- pyright==1.1.389
2
+ pyright==1.1.390
3
3
typing_extensions
4
4
-r ./encryption.txt
5
5
-r ./ocsp.txt
You can’t perform that action at this time.
0 commit comments