Fix build-image job parent

The build-image job parent was set to tripleo-ci-base but should be
configured to tripleo-ci-base-singlenode as it is a single node job.
Additionally the tripleo-ci-base does not contain the environment_type
or environment_infra variables which are needed for the tripleo-ci post
in https://review.openstack.org/#/c/618669/

Change-Id: Idc982352b9c8f0024715479f3905a3c44d879a85
This commit is contained in:
Alex Schultz 2018-12-05 16:53:34 -07:00 committed by Sorin Sbarnea
parent 859bc78a8e
commit 373044d9b2
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
- job:
name: tripleo-buildimage-ironic-python-agent-centos-7
parent: tripleo-ci-base
parent: tripleo-ci-base-singlenode
run: playbooks/tripleo-buildimage/run-v3.yaml
post-run: playbooks/tripleo-buildimage/post.yaml
timeout: 4200
@ -45,7 +45,7 @@
- job:
name: tripleo-buildimage-overcloud-full-centos-7
parent: tripleo-ci-base
parent: tripleo-ci-base-singlenode
run: playbooks/tripleo-buildimage/run-v3.yaml
post-run: playbooks/tripleo-buildimage/post.yaml
timeout: 4200
@ -70,7 +70,7 @@
- job:
name: tripleo-buildimage-overcloud-hardened-full-centos-7
parent: tripleo-ci-base
parent: tripleo-ci-base-singlenode
run: playbooks/tripleo-buildimage/run-v3.yaml
post-run: playbooks/tripleo-buildimage/post.yaml
timeout: 4200