File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373 run : |
7474 # use latest stable version
7575 ~/.tiup/bin/tiup install tikv pd
76- ~/.tiup/bin/tiup playground nightly --mode tikv-slim --kv 3 --without-monitor --kv.config $(shell pwd)/ config/tikv-v1ttl.toml --pd.config $(shell pwd)/ config/pd.toml &
76+ ~/.tiup/bin/tiup playground --mode tikv-slim --kv 3 --without-monitor --kv.config config/tikv-v1ttl.toml --pd.config config/pd.toml &
7777 while :; do
7878 echo "waiting cluster to be ready"
7979 [[ "$(curl -I http://127.0.0.1:2379/pd/api/v1/regions 2>/dev/null | head -n 1 | cut -d$' ' -f2)" -ne "405" ]] || break
@@ -104,7 +104,7 @@ jobs:
104104 run : |
105105 # use latest stable version
106106 ~/.tiup/bin/tiup install tikv pd
107- ~/.tiup/bin/tiup playground nightly --mode tikv-slim --kv 3 --without-monitor --kv.config $(shell pwd)/ config/tikv-v1.toml --pd.config $(shell pwd)/ config/pd.toml &
107+ ~/.tiup/bin/tiup playground --mode tikv-slim --kv 3 --without-monitor --kv.config config/tikv-v1.toml --pd.config config/pd.toml &
108108 while :; do
109109 echo "waiting cluster to be ready"
110110 [[ "$(curl -I http://127.0.0.1:2379/pd/api/v1/regions 2>/dev/null | head -n 1 | cut -d$' ' -f2)" -ne "405" ]] || break
You can’t perform that action at this time.
0 commit comments