Skip to content

Commit

Permalink
increase ironic-image build timeout to 3600s
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tuminoid authored and metal3-io-bot committed Jun 11, 2024
1 parent 7dc555c commit 2cfdaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2cfdaaa

Please sign in to comment.