Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,20 @@ jobs:
secrets: inherit
permissions:
contents: write # Needed for Allure Report


release-to-test-branch:
name: Release charm to test branch
needs:
- lint
- unit-test
- alert-test
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm_pr.yaml@v40.0.2
with:
track: 16
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
secrets:
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
permissions:
contents: write # Needed to create git tags
1 change: 1 addition & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
with:
pattern: ${{ inputs.artifact-prefix }}-*
merge-multiple: true

- name: Run spread job
timeout-minutes: 180
id: spread
Expand Down
Loading
Loading