Remove parent relationship for docker gates

It seems we may not be able to use child job secrets in parent-defined
playbooks.

Change-Id: Ib31e87168b4490fdf809f5bae60f26d75e0ab3b4
This commit is contained in:
Mark Burnett 2018-05-24 14:47:18 -05:00
parent c1d59bb8c8
commit a119440109
1 changed files with 3 additions and 6 deletions

View File

@ -31,13 +31,9 @@
nodeset: openstack-helm-single-node
- job:
name: airship-docker-build-base
name: airship-docker-build-gate
run: tools/gate/playbooks/docker-image-build.yaml
nodeset: ubuntu-xenial
- job:
name: airship-docker-build-gate
parent: airship-docker-build-base
vars:
publish: false
tags:
@ -46,7 +42,8 @@
- job:
name: airship-docker-build-post
parent: airship-docker-build-base
run: tools/gate/playbooks/docker-image-build.yaml
nodeset: ubuntu-xenial
secrets:
- airship_dockerhub_creds
vars: