From 9d61fc94c312d1bcbe58311a5bc34b2cb1e01d0d Mon Sep 17 00:00:00 2001 From: Liam Young Date: Thu, 27 Oct 2022 13:52:14 +0000 Subject: [PATCH] Pin jobs to focal The build job is currently failing on jammy in opendev (it is fine locally for me), so pin to focal while it is looked into. The failure appears to be running getent host snapcraft.io in the container fails which charmcraft uses to check that the container networking is ok. Change-Id: I099e90e273a07bd9440a0f1c49a25e031b3403a4 --- zuul.d/project-templates.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index fd0b0c6..d7a93a8 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -5,5 +5,7 @@ inside microk8s check: jobs: - - charmbuild - - zaza-smoke-test + - charmbuild: + nodeset: ubuntu-focal + - zaza-smoke-test: + nodeset: ubuntu-focal