Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework integration-test setup #1150

Merged
merged 4 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions .github/integration/sda-s3-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,49 +208,6 @@ services:
- ./sda/config.yaml:/config.yaml
- shared:/shared

sync:
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
command: [ sda-sync ]
container_name: sync
depends_on:
credentials:
condition: service_completed_successfully
minio:
condition: service_healthy
postgres:
condition: service_healthy
rabbitmq:
condition: service_healthy
environment:
- BROKER_PASSWORD=sync
- BROKER_USER=sync
- BROKER_QUEUE=mapping_stream
- DB_PASSWORD=sync
- DB_USER=sync
restart: always
volumes:
- ./sda/config.yaml:/config.yaml
- shared:/shared

sync-api:
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
command: [ sda-syncapi ]
container_name: sync-api
depends_on:
credentials:
condition: service_completed_successfully
rabbitmq:
condition: service_healthy
environment:
- BROKER_PASSWORD=sync
- BROKER_USER=sync
- BROKER_EXCHANGE=sda.dead
ports:
- "18080:8080"
restart: always
volumes:
- ./sda/config.yaml:/config.yaml

oidc:
container_name: oidc
command:
Expand Down Expand Up @@ -398,10 +355,6 @@ services:
condition: service_started
s3inbox:
condition: service_started
sync:
condition: service_started
sync-api:
condition: service_started
verify:
condition: service_started
api:
Expand Down
Loading
Loading