diff --git a/releasenotes/notes/debian-arm64-fc3cc4949e3100d9.yaml b/releasenotes/notes/debian-arm64-fc3cc4949e3100d9.yaml new file mode 100644 index 0000000..415c297 --- /dev/null +++ b/releasenotes/notes/debian-arm64-fc3cc4949e3100d9.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + We now build and publish diskimage-builder debian based image on arm64. diff --git a/zuul.d/ironic-python-agent-builder-jobs.yaml b/zuul.d/ironic-python-agent-builder-jobs.yaml index 0e14993..9d3bb66 100644 --- a/zuul.d/ironic-python-agent-builder-jobs.yaml +++ b/zuul.d/ironic-python-agent-builder-jobs.yaml @@ -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 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 6d945ed..146f72e 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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: