CI - remove unused required-projects

openstack/requirements is not used.
openstack/kolla is used conditionally when Zuul itself adds it
due to dependency.
No need to always clone the two repositories.

Change-Id: Iabfc25e2b4227ae227f06ab196ca544b02e7808f
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
This commit is contained in:
Radosław Piliszek 2019-06-20 18:28:04 +02:00
parent 23c27ed8bb
commit a1b8abcf85

View File

@ -7,9 +7,7 @@
attempts: 1 attempts: 1
timeout: 7200 timeout: 7200
required-projects: required-projects:
- openstack/kolla
- openstack/kolla-ansible - openstack/kolla-ansible
- openstack/requirements
irrelevant-files: irrelevant-files:
- ^.*\.rst$ - ^.*\.rst$
- ^doc/.* - ^doc/.*