Skip to content

Commit

Permalink
end2endTest: pin run-iocsh==0.8.5 to avoid a breaking API change
Browse files Browse the repository at this point in the history
- removing the ioc_executable setting broke the OPCUA tests
  https://gitlab.esss.lu.se/ics-infrastructure/run-iocsh/-/merge_requests/15
  • Loading branch information
ralphlange committed Feb 12, 2025
1 parent b351023 commit 6c8db12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-open62541-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-uasdk-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c8db12

Please sign in to comment.