Don't load config from github projects

These could wedge our config if we aren't careful, and we aren't
loading jobs from them right now, so be as conservative as possible.

Change-Id: I23bea968875ecb12f8cec5f81277cf3f3071f4f8
This commit is contained in:
James E. Blair 2018-03-02 11:52:56 +00:00
parent 80e333046a
commit c96ee4249e

View File

@ -1363,10 +1363,10 @@
- openstack/zun-ui
github:
untrusted-projects:
- gtest-org/ansible
- ansible/ansible:
# Only load jobs, not pipelines, projects or other objects.
include: job
- kubernetes-incubator/kubespray:
# Only load jobs, not pipelines, projects or other objects.
include: job
# Don't load any configuration from these projects because we
# don't gate them, so they could wedge our config.
- include: []
projects:
- gtest-org/ansible
- ansible/ansible
- kubernetes-incubator/kubespray