Skip to content

Commit

Permalink
add support for OpenShift 4.17
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Oct 22, 2024
1 parent b7e828d commit e807f3e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,13 @@ release:ngc-rhcos4.16:
variables:
OUT_DIST: "rhcos4.16"

release:ngc-rhcos4.17:
extends:
- .release:ngc
- .dist-rhel8
variables:
OUT_DIST: "rhcos4.17"

release:ngc-rhel8.8:
extends:
- .release:ngc
Expand Down Expand Up @@ -482,5 +489,5 @@ sign:ngc-ubuntu-rhel-rhcos:
VERSION: ["8.8", "8.10"]
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
- SIGN_JOB_NAME: ["rhcos"]
VERSION: ["4.12","4.13","4.14","4.15", "4.16"]
VERSION: ["4.12","4.13","4.14","4.15", "4.16", "4.17"]
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]

0 comments on commit e807f3e

Please sign in to comment.