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
This commit is contained in:
Riccardo Pittau 2023-04-05 11:39:24 +02:00
parent 5cb6910043
commit 8cad404502
1 changed files with 3 additions and 2 deletions

View File

@ -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'