.github/test-on-iotlab: use IOTLAB_NODE=auto instead of auto-ssh
This commit is contained in:
parent
6c0556b422
commit
079abeb2f7
2
.github/workflows/test-on-iotlab.yml
vendored
2
.github/workflows/test-on-iotlab.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: ${{ matrix.boards.riot }}
|
name: ${{ matrix.boards.riot }}
|
||||||
env:
|
env:
|
||||||
IOTLAB_NODE: auto-ssh
|
IOTLAB_NODE: auto
|
||||||
BUILD_IN_DOCKER: 1
|
BUILD_IN_DOCKER: 1
|
||||||
# Force .bin files generation because these files are used to flash on IoT-LAB and
|
# Force .bin files generation because these files are used to flash on IoT-LAB and
|
||||||
# because compile_and_test_for_board forces RIOT_CI_BUILD which skip .bin
|
# because compile_and_test_for_board forces RIOT_CI_BUILD which skip .bin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user