Skip to content

Commit 1b5e9f3

Browse files
committed
Bump CI cloudserver tag to 9.0.19
1 parent c209f68 commit 1b5e9f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/dockerfiles/ft/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ services:
2727
profiles: ['s3c']
2828
build:
2929
context: ../cloudserver
30+
args:
31+
CLOUDSERVER_IMAGE: "${CLOUDSERVER_IMAGE}"
3032
depends_on:
3133
- metadata
3234
ports:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
fail-fast: false
224224
matrix:
225225
profile: [ 's3c' ]
226-
cloudserver_tag: [ '7.70.47' ]
226+
cloudserver_tag: [ '9.0.19' ]
227227
steps:
228228
- name: Checkout
229229
uses: actions/checkout@v4
@@ -251,7 +251,7 @@ jobs:
251251
working-directory: .github/dockerfiles/ft
252252
- name: Create Zookeeper paths for tests with metadata
253253
run: |-
254-
# Setup zookeeper paths for backbeat like we do in federation
254+
# Setup zookeeper paths for backbeat like we do in federation
255255
docker exec ft-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat ""
256256
docker exec ft-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator ""
257257
docker exec ft-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator/raft-id-dispatcher ""

0 commit comments

Comments
 (0)