From 5c99f60083cb6643edf9813c7e0ec54c192af04d Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 6 Oct 2020 17:43:03 +0200 Subject: [PATCH] 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 --- zuul.d/ironic-python-agent-jobs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zuul.d/ironic-python-agent-jobs.yaml b/zuul.d/ironic-python-agent-jobs.yaml index 3057da7c2..a7754e084 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