From c3c23d647f6e70919294e5e30562c72fc1ef096b Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 12 Jul 2023 21:54:03 +0200 Subject: [PATCH] Allow failure for centos7-aarch64 scans For the release-1.13 branch, we don't build aarch64 images for centos7. This means that, depending on the docker version, a docker pull fails if the platform is specified. As a simple workaround, we allow failure for this scan step. Signed-off-by: Evan Lezar --- .nvidia-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index 366814b5..5b6d7904 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -146,6 +146,7 @@ scan-centos7-arm64: needs: - image-centos7 - scan-centos7-amd64 + allow_failure: true scan-ubuntu20.04-amd64: extends: