aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-10-16 08:01:58 +0000
committerGitHub <[email protected]>2024-10-16 08:01:58 +0000
commitbcfbaaab950cb0f81b08fb7fa041fba3a018e05e (patch)
tree1a12d52aaa9cfa0f2a754d9e0bb71e3c3751c7d4 /ci.sh
parente350ca836a985829b7548b8ac3009f38573b4215 (diff)
parent28d03537e958213dab345ad4502dad2b32256135 (diff)
Merge pull request #3336 from liarokapisv/stm32-alternative-ringbuffer-impl
stm32: Ringbuffer rewrite
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ci.sh b/ci.sh
index ee47ee1c5..aa078be31 100755
--- a/ci.sh
+++ b/ci.sh
@@ -305,11 +305,6 @@ rm out/tests/stm32f207zg/eth
305# doesn't work, gives "noise error", no idea why. usart_dma does pass. 305# doesn't work, gives "noise error", no idea why. usart_dma does pass.
306rm out/tests/stm32u5a5zj/usart 306rm out/tests/stm32u5a5zj/usart
307 307
308# flaky, probably due to bad ringbuffered dma code.
309rm out/tests/stm32l152re/usart_rx_ringbuffered
310rm out/tests/stm32f207zg/usart_rx_ringbuffered
311rm out/tests/stm32wl55jc/usart_rx_ringbuffered
312
313if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 308if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
314 echo No teleprobe token found, skipping running HIL tests 309 echo No teleprobe token found, skipping running HIL tests
315 exit 310 exit