Skip to content

Commit c3c23d6

Browse files
committed
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 <[email protected]>
1 parent f2a42dc commit c3c23d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.nvidia-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ scan-centos7-arm64:
146146
needs:
147147
- image-centos7
148148
- scan-centos7-amd64
149+
allow_failure: true
149150

150151
scan-ubuntu20.04-amd64:
151152
extends:

0 commit comments

Comments
 (0)