From 0cf0e283dbd2e3b1b619ee6f0f9375ef00ca8327 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 27 Mar 2018 17:32:05 +0100 Subject: [PATCH] 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 (cherry picked from commit 1416166a705f4f3eed9547aa86a899a777aec134) --- zuul.d/jobs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index dd774d22..675b16d4 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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"