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:
@@ -155,19 +155,29 @@
|
|||||||
IRONIC_BUILD_DEPLOY_RAMDISK: True
|
IRONIC_BUILD_DEPLOY_RAMDISK: True
|
||||||
|
|
||||||
# used by ironic-python-agent-builder
|
# 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:
|
- job:
|
||||||
name: ipa-tempest-bios-ipmi-direct-tinyipa-src
|
name: ipa-tempest-bios-ipmi-direct-tinyipa-src
|
||||||
parent: ipa-tempest-bios-ipmi-direct-src
|
parent: ipa-tempest-bios-ipmi-direct-src
|
||||||
|
nodeset: openstack-single-node-focal
|
||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
IRONIC_RAMDISK_TYPE: tinyipa
|
IRONIC_RAMDISK_TYPE: tinyipa
|
||||||
IRONIC_VM_SPECS_RAM: 512
|
IRONIC_VM_SPECS_RAM: 512
|
||||||
|
devstack_services:
|
||||||
|
dstat: false
|
||||||
|
|
||||||
# used by ironic-python-agent-builder
|
# 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:
|
- job:
|
||||||
name: ipa-tempest-bios-ipmi-iscsi-tinyipa-src
|
name: ipa-tempest-bios-ipmi-iscsi-tinyipa-src
|
||||||
parent: ipa-tempest-bios-ipmi-iscsi-src
|
parent: ipa-tempest-bios-ipmi-iscsi-src
|
||||||
|
nodeset: openstack-single-node-focal
|
||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
IRONIC_RAMDISK_TYPE: tinyipa
|
IRONIC_RAMDISK_TYPE: tinyipa
|
||||||
IRONIC_VM_SPECS_RAM: 512
|
IRONIC_VM_SPECS_RAM: 512
|
||||||
|
devstack_services:
|
||||||
|
dstat: false
|
||||||
|
Reference in New Issue
Block a user