Skip to content

Commit c46ea49

Browse files
committed
Add boot tests for each platform
1 parent eb1f66a commit c46ea49

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
extends:
33
- .dind
44
- .default-retry
5+
tags:
6+
- c0-$PLATFORM
57
stage: container:boot
6-
image: ghcr.io/code0-tech/build-images/reticulum-builder:227.1-ruby-3.4.7-amd64
8+
image: ghcr.io/code0-tech/build-images/reticulum-builder:227.1-ruby-3.4.7-$PLATFORM
79
variables:
810
COMPOSE_FILE: support/docker-compose.yml
11+
parallel:
12+
matrix:
13+
- PLATFORM:
14+
- amd64
15+
- arm64
916

1017
.container:boot:sagittarius:
1118
extends:
@@ -17,6 +24,9 @@
1724
- SAGITTARIUS_VARIANT:
1825
- ce
1926
- ee
27+
PLATFORM:
28+
- amd64
29+
- arm64
2030
before_script:
2131
- docker compose up postgres -d
2232
- docker compose up sagittarius-$SAGITTARIUS_SERVICE -d
@@ -86,6 +96,9 @@ container:boot:draco:
8696
matrix:
8797
- DRACO_VARIANT:
8898
- rest
99+
PLATFORM:
100+
- amd64
101+
- arm64
89102
script:
90103
- bundle install
91104
- docker compose up nats -d

0 commit comments

Comments
 (0)