Skip to content

Commit 39d5308

Browse files
committed
Ignore Firecracker main branch's test failures
Firecracker is making some breaking changes before reaching 1.0. Due to that, it is hard to make the SDK work with released versions and main branch. This commit makes Firecracker main branch's test failures "soft fail", meaning, tests are still run against the branch, but the failures wouldn't impact the overall test result. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent ea47fb4 commit 39d5308

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ steps:
127127
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
128128
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
129129
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
130+
# Firecracker's main branch wouldn't work with Go SDK currently due to ht_enabled change.
131+
# https://github.com/firecracker-microvm/firecracker/pull/2876
132+
soft_fail:
133+
- exit_status: 2
130134

131135
- label: 'go mod tidy'
132136
commands:

0 commit comments

Comments
 (0)