From 6e316daf45032ce9a43e0c995ced2682c950cc3b Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 24 Jan 2018 16:52:00 -0800 Subject: [PATCH] Zuul: Remove project name Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I32868cec22149ec1c18fe2737a65e88d32bff531 --- .zuul.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 037e9a9ea8..0595b98400 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -46,7 +46,7 @@ - zuul: openstack-infra/openstack-zuul-jobs timeout: 7200 vars: - test_matrix_configs: ['neutron', 'tlsproxy'] + test_matrix_configs: [neutron, tlsproxy] devstack_localrc: DATABASE_PASSWORD: secretdatabase RABBIT_PASSWORD: secretrabbit @@ -154,7 +154,6 @@ run: playbooks/tox/run.yaml - project: - name: openstack-dev/devstack check: jobs: - devstack