mirror of https://github.com/tikv/client-java.git
add more versions
Signed-off-by: Ping Yu <yuping@pingcap.com>
This commit is contained in:
parent
682c3c2a7a
commit
964c3bc5af
|
@ -31,7 +31,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
tikv_version: [v5.0.4]
|
||||
tikv_version: [v5.0.6, v5.3.4, v5.4.3]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
timeout 300 grep -q "PD Endpoints:" <(tail -f tiup-v1ttl.log)
|
||||
cat tiup-v1ttl.log
|
||||
echo "Wait for bootstrap"
|
||||
sleep 15s
|
||||
sleep 10s
|
||||
|
||||
# Start TiKV in APIV1
|
||||
touch tiup-v1.log
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
timeout 300 grep -q "PD Endpoints:" <(tail -f tiup-v1.log)
|
||||
cat tiup-v1.log
|
||||
echo "Wait for bootstrap"
|
||||
sleep 15s
|
||||
sleep 10s
|
||||
|
||||
# Get PD address
|
||||
echo "RAWKV_PD_ADDRESSES=127.0.0.1:2379" >> $GITHUB_ENV
|
||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
tikv_version: [v6.5.3]
|
||||
tikv_version: [v6.5.3, v7.1.1, nightly]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue