mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
release-test.yml: also fetch host key from grenoble
This commit is contained in:
parent
838321c138
commit
b87b62c5d5
6
.github/workflows/release-test.yml
vendored
6
.github/workflows/release-test.yml
vendored
@ -73,13 +73,13 @@ jobs:
|
|||||||
ssh-private-key: ${{ secrets.IOTLAB_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.IOTLAB_PRIVATE_KEY }}
|
||||||
- name: Fetch host keys from IoT-LAB sites
|
- name: Fetch host keys from IoT-LAB sites
|
||||||
if: ${{ matrix.pytest_mark == 'iotlab_creds' }}
|
if: ${{ matrix.pytest_mark == 'iotlab_creds' }}
|
||||||
# lille is not being used in the most recent release specs but kept in for
|
# lille and saclay are not being used in the most recent release specs but kept in for
|
||||||
# backwords compatibility
|
# backwords compatibility
|
||||||
run: |
|
run: |
|
||||||
IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:)
|
IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:)
|
||||||
for site in saclay lille strasbourg; do
|
for site in grenoble saclay lille strasbourg; do
|
||||||
ssh -oStrictHostKeyChecking=accept-new \
|
ssh -oStrictHostKeyChecking=accept-new \
|
||||||
"${IOTLAB_USER}@${site}.iot-lab.info exit"
|
"${IOTLAB_USER}@${site}.iot-lab.info" exit
|
||||||
done
|
done
|
||||||
- name: Checkout Release-Specs
|
- name: Checkout Release-Specs
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user