generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor adjustments while standarding shared code with the router vm ch…
…arm (#339) ## Issue While standardizing code in the router vm charm (canonical/mysql-router-operator#182), there were small minor adjustments that needed to be made in the code in this repo ## Solution Propagate appropriate changes
- Loading branch information
1 parent
cb486eb
commit f5e80bd
Showing
5 changed files
with
14 additions
and
23 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 |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
|
||
build: | ||
name: Build charm | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1 | ||
with: | ||
cache: true | ||
|
||
|
@@ -96,7 +96,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].1 | ||
with: | ||
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} | ||
architecture: ${{ matrix.architecture }} | ||
|
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 |
---|---|---|
|
@@ -15,14 +15,14 @@ jobs: | |
|
||
build: | ||
name: Build charm | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1 | ||
|
||
release: | ||
name: Release charm | ||
needs: | ||
- ci-tests | ||
- build | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1 | ||
with: | ||
channel: 8.0/edge | ||
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
jobs: | ||
sync-docs: | ||
name: Sync docs from Discourse | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1 | ||
with: | ||
reviewers: a-velasco,izmalk | ||
permissions: | ||
|
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