From 9ec8c6525663212b309bef728afc005cde3f5aea Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 11 Mar 2018 17:40:49 +0100 Subject: [PATCH] Fix functional jobs Reenable the functional jobs, they used a non-existing job name due to a wrong conflict resolution. The openstack-functional jobs are the right jobs for this purpose. Change-Id: I7d0fbe498e81e32fbd65c43029ae366520a330eb Co-Authored-By: Michael Johnson --- zuul.d/projects.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 31852b3892..22dcf993a1 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -11,14 +11,14 @@ - neutron-lbaasv2-dsvm-py3x-scenario: branches: ^(?!stable/ocata).*$ voting: false - - octavia-tox-functional: + - openstack-tox-functional: irrelevant-files: - ^.*\.rst$ - ^api-ref/.*$ - ^doc/.*$ - ^etc/.*$ - ^releasenotes/.*$ - - octavia-tox-functional-py35: + - openstack-tox-functional-py35: branches: ^(?!stable/ocata).*$ irrelevant-files: - ^.*\.rst$ @@ -37,14 +37,14 @@ gate: queue: octavia jobs: - - octavia-tox-functional: + - openstack-tox-functional: irrelevant-files: - ^.*\.rst$ - ^api-ref/.*$ - ^doc/.*$ - ^etc/.*$ - ^releasenotes/.*$ - - octavia-tox-functional-py35: + - openstack-tox-functional-py35: branches: ^(?!stable/ocata).*$ irrelevant-files: - ^.*\.rst$