Skip to content

Commit

Permalink
ci(release): call Helm integration test (#2780)
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-codes authored Jun 21, 2024
1 parent 6d23f2b commit 03d539d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build-and-push:
name: Build and push Docker images
runs-on: ubuntu-latest
outputs:
releaseBranch: ${{ steps.determine_release_branch.outputs.releaseBranch }}
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -264,3 +266,12 @@ jobs:
bundle/default-bundle/target/connectors-bundle-sbom.xml
connectors-bundle-templates-${{ github.event.release.tag_name }}.tar.gz
connectors-bundle-templates-${{ github.event.release.tag_name }}.zip
helm-deploy:
needs: build-and-push
name: Run Helm Integration Tests
uses: ./.github/workflows/INTEGRATION_TEST.yml
secrets: inherit
with:
connectors-version: ${{ github.event.release.tag_name }}
release-branch: ${{ needs.build-and-push.outputs.releaseBranch }}

0 comments on commit 03d539d

Please sign in to comment.