Skip to content

Commit 40cd8a9

Browse files
dkijaniaclaude
andcommitted
ci: mark arm64 minimina step as soft_fail
The arm64 storagebox cache-write infra isn't exercised by any other CI job currently, and its permission problem (mkdir -p /var/storagebox/... failing with Permission denied during the cache-write step) is orthogonal to the minimina build itself. The cargo compile stage on arm64 succeeds. Keep the arm64 step running to surface the cargo build and noble arm64 toolchain signal, but mark it soft_fail so PRs aren't blocked on the storagebox mkdir issue until infra is fixed separately. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 79d9af9 commit 40cd8a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildkite/src/Jobs/Release/Minimina.dhall

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ let RunInToolchain = ../../Command/RunInToolchain.dhall
1616

1717
let Arch = ../../Constants/Arch.dhall
1818

19+
let B = ../../External/Buildkite.dhall
20+
21+
let B/SoftFail = B.definitions/commandStep/properties/soft_fail/Type
22+
1923
in Pipeline.build
2024
Pipeline.Config::{
2125
, spec = JobSpec::{
@@ -56,6 +60,7 @@ in Pipeline.build
5660
, key = "build-minimina-arm64"
5761
, target = Size.Arm64
5862
, docker = None Docker.Type
63+
, soft_fail = Some (B/SoftFail.Boolean True)
5964
}
6065
]
6166
}

0 commit comments

Comments
 (0)