From bb71167cdb8a5076ddcb578944ea496857120efc Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Tue, 5 May 2020 11:04:19 +0200 Subject: [PATCH] Fix grenade job - Add ipa-builder to grenade - Disabled smoke tests since they are not lightweight when using Ironic. - Using test_baremetal_introspection for the tempest run pos-upgrade. - added LIBVIRT_STORAGE_POOL_PATH since some cloud providers may not have enough disk space. - lowered the number of VMs to 3 (we don't have many tests) Change-Id: Ifee10541f369d5bc850ce3d92305810cd3eedd34 --- zuul.d/ironic-inspector-jobs.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zuul.d/ironic-inspector-jobs.yaml b/zuul.d/ironic-inspector-jobs.yaml index c662213e8..1af033d87 100644 --- a/zuul.d/ironic-inspector-jobs.yaml +++ b/zuul.d/ironic-inspector-jobs.yaml @@ -115,6 +115,7 @@ - openstack/ironic - openstack/ironic-inspector - openstack/ironic-tempest-plugin + - openstack/ironic-python-agent-builder - openstack/virtualbmc vars: grenade_devstack_localrc: @@ -133,7 +134,7 @@ IRONIC_INSPECTOR_BUILD_RAMDISK: False IRONIC_RAMDISK_TYPE: tinyipa IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False - IRONIC_VM_COUNT: 7 + IRONIC_VM_COUNT: 3 IRONIC_VM_EPHEMERAL_DISK: 1 IRONIC_VM_SPECS_RAM: 384 IRONIC_AUTOMATED_CLEAN_ENABLED: False @@ -141,8 +142,11 @@ Q_AGENT: openvswitch Q_ML2_TENANT_NETWORK_TYPE: vxlan EBTABLES_RACE_FIX: True + LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images old: IRONIC_VM_LOG_DIR: '{{ devstack_bases.old }}/ironic-bm-logs' + grenade_localrc: + BASE_RUN_SMOKE: False grenade_tempest_concurrency: 1 grenade_test_timeout: 2400 devstack_plugins: @@ -160,7 +164,7 @@ ironic-inspector: True tempest_plugins: - ironic-tempest-plugin - tempest_test_regex: smoke + tempest_test_regex: test_baremetal_introspection tox_envlist: all tempest_concurrency: 1 zuul_copy_output: