diff options
| author | Raul Alimbekov <[email protected]> | 2025-12-16 09:05:22 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-16 09:05:22 +0300 |
| commit | c9a04b4b732b7a3b696eb8223664c1a7942b1875 (patch) | |
| tree | 6dbe5c02e66eed8d8762f13f95afd24f8db2b38c /ci.sh | |
| parent | cde24a3ef1117653ba5ed4184102b33f745782fb (diff) | |
| parent | 5ae6e060ec1c90561719aabdc29d5b6e7b8b0a82 (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -35,8 +35,8 @@ rm -rf out/tests/nrf5340-dk | |||
| 35 | # disabled because these boards are not on the shelf | 35 | # disabled because these boards are not on the shelf |
| 36 | rm -rf out/tests/mspm0g3507 | 36 | rm -rf out/tests/mspm0g3507 |
| 37 | 37 | ||
| 38 | rm out/tests/stm32wb55rg/wpan_mac | 38 | # rm out/tests/stm32wb55rg/wpan_mac |
| 39 | rm out/tests/stm32wb55rg/wpan_ble | 39 | # rm out/tests/stm32wb55rg/wpan_ble |
| 40 | 40 | ||
| 41 | # unstable, I think it's running out of RAM? | 41 | # unstable, I think it's running out of RAM? |
| 42 | rm out/tests/stm32f207zg/eth | 42 | rm out/tests/stm32f207zg/eth |
| @@ -65,6 +65,9 @@ rm out/tests/pimoroni-pico-plus-2/pwm | |||
| 65 | # flaky | 65 | # flaky |
| 66 | rm out/tests/rpi-pico/pwm | 66 | rm out/tests/rpi-pico/pwm |
| 67 | rm out/tests/rpi-pico/cyw43-perf | 67 | rm out/tests/rpi-pico/cyw43-perf |
| 68 | rm out/tests/rpi-pico/uart_buffered | ||
| 69 | |||
| 70 | rm out/tests/stm32h563zi/usart_dma | ||
| 68 | 71 | ||
| 69 | # tests are implemented but the HIL test farm doesn't actually have these boards, yet | 72 | # tests are implemented but the HIL test farm doesn't actually have these boards, yet |
| 70 | rm -rf out/tests/stm32c071rb | 73 | rm -rf out/tests/stm32c071rb |
