Build and publish arm64 debian based ipa ramdisk
Change-Id: Ic9a79fe9192ae09b13d7722dd5735ffc7709ce38
This commit is contained in:
parent
349e00e7cc
commit
b1af22174b
4
releasenotes/notes/debian-arm64-fc3cc4949e3100d9.yaml
Normal file
4
releasenotes/notes/debian-arm64-fc3cc4949e3100d9.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
We now build and publish diskimage-builder debian based image on arm64.
|
@ -150,6 +150,20 @@
|
||||
image_distro: 'debian-minimal'
|
||||
image_release: 'buster'
|
||||
|
||||
- job:
|
||||
name: ironic-python-agent-check-image-dib-debian-arm64
|
||||
parent: ironic-python-agent-check-image-dib-debian
|
||||
nodeset: debian-bullseye-arm64
|
||||
vars:
|
||||
image_target_name: debian-arm64
|
||||
|
||||
- job:
|
||||
name: ironic-python-agent-build-image-dib-debian-arm64
|
||||
parent: ironic-python-agent-build-image-dib-debian
|
||||
nodeset: debian-bullseye-arm64
|
||||
vars:
|
||||
image_target_name: debian-arm64
|
||||
|
||||
- job:
|
||||
name: ironic-python-agent-check-image-dib-debian-extra
|
||||
parent: ironic-python-agent-check-image-dib-debian
|
||||
|
@ -13,6 +13,7 @@
|
||||
- ironic-python-agent-check-image-dib-centos8-extra
|
||||
- ironic-python-agent-check-image-dib-centos7
|
||||
- ironic-python-agent-check-image-dib-debian
|
||||
- ironic-python-agent-check-image-dib-debian-arm64
|
||||
- ironic-python-agent-check-image-dib-debian-extra
|
||||
# Non-voting jobs
|
||||
- ironic-python-agent-check-image-dib-centos7-python3:
|
||||
@ -39,6 +40,7 @@
|
||||
- ironic-python-agent-check-image-dib-centos8-extra
|
||||
- ironic-python-agent-check-image-dib-centos7
|
||||
- ironic-python-agent-check-image-dib-debian
|
||||
- ironic-python-agent-check-image-dib-debian-arm64
|
||||
- ironic-python-agent-check-image-dib-debian-extra
|
||||
post:
|
||||
jobs:
|
||||
@ -49,6 +51,8 @@
|
||||
branches: master
|
||||
- ironic-python-agent-build-image-dib-debian:
|
||||
branches: master
|
||||
- ironic-python-agent-build-image-dib-debian-arm64:
|
||||
branches: master
|
||||
experimental:
|
||||
jobs:
|
||||
- ironic-python-agent-check-image-dib-centos9:
|
||||
|
Loading…
Reference in New Issue
Block a user