Reparent tripleo-buildimage-* to tripleo-ci-dsvm

All these jobs use "base" as the parent; but for example
tripleo-buildimage-overcloud-full-centos-7 calls
install-distro-packages.sh which is now copied in by jobs, rather than
being in the image [1]

I think these want to parent to tripleo-ci-dsvm, which parents to
legacy-dsvm-bsae, which will install scripts such as this correctly.

[1] https://review.openstack.org/#/c/542649/

Change-Id: I61d7d80929e913402ecb62cc44f8bd3101ff5784
This commit is contained in:
Ian Wienand 2018-02-12 12:06:58 +11:00
parent 7af8eb077a
commit 76cb67f684
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
- job:
name: tripleo-buildimage-ironic-python-agent-centos-7
parent: base
parent: tripleo-ci-dsvm
run: playbooks/tripleo-buildimage/run.yaml
post-run: playbooks/tripleo-buildimage/post.yaml
timeout: 4200
@ -41,7 +41,7 @@
- job:
name: tripleo-buildimage-overcloud-full-centos-7
parent: base
parent: tripleo-ci-dsvm
run: playbooks/tripleo-buildimage/run.yaml
post-run: playbooks/tripleo-buildimage/post.yaml
timeout: 4200
@ -64,7 +64,7 @@
- job:
name: tripleo-buildimage-overcloud-hardened-full-centos-7
parent: base
parent: tripleo-ci-dsvm
run: playbooks/tripleo-buildimage/run.yaml
post-run: playbooks/tripleo-build/post.yaml
timeout: 4200