Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ variables:
.image-pull-ubuntu24.04:
# Perform for each DRIVER_VERSION
extends:
- .driver-versions
- .driver-versions-ubuntu24.04
- .image-pull-generic
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
Expand Down Expand Up @@ -134,6 +134,11 @@ image-ubuntu22.04:
- .image-pull-ubuntu22.04
- .dist-ubuntu22.04

image-ubuntu24.04:
extends:
- .image-pull-ubuntu24.04
- .dist-ubuntu24.04

image-rhel8:
extends:
- .image-pull
Expand Down
Loading