Move jobs and DIB builds to ubuntu noble
Change-Id: Iafb7606d57e69a88a0dfe36673d1489820551ede
This commit is contained in:
parent
d6008a941d
commit
ef33cc89e7
@ -1,4 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
|
|
||||||
|
environment:
|
||||||
|
PIP_BREAK_SYSTEM_PACKAGES: 1
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- ensure-pip
|
- ensure-pip
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
|
|
||||||
|
environment:
|
||||||
|
PIP_BREAK_SYSTEM_PACKAGES: 1
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Create a target directory for raw images
|
- name: Create a target directory for raw images
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-build-image-base
|
name: ironic-python-agent-build-image-base
|
||||||
parent: publish-openstack-artifacts
|
parent: publish-openstack-artifacts
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-noble
|
||||||
pre-run: playbooks/ironic-python-agent-build-image/pre.yaml
|
pre-run: playbooks/ironic-python-agent-build-image/pre.yaml
|
||||||
run: playbooks/ironic-python-agent-build-image/run.yaml
|
run: playbooks/ironic-python-agent-build-image/run.yaml
|
||||||
post-run:
|
post-run:
|
||||||
@ -46,7 +46,7 @@
|
|||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-check-image-base
|
name: ironic-python-agent-check-image-base
|
||||||
parent: base
|
parent: base
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-noble
|
||||||
pre-run: playbooks/ironic-python-agent-build-image/pre.yaml
|
pre-run: playbooks/ironic-python-agent-build-image/pre.yaml
|
||||||
run: playbooks/ironic-python-agent-build-image/run.yaml
|
run: playbooks/ironic-python-agent-build-image/run.yaml
|
||||||
post-run: playbooks/ironic-python-agent-build-image/extra-logs.yaml
|
post-run: playbooks/ironic-python-agent-build-image/extra-logs.yaml
|
||||||
@ -133,13 +133,13 @@
|
|||||||
vars:
|
vars:
|
||||||
image_type: 'dib'
|
image_type: 'dib'
|
||||||
image_distro: 'ubuntu'
|
image_distro: 'ubuntu'
|
||||||
image_release: 'jammy'
|
image_release: 'noble'
|
||||||
dib_no_tmpfs: '1'
|
dib_no_tmpfs: '1'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-check-image-dib-ubuntu-arm64
|
name: ironic-python-agent-check-image-dib-ubuntu-arm64
|
||||||
parent: ironic-python-agent-check-image-dib-ubuntu
|
parent: ironic-python-agent-check-image-dib-ubuntu
|
||||||
nodeset: ubuntu-jammy-arm64
|
nodeset: ubuntu-noble-arm64
|
||||||
vars:
|
vars:
|
||||||
image_target_name: ubuntu-arm64
|
image_target_name: ubuntu-arm64
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user