Skip to content

Commit 1c29a7f

Browse files
committed
Switch BuildKite to master
The SDK's master no longer works with 0.21.x. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 99314df commit 1c29a7f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ steps:
8585
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
8686
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
8787
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
88-
88+
soft_fail:
89+
- exit_status: "*"
8990

9091
- label: ':hammer: root tests'
9192
commands:
@@ -98,6 +99,8 @@ steps:
9899
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
99100
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
100101
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
102+
soft_fail:
103+
- exit_status: "*"
101104

102105
- label: ':hammer: test against firecracker master'
103106
env:
@@ -118,8 +121,6 @@ steps:
118121
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
119122
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
120123
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
121-
soft_fail:
122-
- exit_status: "*"
123124

124125
- label: 'go mod tidy'
125126
commands:

0 commit comments

Comments
 (0)