Migrate charm to charmhub latest/edge track
Change-Id: Ice3345cb923e6e498043305dd181f4d9835d059f
This commit is contained in:
parent
c6e2abe8cb
commit
de30617b01
13
charmcraft.yaml
Normal file
13
charmcraft.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
type: charm
|
||||
|
||||
parts:
|
||||
charm:
|
||||
source: src/
|
||||
plugin: reactive
|
||||
build-snaps: [charm]
|
||||
|
||||
bases:
|
||||
- name: ubuntu
|
||||
channel: "20.04"
|
||||
architectures:
|
||||
- amd64
|
1
metadata.yaml
Symbolic link
1
metadata.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
src/metadata.yaml
|
@ -1,11 +1,10 @@
|
||||
- project:
|
||||
templates:
|
||||
- charm-yoga-unit-jobs
|
||||
- charm-unit-jobs-py38
|
||||
- charm-unit-jobs-py39
|
||||
check:
|
||||
jobs:
|
||||
- bionic
|
||||
- focal
|
||||
- hirsute
|
||||
- impish:
|
||||
voting: false
|
||||
- jammy:
|
||||
|
@ -12,8 +12,5 @@ peers:
|
||||
magpie:
|
||||
interface: magpie
|
||||
series:
|
||||
- bionic
|
||||
- focal
|
||||
- groovy
|
||||
- hirsute
|
||||
- impish
|
||||
|
@ -1,5 +0,0 @@
|
||||
series: hirsute
|
||||
applications:
|
||||
magpie:
|
||||
num_units: 3
|
||||
charm: magpie
|
@ -1,9 +1,7 @@
|
||||
charm_name: magpie
|
||||
|
||||
gate_bundles:
|
||||
- bionic
|
||||
- focal
|
||||
- hirsute
|
||||
- impish
|
||||
|
||||
dev_bundles:
|
||||
@ -21,6 +19,5 @@ tests:
|
||||
|
||||
tests_options:
|
||||
force_deploy:
|
||||
- hirsute
|
||||
- impish
|
||||
- jammy
|
||||
|
Loading…
Reference in New Issue
Block a user