Skip to content

Commit

Permalink
add job name and fix mergify ci-passed rule (#499)
Browse files Browse the repository at this point in the history
Signed-off-by: huanghaoyuanhhy <[email protected]>
  • Loading branch information
huanghaoyuanhhy authored Jan 10, 2025
1 parent 118efc4 commit 76d0579
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ pull_request_rules:

- name: Test passed for code changed-main
conditions:
- check-success=test-backup-restore-cross-version
- check-success=test-backup-restore-after-upgrade
- check-success=test-backup-restore-cli
- check-success=test-backup-restore-api
- check-success=Backup and restore cross version
- check-success=Backup and restore after upgrade
- check-success=Backup and restore with rbac config
- check-success=Backup and restore cli
- check-success=Backup and restore api
actions:
label:
add:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ concurrency:

jobs:
test-backup-restore-cross-version:
name: Backup and restore cross version
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -156,6 +157,7 @@ jobs:
python example/verify_data.py
test-backup-restore-after-upgrade:
name: Backup and restore after upgrade
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -249,6 +251,7 @@ jobs:
test-backup-restore-cli:
name: Backup and restore cli
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -383,6 +386,7 @@ jobs:
python example/verify_data.py
test-backup-restore-with-rbac-config:
name: Backup and restore with rbac config
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -526,6 +530,7 @@ jobs:
test-backup-restore-api:
name: Backup and restore api
runs-on: ubuntu-latest
needs: test-backup-restore-cli
strategy:
Expand Down

0 comments on commit 76d0579

Please sign in to comment.