Move jobs and DIB builds to ubuntu noble

Change-Id: Iafb7606d57e69a88a0dfe36673d1489820551ede
This commit is contained in:
Riccardo Pittau 2024-12-20 10:39:07 +01:00
parent d6008a941d
commit ef33cc89e7
3 changed files with 12 additions and 5 deletions

View File

@ -1,4 +1,8 @@
- hosts: all
environment:
PIP_BREAK_SYSTEM_PACKAGES: 1
roles:
- ensure-pip

View File

@ -1,5 +1,8 @@
- hosts: all
environment:
PIP_BREAK_SYSTEM_PACKAGES: 1
tasks:
- name: Create a target directory for raw images

View File

@ -1,7 +1,7 @@
- job:
name: ironic-python-agent-build-image-base
parent: publish-openstack-artifacts
nodeset: ubuntu-jammy
nodeset: ubuntu-noble
pre-run: playbooks/ironic-python-agent-build-image/pre.yaml
run: playbooks/ironic-python-agent-build-image/run.yaml
post-run:
@ -46,7 +46,7 @@
- job:
name: ironic-python-agent-check-image-base
parent: base
nodeset: ubuntu-jammy
nodeset: ubuntu-noble
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
@ -133,13 +133,13 @@
vars:
image_type: 'dib'
image_distro: 'ubuntu'
image_release: 'jammy'
image_release: 'noble'
dib_no_tmpfs: '1'
- job:
name: ironic-python-agent-check-image-dib-ubuntu-arm64
parent: ironic-python-agent-check-image-dib-ubuntu
nodeset: ubuntu-jammy-arm64
nodeset: ubuntu-noble-arm64
vars:
image_target_name: ubuntu-arm64
@ -149,4 +149,4 @@
parent: openstack-tox
timeout: 7200
vars:
tox_envlist: codespell
tox_envlist: codespell