From a5a737e3886857c26ccd25596d451c7751cf4ad3 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 5 Apr 2023 09:58:13 -0700 Subject: Set ironic-grenade to wait 120 seconds Launching test VMs can take a while, and grenade can fail if the VM's networking is not quite online in under sixty seconds. As such, it is reasonable to use a larger window so the failure rate of ironic-grenade will hopefully decline. Depends-On: https://review.opendev.org/c/openstack/grenade/+/879674 Change-Id: I07aead4b09ccb7e427a0d3d04e7a580cf4b00a95 --- zuul.d/ironic-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index ca1757417..d2e91875f 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -896,6 +896,7 @@ SWIFT_TEMPURL_KEY: secretkey EBTABLES_RACE_FIX: True LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images + INSTANCE_WAIT: 120 old: IRONIC_VM_LOG_DIR: '{{ devstack_bases.old }}/ironic-bm-logs' grenade_localrc: -- cgit v1.2.1