Skip to content

Commit

Permalink
Merge pull request #575 from red-hat-storage/sync_us--master
Browse files Browse the repository at this point in the history
Syncing latest changes from upstream master for rook
  • Loading branch information
travisn committed Feb 15, 2024
2 parents e828b65 + c2dc79c commit 9047f88
Show file tree
Hide file tree
Showing 11 changed files with 259 additions and 106 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/canary-integration-suite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Canary integration tests
on:
push:
tags:
- v*
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*
paths-ignore:
- "Documentation/**"
- "design/**"

defaults:
run:
# reference: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell
shell: bash --noprofile --norc -eo pipefail -x {0}

# cancel the in-progress workflow when PR is refreshed.
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
canary-tests:
uses: ./.github/workflows/canary-integration-test.yml
with:
ceph_images: '["quay.io/ceph/ceph:v18"]'
secrets: inherit
Loading

0 comments on commit 9047f88

Please sign in to comment.