From f9d2fa9ccee13dbba302acdccd3502c3d0567c0a Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 30 Nov 2017 10:44:19 -0600 Subject: [PATCH] Skip jobs for driverfixes branches There were a few jobs added to driverfixes runs with the conversion to zuulv3 that are not needed/wanted. The plan for these was to limit to just pep8 and unit test checks. Since exclusions can't be done on the project specific variants, this adds the exclusions to the job definitions themselves. This should be OK since currently the only users of driverfixes branches have the same policy, and most of these do not make sense to run against something like these branches. One thing to note is I am limiting unit test runs to just the py27 job. We may want to think about changing this in the future, but for now we only need one version run and, at least for these older versions, py27 is the more prevalent environment. Change-Id: I21b3a0b924709b319c0aa67347242aa806a47117 --- zuul.d/jobs.yaml | 2 ++ zuul.d/zuul-legacy-jobs.yaml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 14f54ff5..2e592f36 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -186,6 +186,7 @@ - job: name: build-openstack-sphinx-docs parent: tox-docs + branches: ^(?!driverfixes/).*$ description: | Builds documentation using Sphinx per the OpenStack PTI and then collects the results into the log directory so that they can be @@ -245,6 +246,7 @@ - job: name: openstack-tox-py35 parent: openstack-tox + branches: ^(?!driverfixes/).*$ description: | Run unit tests for an OpenStack project under cPython version 3.5. diff --git a/zuul.d/zuul-legacy-jobs.yaml b/zuul.d/zuul-legacy-jobs.yaml index 816353d5..9bcf9c98 100644 --- a/zuul.d/zuul-legacy-jobs.yaml +++ b/zuul.d/zuul-legacy-jobs.yaml @@ -885,6 +885,7 @@ - job: name: legacy-grenade-dsvm-cinder-mn-sub-volbak parent: legacy-dsvm-base-multinode + branches: ^(?!driverfixes/).*$ run: playbooks/legacy/grenade-dsvm-cinder-mn-sub-volbak/run.yaml post-run: playbooks/legacy/grenade-dsvm-cinder-mn-sub-volbak/post.yaml timeout: 10800 @@ -954,7 +955,7 @@ - openstack-dev/grenade - openstack-infra/devstack-gate - openstack/neutron - branches: ^(?!stable/(newton|ocata)).*$ + branches: ^(?!(driverfixes|stable/(newton|ocata))).*$ - job: name: legacy-grenade-dsvm-neutron-dvr-multinode