df934b2649
Summary of changes: - Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update config to default to caracal. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests - Update constraints file from -2024.1.txt to -noble.txt - Add charmbuild to .zuul.yaml - Add TEST_JUJU3=1 to tox.ini to force Juju 3 Change-Id: I915bf4647e523a9c6f90c2549eab460c0c4cd23c
14 lines
409 B
YAML
14 lines
409 B
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs-py310
|
|
# More work is needed on the functional jobs; they can't pass at the
|
|
# moment as they need to set up hardware which isn't implemented yet.
|
|
# See LP: #1922214
|
|
# - charm-functional-jobs
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: manila-netapp
|
|
build_type: charmcraft
|
|
charmcraft_channel: 3.x/stable
|
|
|