From a9dd873519bd056ef8215d633e4a8718cc949a89 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Tue, 11 Jun 2024 09:50:24 +0300 Subject: [PATCH] increase ironic-image build timeout to 3600s Ironic-image build locally, with a fast disk, fast CPU, and fast net takes 500-600s, depending on pre-pulls, repository speeds etc. New cloud has none of those reliably, so it times out at 1000s far too often. Ironic image: 1000s -> 3600s (build time 500-600s) Sushy-tools: keep 1000s (build time 150s, 6x safety) VMBC: keep 1000s (build time 100s, 10x safety) Signed-off-by: Tuomo Tanskanen --- .github/workflows/build-images-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images-action.yml b/.github/workflows/build-images-action.yml index f5d9740ee..99e414785 100644 --- a/.github/workflows/build-images-action.yml +++ b/.github/workflows/build-images-action.yml @@ -31,7 +31,7 @@ jobs: { "BUILD_CONTAINER_IMAGE_GIT_REFERENCE": "${{ github.ref }}" } - job_timeout: "1000" + job_timeout: "3600" - name: build sushy-tools image uses: toptal/jenkins-job-trigger-action@137fff703dd260b52b53d3ba1960396415abc568 # 1.0.2 with: