mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge #20007
20007: release-test.yml: Add stasbourg creds r=miri64 a=MrKevinWeiss ### Contribution description This adds creds for stasbourg needed for the `openmote-b` tests in the release specs. ### Testing procedure Hmmm... I don't know how easy it is. I will try to link results of the workflow from my personal fork maybe? ### Issues/PRs references Needed for https://github.com/RIOT-OS/Release-Specs/pull/289 Co-authored-by: MrKevinWeiss <weiss.kevin604@gmail.com>
This commit is contained in:
commit
ad9e4e7077
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