Skip to content
Merged
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
42 changes: 3 additions & 39 deletions .common-ci.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question -- I see you have removed ubuntu20.04 jobs in .common-ci.yml. Are there no ubuntu20.04 jobs that need to be removed from .nvidia-ci.yml also?

Copy link
Contributor Author

@JunAr7112 JunAr7112 Oct 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, since we won't be releasing with it. Removing this as well.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default:
command: ["--experimental"]

variables:
DRIVER_VERSIONS: 535.261.03 570.172.08 580.82.07
DRIVER_VERSIONS: 535.274.02 570.195.03 580.95.05
BUILD_MULTI_ARCH_IMAGES: "true"

stages:
Expand Down Expand Up @@ -81,19 +81,13 @@ trigger-pipeline:
.driver-versions:
parallel:
matrix:
- DRIVER_VERSION: [535.261.03, 570.172.08, 580.82.07]

# Define the driver versions for jobs that can be run in parallel
.driver-versions-ubuntu20.04:
parallel:
matrix:
- DRIVER_VERSION: [535.261.03, 570.172.08]
- DRIVER_VERSION: [535.274.02, 570.195.03, 580.95.05]

# Define the driver versions for jobs that can be run in parallel
.driver-versions-ubuntu24.04:
parallel:
matrix:
- DRIVER_VERSION: [570.172.08, 580.82.07]
- DRIVER_VERSION: [570.195.03, 580.95.05]

# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
.driver-versions-precompiled-ubuntu22.04:
Expand All @@ -111,12 +105,6 @@ trigger-pipeline:
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
LTS_KERNEL: ["6.8"]

# Define the distribution targets
.dist-ubuntu20.04:
variables:
DIST: ubuntu20.04
CVE_UPDATES: "openssl"

.dist-ubuntu22.04:
variables:
DIST: ubuntu22.04
Expand Down Expand Up @@ -189,14 +177,6 @@ trigger-pipeline:
# Since OUT_IMAGE_NAME and OUT_VERSION are set, this will push the CI image to the target
- if [[ "${PRECOMPILED}" == "true" ]]; then ./scripts/precompiled.sh push; else make push-${DIST}-${DRIVER_VERSION}; fi

.release-ubuntu20.04:
# Perform for each DRIVER_VERSION
extends:
- .release-generic
- .driver-versions-ubuntu20.04
rules:
- if: $CI_PIPELINE_SOURCE != "schedule"

.release-ubuntu22.04:
# Perform for each DRIVER_VERSION
extends:
Expand Down Expand Up @@ -241,15 +221,6 @@ trigger-pipeline:
OUT_REGISTRY: "${NGC_REGISTRY}"
OUT_IMAGE_NAME: "${NGC_STAGING_REGISTRY}/driver"

.release:staging-ubuntu20.04:
extends:
- .release-ubuntu20.04
variables:
OUT_REGISTRY_USER: "${NGC_REGISTRY_USER}"
OUT_REGISTRY_TOKEN: "${NGC_REGISTRY_TOKEN}"
OUT_REGISTRY: "${NGC_REGISTRY}"
OUT_IMAGE_NAME: "${NGC_STAGING_REGISTRY}/driver"

.release:staging-ubuntu22.04:
extends:
- .release-ubuntu22.04
Expand Down Expand Up @@ -317,13 +288,6 @@ trigger-pipeline:
VERSION: "${RELEASE_DEVEL_TAG}"
OUT_VERSION: "${DEVEL_RELEASE_IMAGE_VERSION}"

release:staging-ubuntu20.04:
extends:
- .release:staging-ubuntu20.04
- .dist-ubuntu20.04
needs:
- image-ubuntu20.04

release:staging-ubuntu22.04:
extends:
- .release:staging-ubuntu22.04
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,19 @@ jobs:
strategy:
matrix:
driver:
- 535.261.03
- 570.172.08
- 580.82.07
- 535.274.02
- 570.195.03
- 580.95.05
dist:
- ubuntu20.04
- ubuntu22.04
- ubuntu24.04
- rhel8
- rhel9
ispr:
- ${{github.event_name == 'pull_request'}}
exclude:
- ispr: true
dist: ubuntu20.04
driver: 535.261.03
- dist: ubuntu24.04
driver: 535.261.03
- dist: ubuntu20.04
driver: 580.82.07
driver: 535.274.02
fail-fast: false
steps:
- uses: actions/checkout@v5
Expand Down
61 changes: 4 additions & 57 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ image-precompiled-ubuntu24.04:
- .driver-versions-precompiled-ubuntu24.04
- .image-pull-generic

