Only require-projects openstack-infra/nodepool for src jobs

Because we pip install released versions of nodepool, there is no need
to require openstack-infra/nodepool on non src jobs.

Change-Id: I846bfdbdc2584c9bd97312accd60148ea1f29d1b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-12 20:59:29 -04:00
parent 407d827893
commit 38affb57d6
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,6 @@
name: ansible-role-nodepool-base
run: tests/playbooks/run.yaml
post-run: tests/collect-logs.yaml
required-projects:
- name: openstack-infra/nodepool
roles:
- zuul: openstack/ansible-role-nodepool
@ -31,6 +29,8 @@
- job:
name: ansible-role-nodepool-src
parent: ansible-role-nodepool-base
required-projects:
- name: openstack-infra/nodepool
vars:
nodepool_git_update: false
nodepool_install_method: git