File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
run : |
74
74
# use latest stable version
75
75
~/.tiup/bin/tiup install tikv pd
76
- make tiup- v1ttl
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 &
77
77
while :; do
78
78
echo "waiting cluster to be ready"
79
79
[[ "$(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:
104
104
run : |
105
105
# use latest stable version
106
106
~/.tiup/bin/tiup install tikv pd
107
- make tiup
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 &
108
108
while :; do
109
109
echo "waiting cluster to be ready"
110
110
[[ "$(curl -I http://127.0.0.1:2379/pd/api/v1/regions 2>/dev/null | head -n 1 | cut -d$' ' -f2)" -ne "405" ]] || break
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ test: unit-test integration-test
33
33
doc :
34
34
cargo doc --workspace --exclude tikv-client-proto --document-private-items --no-deps
35
35
36
- tiup :
36
+ tiup-v1 :
37
37
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 &
38
38
39
39
tiup-v1ttl :
You can’t perform that action at this time.
0 commit comments