File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,18 @@ trigger-pipeline:
8181.driver-versions :
8282 parallel :
8383 matrix :
84- - DRIVER_VERSION : [535.288.01, 570.211.01, 580.126.09 590.48.01 ]
84+ - DRIVER_VERSION : [535.288.01, 570.211.01, 580.126.09]
8585
8686# Define the driver versions for jobs that can be run in parallel
8787.driver-versions-ubuntu24.04 :
8888 parallel :
8989 matrix :
90- - DRIVER_VERSION : [570.211.01, 580.126.09 590.48.01]
90+ - DRIVER_VERSION : [570.211.01, 580.126.09]
91+
92+ .driver-versions-rhel10 :
93+ parallel :
94+ matrix :
95+ - DRIVER_VERSION : [580.126.09]
9196
9297# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
9398.driver-versions-precompiled-ubuntu22.04 :
Original file line number Diff line number Diff line change @@ -88,6 +88,16 @@ variables:
8888 when : never
8989 - !reference [.image-pull-rules, rules]
9090
91+ .image-pull-rhel10 :
92+ # Perform for each DRIVER_VERSION
93+ extends :
94+ - .driver-versions-rhel10
95+ - .image-pull-generic
96+ rules :
97+ - if : $CI_PIPELINE_SOURCE == "schedule"
98+ when : never
99+ - !reference [.image-pull-rules, rules]
100+
91101image-precompiled-ubuntu24.04 :
92102 variables :
93103 DIST : signed_ubuntu24.04
@@ -148,7 +158,7 @@ image-rhel9:
148158
149159image-rhel10 :
150160 extends :
151- - .image-pull
161+ - .image-pull-rhel10
152162 - .dist-rhel10
153163
154164# The .scan step forms the base of the image scan operation performed before releasing
You can’t perform that action at this time.
0 commit comments