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
This commit is contained in:
@@ -127,4 +127,11 @@
|
|||||||
image_type: 'dib'
|
image_type: 'dib'
|
||||||
image_distro: 'ubuntu'
|
image_distro: 'ubuntu'
|
||||||
image_release: 'jammy'
|
image_release: 'jammy'
|
||||||
dib_no_tmpfs: '1'
|
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
|
||||||
|
@@ -17,6 +17,8 @@
|
|||||||
# Non-voting jobs
|
# Non-voting jobs
|
||||||
- ironic-python-agent-check-image-dib-ubuntu:
|
- ironic-python-agent-check-image-dib-ubuntu:
|
||||||
voting: false
|
voting: false
|
||||||
|
- ironic-python-agent-check-image-dib-ubuntu-arm64:
|
||||||
|
voting: false
|
||||||
- ipa-tempest-bios-ipmi-direct-src:
|
- ipa-tempest-bios-ipmi-direct-src:
|
||||||
voting: false
|
voting: false
|
||||||
- ipa-tempest-ironic-inspector-src:
|
- ipa-tempest-ironic-inspector-src:
|
||||||
|
Reference in New Issue
Block a user