commit 5c99f60083cb6643edf9813c7e0ec54c192af04d Author: Riccardo Pittau Date: Tue Oct 6 17:43:03 2020 +0200 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 diff --git a/zuul.d/ironic-python-agent-jobs.yaml b/zuul.d/ironic-python-agent-jobs.yaml index 3057da7..a7754e0 100644 --- a/zuul.d/ironic-python-agent-jobs.yaml +++ b/zuul.d/ironic-python-agent-jobs.yaml @@ -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