release-tests: skip tapsetup when running IoT-Lab job

This commit is contained in:
Martine Lenders 2021-01-19 16:05:53 +01:00
parent 50c5847eca
commit 04bee90e6f
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -100,6 +100,7 @@ jobs:
fi
docker pull riot/riotbuild:$DOCKER_VERSION
- name: Create TAP interfaces
if: ${{ matrix.pytest_mark == 'not iotlab_creds' }}
run: |
sudo RIOT/dist/tools/tapsetup/tapsetup -c 11
- name: Run release tests