Skip to content

Commit ce46742

Browse files
committed
build 595TRD1 drivers
Signed-off-by: Rahul Sharma <rahulsharm@nvidia.com>
1 parent 996b322 commit ce46742

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.common-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default:
1919
command: ["--experimental"]
2020

2121
variables:
22-
DRIVER_VERSIONS: 535.288.01 580.126.20
22+
DRIVER_VERSIONS: 535.288.01 580.126.20 595.58.03
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -81,18 +81,18 @@ trigger-pipeline:
8181
.driver-versions:
8282
parallel:
8383
matrix:
84-
- DRIVER_VERSION: [535.288.01, 580.126.20]
84+
- DRIVER_VERSION: [535.288.01, 580.126.20, 595.58.03]
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: [580.126.20]
90+
- DRIVER_VERSION: [580.126.20, 595.58.03]
9191

9292
.driver-versions-rhel10:
9393
parallel:
9494
matrix:
95-
- DRIVER_VERSION: [580.126.20]
95+
- DRIVER_VERSION: [580.126.20, 595.58.03]
9696

9797
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
9898
.driver-versions-precompiled-ubuntu22.04:

.github/actions/set-cve-updates/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
shell: bash
3030
run: |
3131
if [[ "${{ inputs.dist }}" =~ ^(rhel|rocky) ]]; then
32-
echo "CVE_UPDATES=openssl python3-urllib3 libarchive libxml2 pam python3 sqlite-libs gnupg2" >> $GITHUB_ENV
32+
echo "CVE_UPDATES=" >> $GITHUB_ENV
3333
elif [[ "${{ inputs.dist }}" =~ ^ubuntu ]]; then
34-
echo "CVE_UPDATES=gnupg2" >> $GITHUB_ENV
34+
echo "CVE_UPDATES=libgnutls30 libsystemd0 libudev1" >> $GITHUB_ENV
3535
fi

.github/workflows/image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
driver:
3131
- 535.288.01
3232
- 580.126.20
33+
- 595.58.03
3334
dist:
3435
- ubuntu22.04
3536
- ubuntu24.04

.nvidia-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ variables:
3434
# Define the public staging registry
3535
STAGING_REGISTRY: ghcr.io/nvidia
3636
STAGING_VERSION: "${CI_COMMIT_SHORT_SHA}"
37-
PUBLISH_VERSIONS: 580.126.20
37+
PUBLISH_VERSIONS: 595.58.03
3838

3939
.image-pull-rules:
4040
# We delay the job start to allow the public pipeline to generate the required images.

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515
# DRIVER_VERSIONS contains latest version in all active datacenter branches
16-
DRIVER_VERSIONS ?= 535.288.01 580.126.20
16+
DRIVER_VERSIONS ?= 535.288.01 580.126.20 595.58.03
1717

1818
GOLANG_VERSION := 1.26.1

0 commit comments

Comments
 (0)