Skip to content

Commit ad0edec

Browse files
committed
release-test.yml: Add stasbourg creds
1 parent eee4ce1 commit ad0edec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,19 @@ jobs:
7878
ssh -oStrictHostKeyChecking=accept-new \
7979
${IOTLAB_USER}@saclay.iot-lab.info exit
8080
- name: Fetch host key from IoT-LAB lille site
81+
# Not being used in the most recent release specs but kept in for
82+
# backwords compatibility
8183
if: ${{ matrix.pytest_mark == 'iotlab_creds' }}
8284
run: |
8385
IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:)
8486
ssh -oStrictHostKeyChecking=accept-new \
8587
${IOTLAB_USER}@lille.iot-lab.info exit
88+
- name: Fetch host key from IoT-LAB stasbourg site
89+
if: ${{ matrix.pytest_mark == 'iotlab_creds' }}
90+
run: |
91+
IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:)
92+
ssh -oStrictHostKeyChecking=accept-new \
93+
${IOTLAB_USER}@stasbourg.iot-lab.info exit
8694
- name: Checkout Release-Specs
8795
uses: actions/checkout@main
8896
with:

0 commit comments

Comments
 (0)