add more versions

Signed-off-by: Ping Yu <yuping@pingcap.com>
This commit is contained in:
Ping Yu 2023-10-03 18:31:10 +08:00
parent 682c3c2a7a
commit 964c3bc5af
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
tikv_version: [v5.0.4] tikv_version: [v5.0.6, v5.3.4, v5.4.3]
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -52,7 +52,7 @@ jobs:
timeout 300 grep -q "PD Endpoints:" <(tail -f tiup-v1ttl.log) timeout 300 grep -q "PD Endpoints:" <(tail -f tiup-v1ttl.log)
cat tiup-v1ttl.log cat tiup-v1ttl.log
echo "Wait for bootstrap" echo "Wait for bootstrap"
sleep 15s sleep 10s
# Start TiKV in APIV1 # Start TiKV in APIV1
touch tiup-v1.log touch tiup-v1.log
@ -60,7 +60,7 @@ jobs:
timeout 300 grep -q "PD Endpoints:" <(tail -f tiup-v1.log) timeout 300 grep -q "PD Endpoints:" <(tail -f tiup-v1.log)
cat tiup-v1.log cat tiup-v1.log
echo "Wait for bootstrap" echo "Wait for bootstrap"
sleep 15s sleep 10s
# Get PD address # Get PD address
echo "RAWKV_PD_ADDRESSES=127.0.0.1:2379" >> $GITHUB_ENV echo "RAWKV_PD_ADDRESSES=127.0.0.1:2379" >> $GITHUB_ENV

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
tikv_version: [v6.5.3] tikv_version: [v6.5.3, v7.1.1, nightly]
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2