diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index 971128bf..768c632f 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -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 @@ -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