From 67d7ff3dabdb6c00803448f12d8bf814ace9e3a2 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 11 Jul 2024 15:52:56 -0700 Subject: [PATCH] Run functest jobs on bookworm We were running these test jobs on bullseye which is getting a bit old. Additionally, it seems that the debootstrap on bullseye may not be able to build jammy on arm64? Attempt to address that via executing on a newer platform. Change-Id: I54195c3f4500dcbcb92c5abb2a14f3078b2461dc --- .zuul.d/jobs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index 2c7c5531a..0c7a5e3fd 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -18,7 +18,7 @@ description: | This is the base set of stable tests parent: dib-functests-base - nodeset: debian-bullseye + nodeset: debian-bookworm vars: dib_functests: - containerfile/jammy-build-succeeds @@ -42,7 +42,7 @@ name: dib-functests-arm64-deb description: | ARM64 build tests (Debian-like distros) - nodeset: debian-bullseye-arm64 + nodeset: debian-bookworm-arm64 parent: dib-functests-base vars: dib_functests: @@ -55,7 +55,7 @@ name: dib-functests-arm64-rpm description: | ARM64 build tests (RPM-like distros) - nodeset: debian-bullseye-arm64 + nodeset: debian-bookworm-arm64 parent: dib-functests-base vars: dib_functests: