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
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.216.01 550.127.05 560.35.03
DRIVER_VERSIONS: 535.216.01 550.127.05
BUILD_MULTI_ARCH_IMAGES: "true"

stages:
Expand Down Expand Up @@ -73,13 +73,13 @@ trigger-pipeline:
.driver-versions:
parallel:
matrix:
- DRIVER_VERSION: [535.216.01, 550.127.05, 560.35.03]
- DRIVER_VERSION: [535.216.01, 550.127.05]

# Define the driver versions for jobs that can be run in parallel for ubuntu22.04
.driver-versions-ubuntu22.04:
parallel:
matrix:
- DRIVER_VERSION: [535.216.01, 550.127.05, 560.35.03]
- DRIVER_VERSION: [535.216.01, 550.127.05]

# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
.driver-versions-precompiled-ubuntu22.04:
Expand All @@ -92,7 +92,7 @@ trigger-pipeline:
.driver-versions-rhel9:
parallel:
matrix:
- DRIVER_VERSION: [535.216.01, 550.127.05, 560.35.03]
- DRIVER_VERSION: [535.216.01, 550.127.05]

# Define the distribution targets
.dist-ubuntu20.04:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,13 @@ jobs:
driver:
- 535.216.01
- 550.127.05
- 560.35.03
dist:
- ubuntu20.04
- ubuntu22.04
- rhel8
- rhel9
ispr:
- ${{github.event_name == 'pull_request'}}
exclude:
- ispr: true
dist: rhel8
- ispr: true
dist: ubuntu20.04
driver: 535.216.01
Expand Down
54 changes: 4 additions & 50 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,24 +260,6 @@ scan-rhel8-arm64:
needs:
- image-rhel8

scan-rhel9-amd64:
extends:
- .scan
- .dist-rhel9
- .platform-amd64
- .driver-versions-rhel9
needs:
- image-rhel9

scan-rhel9-arm64:
extends:
- .scan
- .dist-rhel9
- .platform-arm64
- .driver-versions-rhel9
needs:
- image-rhel9

.release:ngc-variables:
variables:
OUT_REGISTRY_USER: "${NGC_REGISTRY_USER}"
Expand Down Expand Up @@ -371,34 +353,6 @@ release:ngc-rhel8.10:
variables:
OUT_DIST: "rhel8.10"

release:ngc-rhel9.0:
extends:
- .release:ngc
- .dist-rhel9
variables:
OUT_DIST: "rhel9.0"

release:ngc-rhel9.1:
extends:
- .release:ngc
- .dist-rhel9
variables:
OUT_DIST: "rhel9.1"

release:ngc-rhel9.2:
extends:
- .release:ngc
- .dist-rhel9
variables:
OUT_DIST: "rhel9.2"

release:ngc-rhel9.3:
extends:
- .release:ngc
- .dist-rhel9
variables:
OUT_DIST: "rhel9.3"

# Define the external image signing steps for NGC
# Download the ngc cli binary for use in the sign steps
.ngccli-setup:
Expand Down Expand Up @@ -481,13 +435,13 @@ sign:ngc-ubuntu-rhel-rhcos:
matrix:
- SIGN_JOB_NAME: ["ubuntu"]
VERSION: ["22.04"]
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
DRIVER_VERSION: ["535.216.01", "550.127.05"]
- SIGN_JOB_NAME: ["ubuntu"]
VERSION: ["20.04"]
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
DRIVER_VERSION: ["535.216.01", "550.127.05"]
- SIGN_JOB_NAME: ["rhel"]
VERSION: ["8.8", "8.10"]
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
DRIVER_VERSION: ["535.216.01", "550.127.05"]
- SIGN_JOB_NAME: ["rhcos"]
VERSION: ["4.12","4.13","4.14","4.15", "4.16", "4.17"]
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
DRIVER_VERSION: ["535.216.01", "550.127.05"]
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# DRIVER_VERSIONS contains latest version in all active datacenter branches
DRIVER_VERSIONS ?= 535.216.01 550.127.05 560.35.03
DRIVER_VERSIONS ?= 535.216.01 550.127.05

CUDA_VERSION := 12.6.0

Expand Down