Skip to content

Commit

Permalink
add ci for release-keyspace-7.1 (tikv#157)
Browse files Browse the repository at this point in the history
Signed-off-by: zeminzhou <[email protected]>
  • Loading branch information
zeminzhou authored Aug 2, 2023
1 parent f8bf1d7 commit e095bc7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 21 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Check PD
on: [push, pull_request]
on:
push:
branches:
- release-7.1-keyspace
pull_request:
branches:
- release-7.1-keyspace
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
Expand Down
12 changes: 2 additions & 10 deletions .github/workflows/pd-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@ name: PD Test
on:
push:
branches:
- master
- release-4.0
- release-5.*
- release-6.*
- release-7.*
- release-7.1-keyspace
pull_request:
branches:
- master
- release-4.0
- release-5.*
- release-6.*
- release-7.*
- release-7.1-keyspace
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tso-consistency-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ on:
# Only run when the new code is merged into master.
push:
branches:
- master
- release-7.1-keyspace
pull_request:
branches:
- release-7.1-keyspace
jobs:
tso-consistency-test:
runs-on: ubuntu-latest
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/tso-function-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@ name: TSO Function Test
on:
push:
branches:
- master
- release-5.*
- release-6.*
- release-7.*
- release-7.1-keyspace
pull_request:
branches:
- master
- release-5.*
- release-6.*
- release-7.*
concurrency:
- release-7.1-keyspace
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
Expand Down

0 comments on commit e095bc7

Please sign in to comment.