From b1af22174b87960ee929af0082a9fc664b9e53ab Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 28 Oct 2021 12:02:56 +0200 Subject: [PATCH] Build and publish arm64 debian based ipa ramdisk Change-Id: Ic9a79fe9192ae09b13d7722dd5735ffc7709ce38 --- .../notes/debian-arm64-fc3cc4949e3100d9.yaml | 4 ++++ zuul.d/ironic-python-agent-builder-jobs.yaml | 14 ++++++++++++++ zuul.d/project.yaml | 4 ++++ 3 files changed, 22 insertions(+) create mode 100644 releasenotes/notes/debian-arm64-fc3cc4949e3100d9.yaml 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: