Skip to content

Commit ebed8bf

Browse files
committed
use latest tikv stable version
Signed-off-by: haojinming <jinming.hao@pingcap.com>
1 parent 70006ae commit ebed8bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ jobs:
8888
run: curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh
8989
- name: start tiup playground
9090
run: |
91-
~/.tiup/bin/tiup install tikv:nightly pd:nightly
92-
~/.tiup/bin/tiup playground nightly --mode tikv-slim --kv 3 --without-monitor --kv.config config/tikv.toml --pd.config config/pd.toml &
91+
# use latest stable version
92+
~/.tiup/bin/tiup install tikv pd
93+
~/.tiup/bin/tiup playground --mode tikv-slim --kv 3 --without-monitor --kv.config config/tikv.toml --pd.config config/pd.toml &
9394
while :; do
9495
echo "waiting cluster to be ready"
9596
[[ "$(curl -I http://127.0.0.1:2379/pd/api/v1/regions 2>/dev/null | head -n 1 | cut -d$' ' -f2)" -ne "405" ]] || break

0 commit comments

Comments
 (0)