Skip to content

Commit f342b85

Browse files
Merge pull request #272 from code0-tech/pyxis/update/aquila
Update aquila version to 1cf9ca5e6ec
2 parents 77f7572 + 5965dcf commit f342b85

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
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

versions/aquila

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
155149971ed49c640327d22e4413258c5c95fbe4
1+
1cf9ca5e6ecab1e6e84b3720af41438a2c6ffb6f

0 commit comments

Comments
 (0)