File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,15 @@ buildvariants:
133133 - rhel87-small
134134 expansions :
135135 COMPRESSOR : zstd
136+ - name : compression-zstd-ubuntu-22
137+ tasks :
138+ - name : .test-standard !.server-4.2 !.server-4.4 !.server-5.0 .python-3.14
139+ - name : .test-standard !.server-4.2 !.server-4.4 !.server-5.0 .python-3.14t
140+ display_name : Compression zstd Ubuntu-22
141+ run_on :
142+ - ubuntu2204-small
143+ expansions :
144+ COMPRESSOR : ztsd
136145
137146 # Coverage report tests
138147 - name : coverage-report
Original file line number Diff line number Diff line change @@ -194,6 +194,22 @@ def create_compression_variants():
194194 expansions = expansions ,
195195 )
196196 )
197+ # Add explicit tests with compression.zstd support on linux.
198+ host = HOSTS ["ubuntu22" ]
199+ expansions = dict (COMPRESSOR = "ztsd" )
200+ tasks = [
201+ ".test-standard !.server-4.2 !.server-4.4 !.server-5.0 .python-3.14" ,
202+ ".test-standard !.server-4.2 !.server-4.4 !.server-5.0 .python-3.14t" ,
203+ ]
204+ display_name = get_variant_name (f"Compression { compressor } " , host )
205+ variants .append (
206+ create_variant (
207+ tasks ,
208+ display_name ,
209+ host = host ,
210+ expansions = expansions ,
211+ )
212+ )
197213 return variants
198214
199215
You can’t perform that action at this time.
0 commit comments