Skip to content

Commit

Permalink
release-test.yml: also fetch host key from grenoble
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jan 21, 2025
1 parent 838321c commit e86bd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
ssh-private-key: ${{ secrets.IOTLAB_PRIVATE_KEY }}
- name: Fetch host keys from IoT-LAB sites
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
run: |
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 \
"${IOTLAB_USER}@${site}.iot-lab.info exit"
done
Expand Down

0 comments on commit e86bd33

Please sign in to comment.