From 8cad404502ec975915127cf380b40633846cd394 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 5 Apr 2023 11:39:24 +0200 Subject: [PATCH] Move ubuntu jobs to jammy Remove focal support This is long due DO not use tmpfs to build the jammy image, use the disk space instead. This is to avoid increasing the tmpfs mounted partition, we have 80gb disk space available. Change-Id: I6d6ebbb217886ed0e65137b8c8f0825d97abec81 --- zuul.d/ironic-python-agent-builder-jobs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zuul.d/ironic-python-agent-builder-jobs.yaml b/zuul.d/ironic-python-agent-builder-jobs.yaml index bce5c1d..0bb1d52 100644 --- a/zuul.d/ironic-python-agent-builder-jobs.yaml +++ b/zuul.d/ironic-python-agent-builder-jobs.yaml @@ -45,7 +45,7 @@ - job: name: ironic-python-agent-check-image-base parent: base - nodeset: ubuntu-focal + nodeset: ubuntu-jammy pre-run: playbooks/ironic-python-agent-build-image/pre.yaml run: playbooks/ironic-python-agent-build-image/run.yaml post-run: playbooks/ironic-python-agent-build-image/extra-logs.yaml @@ -126,4 +126,5 @@ vars: image_type: 'dib' image_distro: 'ubuntu' - image_release: 'focal' + image_release: 'jammy' + dib_no_tmpfs: '1' \ No newline at end of file