Skip to content

Commit

Permalink
Merge branch 'revert_6de2946f0fa3e6a291b6f3666314d55ec0343a2d' into '…
Browse files Browse the repository at this point in the history
…main'

Revert "Remove rhel9 from internal pipelines"

See merge request nvidia/container-images/driver!306
  • Loading branch information
cdesiniotis committed Mar 5, 2024
2 parents 50319c7 + 9148732 commit 99d7cb5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ image-rhel8:
- .image-pull
- .dist-rhel8

image-rhel9:
extends:
- .image-pull
- .dist-rhel9
- .driver-versions-rhel9

image-centos7:
extends:
- .image-pull
Expand Down Expand Up @@ -259,6 +265,24 @@ 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

scan-centos7-amd64:
extends:
- .scan
Expand Down

0 comments on commit 99d7cb5

Please sign in to comment.