From: John Mulligan Date: Thu, 2 Oct 2025 18:53:57 +0000 (-0400) Subject: ceph-pull-requests-arm64: do not use podman specific --timeout X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2455%2Fhead;p=ceph-build.git ceph-pull-requests-arm64: do not use podman specific --timeout Signed-off-by: John Mulligan --- diff --git a/ceph-pull-requests-arm64/build/build b/ceph-pull-requests-arm64/build/build index b816fcf0..4e836492 100644 --- a/ceph-pull-requests-arm64/build/build +++ b/ceph-pull-requests-arm64/build/build @@ -31,13 +31,12 @@ bwc() { # specify timeout in hours for $1 local timeout=$(($1*60*60)) shift - ./src/script/build-with-container.py \ + timeout "${timeout}" ./src/script/build-with-container.py \ -d "${DISTRO_BASE:-jammy}" \ --env-file="${PWD}/.env" \ --current-branch="${GIT_BRANCH:-main}" \ -t+arm64 \ --npm-cache-path="${NPMCACHE}" \ - -x"--timeout=${timeout}" \ "${@}" }