From 607ecace3758031683e740b5fb5dfd95cefad9ff Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 19 Apr 2023 16:54:53 +0200 Subject: [PATCH] Add a non-voting ubuntu arm64 build check job Adding it non-voting for the time being as the standard ubuntu build check job is also non-voting Change-Id: I3c166dca2db48546dd18f975ef761552f9d40cdc --- zuul.d/ironic-python-agent-builder-jobs.yaml | 9 ++++++++- zuul.d/project.yaml | 2 ++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/zuul.d/ironic-python-agent-builder-jobs.yaml b/zuul.d/ironic-python-agent-builder-jobs.yaml index 0bb1d52..45d7527 100644 --- a/zuul.d/ironic-python-agent-builder-jobs.yaml +++ b/zuul.d/ironic-python-agent-builder-jobs.yaml @@ -127,4 +127,11 @@ image_type: 'dib' image_distro: 'ubuntu' image_release: 'jammy' - dib_no_tmpfs: '1' \ No newline at end of file + 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 + vars: + image_target_name: ubuntu-arm64 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 9ed3947..ce6a102 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -17,6 +17,8 @@ # Non-voting jobs - ironic-python-agent-check-image-dib-ubuntu: voting: false + - ironic-python-agent-check-image-dib-ubuntu-arm64: + voting: false - ipa-tempest-bios-ipmi-direct-src: voting: false - ipa-tempest-ironic-inspector-src: