Remove required-projects from job definition

Given that the parent is the functional job, which already
includes all the required roles, this is unnecessary and
only serves to slow down the test.

Change-Id: Iadcebc9eca9e279ea647a7a35bff5d00f82489f1
This commit is contained in:
Jesse Pretorius 2018-03-27 17:32:05 +01:00 committed by Jesse Pretorius (odyssey4me)
parent b5027d4bdf
commit 1416166a70
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
- job:
name: openstack-ansible-lxc-container-create
parent: openstack-ansible-cross-repo-functional
required-projects:
- name: openstack/openstack-ansible-lxc_container_create
vars:
osa_test_repo: "openstack/openstack-ansible-lxc_container_create"