ci(bluebuild): bump timeout 60 → 360 min (first-time pulls slow)
Some checks failed
Build veilor-os OCI (BlueBuild) / Build + push OCI (push) Failing after 3h11m53s
Some checks failed
Build veilor-os OCI (BlueBuild) / Build + push OCI (push) Failing after 3h11m53s
166 ran 6hr through STEPS 10-14 (cosign keys cp, stage-bins cp, nushell pull, pre_build.sh) — fuse-overlayfs with 130+ layers makes each cp/RUN take ~40min on first build. Subsequent builds will be faster (cached layers). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
58cd6c2d84
commit
8ffd6fb48d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-bluebuild.yml
vendored
2
.github/workflows/build-bluebuild.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
# via runner config. Privileged + userns=host + sock pass-through
|
# via runner config. Privileged + userns=host + sock pass-through
|
||||||
# already wired in the runner config (see infra/forgejo/).
|
# already wired in the runner config (see infra/forgejo/).
|
||||||
runs-on: nullstone
|
runs-on: nullstone
|
||||||
timeout-minutes: 60
|
timeout-minutes: 360
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue