Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
13 changes: 13 additions & 0 deletions .gitlab/ci/container-boot.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,16 @@ container:boot:aquila:
- docker compose logs aquila -f &
- support/grpc_check_health --host docker:8081 --service liveness --retries 20
- support/grpc_check_health --host docker:8081 --service readiness --retries 20

container:boot:taurus:
extends:
- .container:boot
needs:
- container:taurus
script:
- bundle install
- docker compose up nats -d
- docker compose up taurus -d
- docker compose logs taurus -f &
- support/grpc_check_health --host docker:8082 --service liveness --retries 20
- support/grpc_check_health --host docker:8082 --service readiness --retries 20
12 changes: 12 additions & 0 deletions support/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,17 @@ services:
ports:
- "8081:8081"

taurus:
image: ghcr.io/code0-tech/reticulum/ci-builds/taurus:${CI_PIPELINE_ID}
networks:
- boot
environment:
NATS_URL: nats://nats:4222
WITH_HEALTH_SERVICE: "true"
GRPC_HOST: 0.0.0.0
GRPC_PORT: "8082"
ports:
- "8082:8082"

networks:
boot:
3 changes: 2 additions & 1 deletion support/download_projects
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

set -e

source scripts/helpers.sh
source support/helpers.sh

rm -rf projects/*
mkdir -p projects

download_project aquila
download_project draco
download_project sagittarius
download_project taurus
2 changes: 1 addition & 1 deletion versions/taurus
Original file line number Diff line number Diff line change
@@ -1 +1 @@
52f3377976256b2462242d6858d7df63c21bb121
28402c1af65bd6df71061a38509621fa6cecdff3