From 571e1e86600b7741a9ec52efcded85b976d6787c Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 27 Oct 2025 16:54:15 -0700 Subject: [PATCH] CI: make multinode runtime check sane Its complicated, but basically because we run full size VMs which take a while to boot, the multinode tests need a bit more than 600 seconds to deploy a node. They can get there in just about that time and even sometimes beat the time window, but sometimes the job times out internally and kills the test run. This changes the time to be 2000 seconds, which is more consistent across other jobs. Independently, the defaults in the tempest plugin will need to be made sane. Change-Id: I890d551122489e5a0b3162f08dbc10270968fb00 Signed-off-by: Julia Kreger --- zuul.d/ironic-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 253cf697dbc..fafa03cb272 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -829,7 +829,7 @@ IRONIC_PROVISION_NETWORK_NAME: ironic-provision IRONIC_PROVISION_SUBNET_GATEWAY: 10.0.5.1 IRONIC_PROVISION_SUBNET_PREFIX: 10.0.5.0/24 - IRONIC_TEMPEST_BUILD_TIMEOUT: 600 + IRONIC_TEMPEST_BUILD_TIMEOUT: 2000 IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True IRONIC_USE_LINK_LOCAL: True IRONIC_VM_COUNT: 1