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:
parent
8cad404502
commit
607ecace37
@ -127,4 +127,11 @@
|
||||
image_type: 'dib'
|
||||
image_distro: 'ubuntu'
|
||||
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
|
||||
- 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:
|
||||
|
Loading…
Reference in New Issue
Block a user