Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default:
command: ["--experimental"]

variables:
DRIVER_VERSIONS: 535.288.01 580.126.20
DRIVER_VERSIONS: 535.288.01 580.126.20 595.58.03
BUILD_MULTI_ARCH_IMAGES: "true"

stages:
Expand Down Expand Up @@ -81,18 +81,18 @@ trigger-pipeline:
.driver-versions:
parallel:
matrix:
- DRIVER_VERSION: [535.288.01, 580.126.20]
- DRIVER_VERSION: [535.288.01, 580.126.20, 595.58.03]

# Define the driver versions for jobs that can be run in parallel
.driver-versions-ubuntu24.04:
parallel:
matrix:
- DRIVER_VERSION: [580.126.20]
- DRIVER_VERSION: [580.126.20, 595.58.03]

.driver-versions-rhel10:
parallel:
matrix:
- DRIVER_VERSION: [580.126.20]
- DRIVER_VERSION: [580.126.20, 595.58.03]

# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
.driver-versions-precompiled-ubuntu22.04:
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/set-cve-updates/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
shell: bash
run: |
if [[ "${{ inputs.dist }}" =~ ^(rhel|rocky) ]]; then
echo "CVE_UPDATES=openssl python3-urllib3 libarchive libxml2 pam python3 sqlite-libs gnupg2" >> $GITHUB_ENV
echo "CVE_UPDATES=openssl python3-urllib3 libarchive libxml2 pam python3 platform-python python3-libs curl p11-kit lz4-libs vim-minimal sqlite-libs gnupg2 gnutls glib2 libblkid libfdisk libmount libsmartcols libuuid util-linux util-linux-core openldap" >> $GITHUB_ENV
elif [[ "${{ inputs.dist }}" =~ ^ubuntu ]]; then
echo "CVE_UPDATES=gnupg2" >> $GITHUB_ENV
echo "CVE_UPDATES=gnupg2 libgnutls30" >> $GITHUB_ENV
fi
1 change: 1 addition & 0 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
driver:
- 535.288.01
- 580.126.20
- 595.58.03
dist:
- ubuntu22.04
- ubuntu24.04
Expand Down
2 changes: 1 addition & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variables:
# Define the public staging registry
STAGING_REGISTRY: ghcr.io/nvidia
STAGING_VERSION: "${CI_COMMIT_SHORT_SHA}"
PUBLISH_VERSIONS: 580.126.20
PUBLISH_VERSIONS: 595.58.03

.image-pull-rules:
# We delay the job start to allow the public pipeline to generate the required images.
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.

# DRIVER_VERSIONS contains latest version in all active datacenter branches
DRIVER_VERSIONS ?= 535.288.01 580.126.20
DRIVER_VERSIONS ?= 535.288.01 580.126.20 595.58.03

GOLANG_VERSION := 1.25.7