Skip to content

Commit 2ee80a6

Browse files
committed
update cluster allocation for Jenkins
1 parent 27fca73 commit 2ee80a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/jenkins/test-with-cbdyncluster

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,15 @@ CLUSTER_ID=$(cbdyncluster allocate --num-nodes=3 --server-version=${CB_VERSION})
5454
SERVICES="kv,index,n1ql,fts"
5555
CB_BUCKET=default
5656
cbdyncluster setup ${CLUSTER_ID} \
57-
--bucket=${CB_BUCKET} \
5857
--storage-mode=plasma \
5958
${extra_options} \
6059
--node=${SERVICES} \
6160
--node=${SERVICES} \
6261
--node=${SERVICES}
62+
cbdyncluster add-bucket ${CLUSTER_ID} \
63+
--name default \
64+
--ram-quota 256 \
65+
--storage-backend couchstore
6366
sleep 30
6467
cbdyncluster ps -a
6568

0 commit comments

Comments
 (0)