Skip to content

Commit

Permalink
ci: fix mergify auto merge test names
Browse files Browse the repository at this point in the history
The test names must match exactly for the mergify
auto merge to complete successfully. Update two of
the test names to match the latest CI.

Signed-off-by: Travis Nielsen <[email protected]>
  • Loading branch information
travisn committed Mar 28, 2024
1 parent 1587897 commit 83b0179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ jobs:
with:
name: ${{ github.job }}-${{ matrix.ceph-image }}

encryption-pvc-kms-vault-k:
encryption-pvc-kms-vault-k8s-auth:
runs-on: ubuntu-20.04
if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')"
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ pull_request_rules:
- "check-success=docs-check"
- "check-success=pylint"
- "check-success=canary (quay.io/ceph/ceph:v18)"
- "check-success=raw-disk (quay.io/ceph/ceph:v18)"
- "check-success=raw-disk-with-object (quay.io/ceph/ceph:v18)"
- "check-success=two-osds-in-device (quay.io/ceph/ceph:v18)"
- "check-success=osd-with-metadata-partition-device (quay.io/ceph/ceph:v18)"
- "check-success=osd-with-metadata-device (quay.io/ceph/ceph:v18)"
Expand Down

0 comments on commit 83b0179

Please sign in to comment.