]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests-arm64: do not use podman specific --timeout 2455/head
authorJohn Mulligan <phlogistonjohn@asynchrono.us>
Thu, 2 Oct 2025 18:53:57 +0000 (14:53 -0400)
committerJohn Mulligan <phlogistonjohn@asynchrono.us>
Thu, 2 Oct 2025 18:54:47 +0000 (14:54 -0400)
Signed-off-by: John Mulligan <phlogistonjohn@asynchrono.us>
ceph-pull-requests-arm64/build/build

index b816fcf0da18c5d9bd926beb805ceca538b6ed73..4e83649214433f1c9f7be287aefce5a9c945e03e 100644 (file)
@@ -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}" \
         "${@}"
 }