Skip to content

Commit d5e031a

Browse files
committed
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
1 parent c255da8 commit d5e031a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/inventory/group_vars/all/zuul-operator-nodepool

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ zuul_operator_nodepool_yaml:
208208
boot-from-volume: true
209209
console-log: True
210210
cloud-image: ubuntu-noble-tenks
211-
flavor-name: general.v1.medium
211+
flavor-name: ci.v1.medium
212212
key-name: zuul-ci
213213
userdata: |-
214214
#cloud-config
@@ -228,7 +228,7 @@ zuul_operator_nodepool_yaml:
228228
boot-from-volume: true
229229
console-log: True
230230
cloud-image: rocky-9-tenks
231-
flavor-name: general.v1.medium
231+
flavor-name: ci.v1.medium
232232
key-name: zuul-ci
233233
userdata: |-
234234
#cloud-config

0 commit comments

Comments
 (0)