From 4aacf2799a38b7ba4c6577ab59b4203d003fdc6d Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sun, 27 Oct 2024 07:47:12 +0530 Subject: [PATCH] doi: disable test on non-amd64 The pushing of images needs to be resolved. The emulation time for running tests is impedding my patience. --- scripts/docker-library-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/docker-library-test.sh b/scripts/docker-library-test.sh index 1e51dbf3..b7bb0b93 100755 --- a/scripts/docker-library-test.sh +++ b/scripts/docker-library-test.sh @@ -20,6 +20,8 @@ if [ "${builderarch}" != amd64 ]; then export DOCKER_LIBRARY_START_TIMEOUT=350 else export DOCKER_LIBRARY_START_TIMEOUT=150 + echo "temporarly disable non-amd64 testing" + exit fi # clean images if test does not succeed