This is an automated email from the ASF dual-hosted git repository.
gxd pushed a commit to branch tikv_test_planner
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/tikv_test_planner by this push:
new e117cf8d7 ci(services/tikv): update tiup playground version
e117cf8d7 is described below
commit e117cf8d732f57e2cd61988212b3c59b1ac6e79d
Author: G-XD <[email protected]>
AuthorDate: Thu Nov 16 01:38:51 2023 +0800
ci(services/tikv): update tiup playground version
---
.github/services/tikv/tikv/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/services/tikv/tikv/action.yml
b/.github/services/tikv/tikv/action.yml
index 9e20ef1fa..5e7e36653 100644
--- a/.github/services/tikv/tikv/action.yml
+++ b/.github/services/tikv/tikv/action.yml
@@ -30,7 +30,7 @@ runs:
working-directory: fixtures/tikv
run: |
~/.tiup/bin/tiup install tikv:v7.3.0 pd:v7.3.0
- ~/.tiup/bin/tiup playground --mode tikv-slim --kv 3 --without-monitor
--kv.config tikv.toml --pd.config pd.toml &
+ ~/.tiup/bin/tiup playground v7.3.0 --mode tikv-slim --kv 3
--without-monitor --kv.config tikv.toml --pd.config pd.toml &
while :; do
echo "waiting cluster to be ready"
[[ "$(curl -I http://127.0.0.1:2379/pd/api/v1/regions 2>/dev/null |
head -n 1 | cut -d$' ' -f2)" -ne "405" ]] || break