Skip to content

Commit a512016

Browse files
committed
github: workflows: Remove continue-on-error
We want the workflows to fail for these steps, so remove continue-on-error. Signed-off-by: Johan Hedberg <[email protected]>
1 parent d87b287 commit a512016

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,24 @@ jobs:
3939
west blobs fetch hal_silabs
4040
4141
- name: Build Entropy test
42-
continue-on-error: true
4342
working-directory: zephyr-silabs
4443
shell: bash
4544
run: |
4645
west twister -s drivers.entropy -p siwx917_rb4338a -v --inline-logs
4746
4847
- name: Build Bluetooth samples
49-
continue-on-error: true
5048
working-directory: zephyr-silabs
5149
shell: bash
5250
run: |
5351
west twister -s sample.bluetooth.peripheral_hr -p siwx917_rb4338a -v --inline-logs -K
5452
5553
- name: Build Rail samples
56-
continue-on-error: true
5754
working-directory: zephyr-silabs
5855
shell: bash
5956
run: |
6057
west twister -s sample.rail.simple_txrx -T samples -v --inline-logs
6158
6259
- name: Build Wifi samples
63-
continue-on-error: true
6460
working-directory: zephyr-silabs
6561
shell: bash
6662
run: |

.github/workflows/upstream-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,25 @@ jobs:
4444
west blobs fetch hal_silabs
4545
4646
- name: Build Entropy test
47-
continue-on-error: true
4847
working-directory: zephyr-silabs
4948
shell: bash
5049
run: |
5150
west twister -s drivers.entropy -p siwx917_rb4338a -v --inline-logs -K
5251
5352
- name: Build Bluetooth samples
54-
continue-on-error: true
5553
working-directory: zephyr-silabs
5654
shell: bash
5755
run: |
5856
west twister -s sample.bluetooth.peripheral_hr -p xg27_dk2602a -v --inline-logs -K
5957
west twister -s sample.bluetooth.peripheral_hr -p siwx917_rb4338a -v --inline-logs -K
6058
6159
- name: Build Rail samples
62-
continue-on-error: true
6360
working-directory: zephyr-silabs
6461
shell: bash
6562
run: |
6663
west twister -s sample.rail.simple_txrx -T samples -v --inline-logs
6764
6865
- name: Build Wifi samples
69-
continue-on-error: true
7066
working-directory: zephyr-silabs
7167
shell: bash
7268
run: |

0 commit comments

Comments
 (0)