Use focal for tinyipa src jobs used by ipa-builder

We can use focal here but we need to disable dstat because of
https://bugs.launchpad.net/ubuntu/+source/dstat/+bug/1866619

Change-Id: I2c013e871fc56aa0077656dfc76de9aad6bed83f
This commit is contained in:
Riccardo Pittau
2020-10-06 17:43:03 +02:00
parent 13de98bd98
commit 5c99f60083

View File

@@ -155,19 +155,29 @@
IRONIC_BUILD_DEPLOY_RAMDISK: True
# used by ironic-python-agent-builder
# we can use focal here but we need to disable dstat because of
# https://bugs.launchpad.net/ubuntu/+source/dstat/+bug/1866619
- job:
name: ipa-tempest-bios-ipmi-direct-tinyipa-src
parent: ipa-tempest-bios-ipmi-direct-src
nodeset: openstack-single-node-focal
vars:
devstack_localrc:
IRONIC_RAMDISK_TYPE: tinyipa
IRONIC_VM_SPECS_RAM: 512
devstack_services:
dstat: false
# used by ironic-python-agent-builder
# we can use focal here but we need to disable dstat because of
# https://bugs.launchpad.net/ubuntu/+source/dstat/+bug/1866619
- job:
name: ipa-tempest-bios-ipmi-iscsi-tinyipa-src
parent: ipa-tempest-bios-ipmi-iscsi-src
nodeset: openstack-single-node-focal
vars:
devstack_localrc:
IRONIC_RAMDISK_TYPE: tinyipa
IRONIC_VM_SPECS_RAM: 512
devstack_services:
dstat: false