Skip to content

Commit 5965dcf

Browse files
committed
Add runtime token for aquila boot test
1 parent d7aadd6 commit 5965dcf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitlab/ci/container-boot.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ container:boot:aquila:
6969
- docker ps --all
7070
- docker compose logs sagittarius-grpc -f &
7171
- support/grpc_check_health --host docker:50051 --service readiness --retries 20
72+
- >
73+
docker compose exec sagittarius-grpc bin/rails runner 'Runtime.create!(name: "Boot Test Runtime", token: "runtime_token")'
7274
- docker compose up aquila -d
7375
- docker compose logs aquila -f &
7476
- support/grpc_check_health --host docker:8081 --service liveness --retries 20

support/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ services:
6060
WITH_HEALTH_SERVICE: "true"
6161
GRPC_HOST: 0.0.0.0
6262
SAGITTARIUS_URL: http://sagittarius-grpc:50051
63+
RUNTIME_TOKEN: runtime_token
6364
ports:
6465
- "8081:8081"
6566

0 commit comments

Comments
 (0)