Merge "Add a non-voting ubuntu arm64 build check job"
This commit is contained in:
commit
4969f5a1f4
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user