Skip to content

Commit 0ab6d7d

Browse files
committed
Don't ignore errors on tests
soft_fail: is used to ignore the tests's failures when the SDK's master doesn't support Firecracker's latest release version due to breaking changes. Since we don't support snapshotting on the SDK yet, the SDK will work with both v0.22.0 and master. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent bf9389c commit 0ab6d7d

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
@@ -87,8 +87,6 @@ steps:
8787
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
8888
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
8989
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
90-
soft_fail:
91-
- exit_status: "*"
9290

9391
- label: ':hammer: root tests'
9492
commands:
@@ -101,8 +99,6 @@ steps:
10199
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
102100
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
103101
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
104-
soft_fail:
105-
- exit_status: "*"
106102

107103
- label: ':hammer: test against firecracker master'
108104
env:

0 commit comments

Comments
 (0)