
* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml Change-Id: I506c53b4956024066bc769665525cb022438a0ae
29 lines
716 B
YAML
29 lines
716 B
YAML
charm_name: nova-compute-nvidia-vgpu
|
|
|
|
smoke_bundles:
|
|
- jammy-yoga
|
|
|
|
gate_bundles:
|
|
- jammy-yoga
|
|
|
|
dev_bundles:
|
|
- jammy-yoga
|
|
- jammy-zed
|
|
- kinetic-zed
|
|
|
|
configure:
|
|
- zaza.openstack.charm_tests.glance.setup.add_cirros_image
|
|
- zaza.openstack.charm_tests.glance.setup.add_lts_image
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
- zaza.openstack.charm_tests.neutron.setup.basic_overcloud_network
|
|
- zaza.openstack.charm_tests.nova.setup.create_flavors
|
|
- zaza.openstack.charm_tests.nova.setup.manage_ssh_key
|
|
|
|
tests:
|
|
- zaza.openstack.charm_tests.nova.tests.LTSGuestCreateTest
|
|
- zaza.openstack.charm_tests.nova.tests.NovaComputeNvidiaVgpuTest
|
|
|
|
tests_options:
|
|
force_deploy:
|
|
- kinetic-zed
|