Add a job to test tinyipa in ussuri
We create a test job for the original check so that we can leave that untouched. This is to avoid override-checkout conflicts when the job runs on ipa in ussuri. Change-Id: I1d710b252b177c0364e6fa8a1407695feeb46927
This commit is contained in:
parent
8ca25903e5
commit
2e420cdd30
@ -155,7 +155,17 @@
|
|||||||
name: ironic-python-agent-check-image-tinyipa-ussuri
|
name: ironic-python-agent-check-image-tinyipa-ussuri
|
||||||
parent: ironic-python-agent-check-image-tinyipa
|
parent: ironic-python-agent-check-image-tinyipa
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
override-checkout: stable/ussuri
|
|
||||||
required-projects:
|
required-projects:
|
||||||
- name: openstack/ironic-python-agent-builder
|
- name: openstack/ironic-python-agent-builder
|
||||||
override-checkout: 2.2.0
|
override-checkout: 2.2.0
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: ironic-python-agent-test-image-tinyipa-ussuri
|
||||||
|
parent: ironic-python-agent-check-image-tinyipa-ussuri
|
||||||
|
required-projects:
|
||||||
|
- name: openstack/ironic-python-agent
|
||||||
|
override-checkout: stable/ussuri
|
||||||
|
- name: openstack/requirements
|
||||||
|
override-checkout: stable/ussuri
|
||||||
|
vars:
|
||||||
|
ipa_branch_path: "stable-ussuri"
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
voting: false
|
voting: false
|
||||||
- tripleo-buildimage-ironic-python-agent-centos-8:
|
- tripleo-buildimage-ironic-python-agent-centos-8:
|
||||||
voting: false
|
voting: false
|
||||||
- ironic-python-agent-check-image-tinyipa-ussuri:
|
- ironic-python-agent-test-image-tinyipa-ussuri:
|
||||||
voting: false
|
voting: false
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user