File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 ""
You can’t perform that action at this time.
0 commit comments