File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments