From d5e031a0ebcdd2a675703998da2fd5e800d1501d Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Thu, 16 Apr 2026 12:52:23 +0100 Subject: [PATCH] Use CI flavors for tenks nodepool Check-review jobs are failing because the seed VM on in the tenks job is too slow. Pulp api interactions time out. 17 seconds to curl the api json spec on a highmem node 5 seconds on a gpu node --- ansible/inventory/group_vars/all/zuul-operator-nodepool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory/group_vars/all/zuul-operator-nodepool b/ansible/inventory/group_vars/all/zuul-operator-nodepool index 451ceff..5c07109 100644 --- a/ansible/inventory/group_vars/all/zuul-operator-nodepool +++ b/ansible/inventory/group_vars/all/zuul-operator-nodepool @@ -208,7 +208,7 @@ zuul_operator_nodepool_yaml: boot-from-volume: true console-log: True cloud-image: ubuntu-noble-tenks - flavor-name: general.v1.medium + flavor-name: ci.v1.medium key-name: zuul-ci userdata: |- #cloud-config @@ -228,7 +228,7 @@ zuul_operator_nodepool_yaml: boot-from-volume: true console-log: True cloud-image: rocky-9-tenks - flavor-name: general.v1.medium + flavor-name: ci.v1.medium key-name: zuul-ci userdata: |- #cloud-config