generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* ceph test and empty bucket error handling * lint fixes * fix path * bump libs * reverted and add microceph as a job since reusable workflow cannot be nested * fix uceph action call * missing parameter * deprecated microceph action * removed load of envvars * picking up fix for github_secrets plugin * bumped dpw on workflows * removes unneeded variable
- Loading branch information
Showing
8 changed files
with
102 additions
and
51 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ on: | |
jobs: | ||
lint: | ||
name: Lint | ||
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v9.0.2 | ||
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v9.3.1 | ||
|
||
unit-test: | ||
name: Unit test charm | ||
|
@@ -49,14 +49,14 @@ jobs: | |
- name: Check libs | ||
uses: canonical/charming-actions/[email protected] | ||
with: | ||
credentials: ${{ secrets.CHARMHUB_TOKEN }} # FIXME: current token will expire in 2023-07-04 | ||
credentials: ${{ secrets.CHARMHUB_TOKEN }} | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
use-labels: false | ||
fail-build: ${{ github.event_name == 'pull_request' }} | ||
|
||
build: | ||
name: Build charm | ||
uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v9.0.2 | ||
uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v9.3.1 | ||
with: | ||
charmcraft-snap-channel: beta | ||
|
||
|
@@ -73,7 +73,7 @@ jobs: | |
- lint | ||
- unit-test | ||
- build | ||
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v9.0.2 | ||
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v9.3.1 | ||
with: | ||
artifact-name: ${{ needs.build.outputs.artifact-name }} | ||
cloud: lxd | ||
|
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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