From: John Mulligan Date: Thu, 2 Oct 2025 18:54:04 +0000 (-0400) Subject: ceph-pull-requests: do not use podman specific --timeout X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=111d692ef0e015933231e8833786b4ead2dc5192;p=ceph-build.git ceph-pull-requests: do not use podman specific --timeout Signed-off-by: John Mulligan --- diff --git a/ceph-pull-requests/build/build b/ceph-pull-requests/build/build index 92f18bd8..bef71793 100644 --- a/ceph-pull-requests/build/build +++ b/ceph-pull-requests/build/build @@ -29,13 +29,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+amd64 \ --npm-cache-path="${NPMCACHE}" \ - -x"--timeout=${timeout}" \ "${@}" }