-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2553976
commit 0158824
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ on: | |
jobs: | ||
lint: | ||
name: Lint | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5 | ||
|
||
lib-check: | ||
name: Check libraries | ||
|
@@ -35,7 +35,7 @@ jobs: | |
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728 | ||
touch requirements.txt | ||
- name: Check libs | ||
uses: canonical/charming-actions/check-libraries@2.6.2 | ||
uses: canonical/charming-actions/check-libraries@2.7.0 | ||
with: | ||
credentials: ${{ secrets.CHARMHUB_TOKEN }} | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -139,7 +139,7 @@ jobs: | |
- tests/integration/ha_tests/application_charm | ||
- tests/integration/relation_tests/application-charm | ||
name: Build charm | ${{ matrix.path }} | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5 | ||
with: | ||
path-to-charm-directory: ${{ matrix.path }} | ||
|
||
|
@@ -149,7 +149,7 @@ jobs: | |
- lint | ||
- unit-test | ||
- build | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5 | ||
with: | ||
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} | ||
cloud: microk8s | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728 | ||
touch requirements.txt | ||
- name: Check libs | ||
uses: canonical/charming-actions/check-libraries@2.6.2 | ||
uses: canonical/charming-actions/check-libraries@2.7.0 | ||
with: | ||
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate | ||
credentials: "${{ secrets.CHARMHUB_TOKEN }}" | ||
|
@@ -37,7 +37,7 @@ jobs: | |
name: Release charm | ||
needs: | ||
- ci-tests | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5 | ||
with: | ||
channel: 6/edge | ||
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }} | ||
|