Skip to content

Commit b0a1883

Browse files
committed
[gitlab-ci] add missing image-ubuntu24.04 CI stage
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent a89a620 commit b0a1883

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.nvidia-ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ variables:
8080
.image-pull-ubuntu24.04:
8181
# Perform for each DRIVER_VERSION
8282
extends:
83-
- .driver-versions
83+
- .driver-versions-ubuntu24.04
8484
- .image-pull-generic
8585
rules:
8686
- if: $CI_PIPELINE_SOURCE == "schedule"
@@ -134,6 +134,11 @@ image-ubuntu22.04:
134134
- .image-pull-ubuntu22.04
135135
- .dist-ubuntu22.04
136136

137+
image-ubuntu24.04:
138+
extends:
139+
- .image-pull-ubuntu24.04
140+
- .dist-ubuntu24.04
141+
137142
image-rhel8:
138143
extends:
139144
- .image-pull

0 commit comments

Comments
 (0)