From 1142ef0d98146ff35fe1ac03a0be0b3938b4f837 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 30 Oct 2024 14:11:42 -0700 Subject: [PATCH] Remove nodeset specifier from image jobs The default is ubuntu-noble, so remove it to match what we do with the other Zuul projects. Change-Id: I2b4788cad44079789573f124ddf6489f6c0625e8 --- .zuul.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 02e4974..285fd7a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -38,7 +38,6 @@ - python-builder-3.11-bullseye-container-image - python-base-3.11-bullseye-container-image provides: zuul-registry-container-image - nodeset: ubuntu-noble vars: &image_vars promote_container_image_method: intermediate-registry promote_container_image_job: zuul-registry-upload-image @@ -60,7 +59,6 @@ allowed-projects: zuul/zuul-registry run: playbooks/functional-test/run.yaml post-run: playbooks/functional-test/post.yaml - nodeset: ubuntu-noble secrets: name: container_registry_credentials secret: zuul-registry-registry-credentials