9f9ebd832e
Also migrate test bundles to charmhub func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/700 Change-Id: I001b79506ed623f39b61b62db1f70f3829bb4bbb Co-authored-by: Aurelien Lourot <aurelien.lourot@canonical.com>
36 lines
708 B
YAML
36 lines
708 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: "20.04"
|
|
architectures:
|
|
- amd64
|
|
- s390x
|
|
- ppc64el
|
|
- arm64
|
|
run-on:
|
|
- name: ubuntu
|
|
channel: "20.04"
|
|
- name: ubuntu
|
|
channel: "21.10"
|