Merge pull request #3266 from embassy-rs/disable-f1-test

Temporarily disable stm32f1 tests.
This commit is contained in:
Dario Nieuwenhuis 2024-08-17 16:18:11 +00:00 committed by GitHub
commit 1007528acb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
ci.sh
View File

@ -289,6 +289,9 @@ cargo batch \
$BUILD_EXTRA
# temporarily disabled, bluepill board got bricked
rm -rf out/tests/stm32f103c8
rm out/tests/stm32wb55rg/wpan_mac
rm out/tests/stm32wb55rg/wpan_ble
@ -298,8 +301,9 @@ rm out/tests/stm32f207zg/eth
# doesn't work, gives "noise error", no idea why. usart_dma does pass.
rm out/tests/stm32u5a5zj/usart
# flaky, perhaps bad wire
# flaky, probably due to bad ringbuffered dma code.
rm out/tests/stm32l152re/usart_rx_ringbuffered
rm out/tests/stm32f207zg/usart_rx_ringbuffered
if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
echo No teleprobe token found, skipping running HIL tests