File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 85
85
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
86
86
distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
87
87
hostname : " ${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
88
-
88
+ soft_fail :
89
+ - exit_status : " *"
89
90
90
91
- label : ' :hammer: root tests'
91
92
commands :
98
99
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
99
100
distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
100
101
hostname : " ${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
102
+ soft_fail :
103
+ - exit_status : " *"
101
104
102
105
- label : ' :hammer: test against firecracker master'
103
106
env :
@@ -118,8 +121,6 @@ steps:
118
121
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
119
122
distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
120
123
hostname : " ${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
121
- soft_fail :
122
- - exit_status : " *"
123
124
124
125
- label : ' go mod tidy'
125
126
commands :
You can’t perform that action at this time.
0 commit comments