Skip to content

Commit

Permalink
CI: upgrade UU MSVC for rc-1.9.5
Browse files Browse the repository at this point in the history
Upgrade UU microservices to v1.2.0 for testing the release
candidate version of Yoda 1.9.5, since it works with a different
microservices version than we currently have in the Docker image.
  • Loading branch information
stsnel committed Dec 5, 2024
1 parent db3e2f8 commit 5dd56e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/api-and-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
docker exec provider.yoda sh -c "set -x ; cd /etc/irods/yoda-ruleset && sudo -u irods git checkout ${{ steps.extract_branch.outputs.branch }} && sudo -u irods python -m pip --no-cache-dir install --user -r /etc/irods/yoda-ruleset/requirements.txt && sudo -u irods make && sudo -u irods make install"
docker exec provider.yoda sh -c "set -x ; sudo -u irods /var/lib/irods/irodsctl restart"
- name: Upgrade UU microservices for testing the RC version of Yoda 1.9.5
if: github.ref == 'refs/heads/rc-1.9.5'
shell: bash
run: |
docker exec provider.yoda sh -c 'set -x ; sudo yum remove -y irods-uu-microservices ; sudo wget https://github.com/UtrechtUniversity/irods-uu-microservices/releases/download/v1.2.0/irods-uu-microservices-4.2.12_1.2.0-0.rpm ; sudo rpm -ivh irods-uu-microservices-4.2.12_1.2.0-0.rpm'
- name: Pull and install latest version of portal
shell: bash
run: |
Expand Down

0 comments on commit 5dd56e4

Please sign in to comment.