Skip to content

Commit e807f3e

Browse files
committed
add support for OpenShift 4.17
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent b7e828d commit e807f3e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.nvidia-ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,13 @@ release:ngc-rhcos4.16:
350350
variables:
351351
OUT_DIST: "rhcos4.16"
352352

353+
release:ngc-rhcos4.17:
354+
extends:
355+
- .release:ngc
356+
- .dist-rhel8
357+
variables:
358+
OUT_DIST: "rhcos4.17"
359+
353360
release:ngc-rhel8.8:
354361
extends:
355362
- .release:ngc
@@ -482,5 +489,5 @@ sign:ngc-ubuntu-rhel-rhcos:
482489
VERSION: ["8.8", "8.10"]
483490
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
484491
- SIGN_JOB_NAME: ["rhcos"]
485-
VERSION: ["4.12","4.13","4.14","4.15", "4.16"]
492+
VERSION: ["4.12","4.13","4.14","4.15", "4.16", "4.17"]
486493
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]

0 commit comments

Comments
 (0)