Skip to content

Commit cbc763d

Browse files
committed
Remove IMUs from ci matrix
1 parent e46657f commit cbc763d

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/firmware-ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
strategy:
4040
matrix:
4141
mcu: [mcu-esp32c3, mcu-esp32, mcu-nrf52840, mcu-nrf52832]
42-
imu: [imu-stubbed] # dont add IMUs here
4342
net: [net-stubbed, net-wifi]
4443
log: [log-rtt, log-usb-serial, log-uart]
4544
include:
@@ -59,18 +58,10 @@ jobs:
5958
net: net-stubbed
6059
log: log-uart
6160
target: riscv32imc-unknown-none-elf
62-
imu: imu-mpu6050
6361
- mcu: mcu-esp32c3
6462
net: net-stubbed
6563
log: log-uart
6664
target: riscv32imc-unknown-none-elf
67-
imu: imu-bmi160
68-
# add IMUs inside the include so they are only ran once
69-
# - mcu: mcu-esp32c3
70-
# net: net-stubbed
71-
# log: log-uart
72-
# target: riscv32imc-unknown-none-elf
73-
# imu: imu-bno08x
7465
exclude:
7566
- mcu: mcu-esp32
7667
log: log-usb-serial
@@ -85,7 +76,7 @@ jobs:
8576
net: net-wifi
8677

8778
env:
88-
FEATURES: ${{ format('{0},{1},{2},{3},{4}', matrix.mcu, matrix.imu, matrix.net, matrix.log, matrix.boot) }}
79+
FEATURES: ${{ format('{0},{1},{2},{3},{4}', matrix.mcu, matrix.net, matrix.log, matrix.boot) }}
8980
defaults:
9081
run:
9182
working-directory: ./firmware

0 commit comments

Comments
 (0)