From e7a57ed2d3e943d723f17476b9bf2975f08fdb68 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 23 Oct 2024 12:07:13 -0700 Subject: [PATCH] remove unused pipeline stages in .nvidia-ci.yml Signed-off-by: Tariq Ibrahim --- .common-ci.yml | 7 ------- .nvidia-ci.yml | 6 ------ 2 files changed, 13 deletions(-) diff --git a/.common-ci.yml b/.common-ci.yml index 44eebfdf..11528af7 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -268,13 +268,6 @@ release:staging-rhel8: needs: - image-rhel8 -release:staging-rhel9: - extends: - - .release:staging-rhel9 - - .dist-rhel9 - needs: - - image-rhel9 - .release:staging-precompiled: stage: release variables: diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index 8bfe5c8d..1408c7b0 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -115,12 +115,6 @@ image-rhel8: - .image-pull - .dist-rhel8 -image-rhel9: - extends: - - .image-pull - - .dist-rhel9 - - .driver-versions-rhel9 - # The .scan step forms the base of the image scan operation performed before releasing # images. .scan-generic: