Skip to content

Commit

Permalink
Remove IMUs from ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxime committed Jan 25, 2023
1 parent e46657f commit cbc763d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/firmware-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
strategy:
matrix:
mcu: [mcu-esp32c3, mcu-esp32, mcu-nrf52840, mcu-nrf52832]
imu: [imu-stubbed] # dont add IMUs here
net: [net-stubbed, net-wifi]
log: [log-rtt, log-usb-serial, log-uart]
include:
Expand All @@ -59,18 +58,10 @@ jobs:
net: net-stubbed
log: log-uart
target: riscv32imc-unknown-none-elf
imu: imu-mpu6050
- mcu: mcu-esp32c3
net: net-stubbed
log: log-uart
target: riscv32imc-unknown-none-elf
imu: imu-bmi160
# add IMUs inside the include so they are only ran once
# - mcu: mcu-esp32c3
# net: net-stubbed
# log: log-uart
# target: riscv32imc-unknown-none-elf
# imu: imu-bno08x
exclude:
- mcu: mcu-esp32
log: log-usb-serial
Expand All @@ -85,7 +76,7 @@ jobs:
net: net-wifi

env:
FEATURES: ${{ format('{0},{1},{2},{3},{4}', matrix.mcu, matrix.imu, matrix.net, matrix.log, matrix.boot) }}
FEATURES: ${{ format('{0},{1},{2},{3},{4}', matrix.mcu, matrix.net, matrix.log, matrix.boot) }}
defaults:
run:
working-directory: ./firmware
Expand Down

0 comments on commit cbc763d

Please sign in to comment.