.image-pull-ubuntu20.04:
# Perform for each DRIVER_VERSION
extends:
- .driver-versions-ubuntu20.04
- .image-pull-generic
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- !reference [.image-pull-rules, rules]

.image-pull-ubuntu22.04:
# Perform for each DRIVER_VERSION
extends:
Expand All @@ -135,11 +125,6 @@ image-precompiled-ubuntu22.04:
- .driver-versions-precompiled-ubuntu22.04
- .image-pull-generic

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

image-ubuntu22.04:
extends:
- .image-pull-ubuntu22.04
Expand Down Expand Up @@ -217,18 +202,6 @@ image-rhel9:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- !reference [.pipeline-trigger-rules, rules]

.scan-ubuntu20.04:
# Repeat for each DRIVER_VERSION
extends:
- .driver-versions-ubuntu20.04
- .scan-generic
rules:
- !reference [.scan-rules-common, rules]
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- !reference [.pipeline-trigger-rules, rules]

.scan-ubuntu22.04:
# Repeat for each DRIVER_VERSION
extends:
Expand Down Expand Up @@ -277,23 +250,6 @@ image-rhel9:
- !reference [.scan-rules-common, rules]
- !reference [.precompiled-rules, rules]

# Define the scan targets
scan-ubuntu20.04-amd64:
extends:
- .scan-ubuntu20.04
- .dist-ubuntu20.04
- .platform-amd64
needs:
- image-ubuntu20.04

scan-ubuntu20.04-arm64:
extends:
- .scan-ubuntu20.04
- .dist-ubuntu20.04
- .platform-arm64
needs:
- image-ubuntu20.04

scan-ubuntu22.04-amd64:
extends:
- .scan-ubuntu22.04
Expand Down Expand Up @@ -389,12 +345,6 @@ scan-rhel9-arm64:
- .release:external
- .release:ngc-variables

release:ngc-ubuntu20.04:
extends:
- .release:ngc
- .dist-ubuntu20.04
- .driver-versions-ubuntu20.04

release:ngc-ubuntu22.04:
extends:
- .release:ngc
Expand Down Expand Up @@ -599,16 +549,13 @@ sign:ngc-ubuntu-rhel-rhcos:
matrix:
- SIGN_JOB_NAME: ["ubuntu"]
VERSION: ["24.04"]
DRIVER_VERSION: ["570.172.08", "580.82.07"]
DRIVER_VERSION: ["570.195.03", "580.95.05"]
- SIGN_JOB_NAME: ["ubuntu"]
VERSION: ["22.04"]
DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"]
- SIGN_JOB_NAME: ["ubuntu"]
VERSION: ["20.04"]
DRIVER_VERSION: ["535.261.03", "570.172.08"]
DRIVER_VERSION: ["535.274.02", "570.195.03", "580.95.05"]
- SIGN_JOB_NAME: ["rhel"]
VERSION: ["8.8", "8.10", "9.4", "9.5", "9.6"]
DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"]
DRIVER_VERSION: ["535.274.02", "570.195.03", "580.95.05"]
- SIGN_JOB_NAME: ["rhcos"]
VERSION: ["4.14", "4.15", "4.16", "4.17", "4.18"]
DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"]
DRIVER_VERSION: ["535.274.02", "570.195.03", "580.95.05"]
2 changes: 1 addition & 1 deletion ubuntu22.04/precompiled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG TARGETARCH
ENV TARGETARCH=$TARGETARCH
ARG DRIVER_BRANCH=535
ENV DRIVER_BRANCH=$DRIVER_BRANCH
ARG DRIVER_VERSION=535.247.01
ARG DRIVER_VERSION=535.274.02
ENV DRIVER_VERSION=$DRIVER_VERSION

ARG KERNEL_VERSION=5.15.0-116-generic
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.261.03 570.172.08 580.82.07
DRIVER_VERSIONS ?= 535.274.02 570.195.03 580.95.05

GOLANG_VERSION := 1.25.1