1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 09:21:19 +01:00

Merge pull request #20715 from kaspar030/ci_disable_esp32-wroom-32

ci: disable esp32-wroom-32 tests
This commit is contained in:
Marian Buschsieweke 2024-05-30 20:44:48 +00:00 committed by GitHub
commit 095bc344fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ stm32f429i-disc1"
# this configures boards that are available via pifleet
case "${CI_MURDOCK_PROJECT}" in
riot)
: ${TEST_BOARDS_AVAILABLE:="esp32-wroom-32 samr21-xpro"}
: ${TEST_BOARDS_AVAILABLE:="samr21-xpro"}
;;
riot-staging)
: ${TEST_BOARDS_AVAILABLE:=""}