aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-07-23 12:23:51 +0200
committerDario Nieuwenhuis <[email protected]>2025-07-23 12:23:51 +0200
commite9211682a1a7067ae3a1fac36f94d981aab44912 (patch)
tree68f76b058508db703eaa7bd97a75a1da16a7f27e
parent420cbb437fb37a0679859a459ed3b45239b60467 (diff)
stm32: do not run stm32c071rb tests.
-rwxr-xr-xci.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 6be6e98e4..94f70aae8 100755
--- a/ci.sh
+++ b/ci.sh
@@ -385,6 +385,9 @@ rm out/tests/pimoroni-pico-plus-2/pwm
385rm out/tests/rpi-pico/pwm 385rm out/tests/rpi-pico/pwm
386rm out/tests/rpi-pico/cyw43-perf 386rm out/tests/rpi-pico/cyw43-perf
387 387
388# tests are implemented but the HIL test farm doesn't actually have this board yet
389rm -rf out/tests/stm32c071rb
390
388if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 391if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
389 echo No teleprobe token found, skipping running HIL tests 392 echo No teleprobe token found, skipping running HIL tests
390 exit 393 exit