diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-02 19:05:41 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-02 19:05:41 +0200 |
| commit | 3c9dfbbc9d49100de5d6f442d9f724101ca4b1ed (patch) | |
| tree | d30e8be18cedd097f6660289ac6662dfb488e8be /ci.sh | |
| parent | eb121143458cb3ecc67da2bdfc6a0aa564ae39d8 (diff) | |
enable wifi_esp_hosted_perf test, disable stm32f4 stop test.
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -196,7 +196,8 @@ cargo batch \ | |||
| 196 | --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ | 196 | --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ |
| 197 | $BUILD_EXTRA | 197 | $BUILD_EXTRA |
| 198 | 198 | ||
| 199 | rm out/tests/nrf52840-dk/wifi_esp_hosted_perf | 199 | # temporarily disabled: broken by nightly update and/or clock settings update. |
| 200 | rm out/tests/stm32f429zi/stop | ||
| 200 | 201 | ||
| 201 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 202 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 202 | echo No teleprobe token found, skipping running HIL tests | 203 | echo No teleprobe token found, skipping running HIL tests |
