Skip to content

Commit

Permalink
Merge pull request rook#12948 from travisn/canary-kms-test-skip
Browse files Browse the repository at this point in the history
ci: Skip encryption pvc kms test if needed
  • Loading branch information
travisn authored Sep 26, 2023
2 parents 33f797b + 0a4ce46 commit ef487ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/canary-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
echo ${s5cmd_version} | grep -q "^v2.2.1" || {
echo " Error: the version of s5cmd version in the toolbox is not the expected v2.2.1 but ${s5cmd_version}"
exit 1
}
}
- name: check-ownerreferences
run: tests/scripts/github-action-helper.sh check_ownerreferences
Expand Down Expand Up @@ -1445,6 +1445,7 @@ jobs:

encryption-pvc-kms-ibm-kp:
runs-on: ubuntu-20.04
if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ef487ec

Please sign in to comment.