Skip to content

Commit deeeae3

Browse files
committed
Do not soft-fail on Firecracker's main branch build
Since 2380785, the SDK should work with Firecracker's main branch. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
1 parent f6a64e7 commit deeeae3

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)