Skip to content

Commit 565c88a

Browse files
authored
Merge pull request #392 from kzys/soft-fail
Do not soft-fail on Firecracker's main branch build
2 parents 6f15fac + deeeae3 commit 565c88a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ 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
134130

135131
- label: 'go mod tidy'
136132
commands:

0 commit comments

Comments
 (0)