Skip to content

Commit

Permalink
upgrade to irods v4.3.3 in ci (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 20, 2024
1 parent 32fce83 commit 9779951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ jobs:
--health-retries 10
ports:
- 5432:5432
# TODO: Remove temporary iRODS postgres server once on iRODS 4.3
postgres-irods:
image: postgres:11
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd "pg_isready -U postgres"
--health-interval 10s
--health-timeout 5s
--health-retries 10
redis:
image: redis
options: >-
Expand All @@ -45,12 +34,11 @@ jobs:
ports:
- 6379:6379
irods:
# TODO: Update image to 4.3 once its made default
image: ghcr.io/bihealth/irods-docker:4.2.11-1
image: ghcr.io/bihealth/irods-docker:4.3.3-wip
env:
IRODS_AUTHENTICATION_SCHEME: native
IRODS_DEFAULT_HASH_SCHEME: MD5
IRODS_ICAT_DBSERVER: postgres-irods # TODO: Use main postgres on 4.3
IRODS_ICAT_DBSERVER: postgres
IRODS_ICAT_DBUSER: postgres
IRODS_ICAT_DBPASS: postgres
IRODS_ZONE_NAME: sodarZone
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Changed
- Upgrade Python and Vue app dependencies (#1922, #1959)
- Unify base test class naming (#2001)
- Update ``Dockerfile`` for v1.0 upgrades (#2003, #2004)
- Upgrade to iRODS v4.3.3 in CI (#1815)
- **Irodsinfo**
- Update REST API versioning (#1936)
- **Landingzones**
Expand Down

0 comments on commit 9779951

Please sign in to comment.