067f4aea69
* sync charm-helpers to classic charms * change openstack-origin/source default to antelope * align testing with antelope * add new antelope bundles * add antelope bundles to tests.yaml * add antelope tests to osci.yaml and .zuul.yaml * update build-on and run-on bases Change-Id: I4645af85c618f3da2a9a8b4030e48ce25233a560
38 lines
860 B
YAML
38 lines
860 B
YAML
type: charm
|
|
|
|
parts:
|
|
charm:
|
|
after:
|
|
- update-certificates
|
|
charm-python-packages:
|
|
# NOTE(lourot): see
|
|
# * https://github.com/canonical/charmcraft/issues/551
|
|
- setuptools
|
|
build-packages:
|
|
- git
|
|
|
|
update-certificates:
|
|
plugin: nil
|
|
# See https://github.com/canonical/charmcraft/issues/658
|
|
override-build: |
|
|
apt update
|
|
apt install -y ca-certificates
|
|
update-ca-certificates
|
|
|
|
bases:
|
|
- build-on:
|
|
- name: ubuntu
|
|
channel: "22.04"
|
|
architectures:
|
|
- amd64
|
|
run-on:
|
|
- name: ubuntu
|
|
channel: "22.04"
|
|
architectures: [amd64, s390x, ppc64el, arm64]
|
|
- name: ubuntu
|
|
channel: "22.10"
|
|
architectures: [amd64, s390x, ppc64el, arm64]
|
|
- name: ubuntu
|
|
channel: "23.04"
|
|
architectures: [amd64, s390x, ppc64el, arm64]
|