Commit b049c93
committed
Remove continue-on-error so job failures fail the workflow.
The smoke, storage and eve-upgrade jobs no longer ignore step errors,
ensuring any failing job marks the whole workflow as failed. To keep all
matrix permutations running, each job’s strategy now explicitly sets
fail-fast: false. This preserves full test coverage without cancelling
siblings early while still surfacing problems in red at the workflow
level.
Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>1 parent cdd96cb commit b049c93
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
136 | | - | |
137 | 135 | | |
| 136 | + | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
207 | 206 | | |
208 | 207 | | |
209 | 208 | | |
210 | | - | |
211 | 209 | | |
| 210 | + | |
212 | 211 | | |
213 | 212 | | |
214 | 213 | | |
| |||
0 commit comments