From 6c8db123034fbdd27cf9fbf1e8edc9645b5cac33 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 12 Feb 2025 09:41:12 +0100 Subject: [PATCH] end2endTest: pin run-iocsh==0.8.5 to avoid a breaking API change - removing the ioc_executable setting broke the OPCUA tests https://gitlab.esss.lu.se/ics-infrastructure/run-iocsh/-/merge_requests/15 --- .github/workflows/ci-build-open62541-linux.yml | 2 +- .github/workflows/ci-build-uasdk-linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build-open62541-linux.yml b/.github/workflows/ci-build-open62541-linux.yml index 1c110346..e3223db9 100644 --- a/.github/workflows/ci-build-open62541-linux.yml +++ b/.github/workflows/ci-build-open62541-linux.yml @@ -108,7 +108,7 @@ jobs: sudo apt-get update sudo apt-get -y install libfaketime faketime sudo pip3 install pytest opcua pyepics==3.5.6 - sudo pip3 install run-iocsh -i https://artifactory.esss.lu.se/artifactory/api/pypi/pypi-virtual/simple + sudo pip3 install run-iocsh==0.8.5 -i https://artifactory.esss.lu.se/artifactory/api/pypi/pypi-virtual/simple - name: Run end2end tests run: | python .ci/cue.py exec make -C end2endTest/server diff --git a/.github/workflows/ci-build-uasdk-linux.yml b/.github/workflows/ci-build-uasdk-linux.yml index 1346979b..ff2e5b12 100644 --- a/.github/workflows/ci-build-uasdk-linux.yml +++ b/.github/workflows/ci-build-uasdk-linux.yml @@ -122,7 +122,7 @@ jobs: sudo apt-get update sudo apt-get -y install libfaketime faketime sudo pip3 install pytest opcua pyepics==3.5.6 - sudo pip3 install run-iocsh -i https://artifactory.esss.lu.se/artifactory/api/pypi/pypi-virtual/simple + sudo pip3 install run-iocsh==0.8.5 -i https://artifactory.esss.lu.se/artifactory/api/pypi/pypi-virtual/simple - name: Run end2end tests run: | python .ci/cue.py exec make -C end2endTest/server