mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
release-test.yml: Add stasbourg creds
This commit is contained in:
parent
eee4ce1050
commit
ad0edecc35
8
.github/workflows/release-test.yml
vendored
8
.github/workflows/release-test.yml
vendored
@ -78,11 +78,19 @@ jobs:
|
||||
ssh -oStrictHostKeyChecking=accept-new \
|
||||
${IOTLAB_USER}@saclay.iot-lab.info exit
|
||||
- name: Fetch host key from IoT-LAB lille site
|
||||
# Not being used in the most recent release specs but kept in for
|
||||
# backwords compatibility
|
||||
if: ${{ matrix.pytest_mark == 'iotlab_creds' }}
|
||||
run: |
|
||||
IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:)
|
||||
ssh -oStrictHostKeyChecking=accept-new \
|
||||
${IOTLAB_USER}@lille.iot-lab.info exit
|
||||
- name: Fetch host key from IoT-LAB stasbourg site
|
||||
if: ${{ matrix.pytest_mark == 'iotlab_creds' }}
|
||||
run: |
|
||||
IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:)
|
||||
ssh -oStrictHostKeyChecking=accept-new \
|
||||
${IOTLAB_USER}@stasbourg.iot-lab.info exit
|
||||
- name: Checkout Release-Specs
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user