generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI pipeline to enable 24.04 support. Change list: - `charmcraft.yaml` uses charmcraftst124 syntax to enable building on multiple bases - Charm now uses bin commands exposed though the snap: `opensearch.<bin-command>` - `tmpfiles` are now created inside the snap folders so the snap commands are able to access them - small fixes and additions on unit tests - update `juju` version that fixes storage and websockets issues ------------ TODO: After this PR, some tasks will need addressing: - [Migration of CI](https://warthogs.atlassian.net/browse/DPE-6251) to use charmcraft 3 support - [Provider tests bug with the app charm](https://warthogs.atlassian.net/browse/DPE-6252) --------- Co-authored-by: Raul Zamora <[email protected]>
- Loading branch information
Showing
16 changed files
with
626 additions
and
549 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@@ -2,7 +2,7 @@ | ||
# See LICENSE file for licensing details. | ||
|
||
type: charm | ||
-base: [email protected] | ||
+base: [email protected] | ||
platforms: | ||
amd64: | ||
parts: |
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 |
---|---|---|
|
@@ -2,13 +2,18 @@ | |
# See LICENSE file for licensing details. | ||
|
||
type: charm | ||
bases: | ||
- build-on: | ||
- name: "ubuntu" | ||
channel: "22.04" | ||
run-on: | ||
- name: "ubuntu" | ||
channel: "22.04" | ||
# base: [email protected] | ||
# platforms: | ||
# amd64: | ||
# Use upcoming ST124 syntax | ||
# To pack this charm, a temporary compatibility wrapper https://github.com/canonical/charmcraftst124 | ||
# is required until ST124 support is added to charmcraft | ||
# (ST124 syntax is needed to enable multi-base charms with Ubuntu 24.04. We use ST124 syntax across | ||
# all of our charms [even those that aren't multi base] for consistency and to simplify CI/CD | ||
# maintenance & tooling) | ||
platforms: | ||
[email protected]:amd64: | ||
[email protected]:amd64: | ||
parts: | ||
files: | ||
plugin: dump | ||
|
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
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
Oops, something went wrong.