From a0a7dc2888b6f7a4e7c5b1fa061e21b74cc0cd69 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 30 Nov 2017 11:40:23 -0600 Subject: [PATCH] Skip releasenotes on driverfixes branches We do not want or need release notes to be processed on the driverfixes branches. This adds an exclusion for that job for all driverfixes/* branches. Change-Id: I932293d01f1616557660a62276fd5c91161e088d --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 2e592f36..0a61bcde 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -463,6 +463,7 @@ - job: name: build-openstack-releasenotes + branches: ^(?!driverfixes/).*$ parent: build-reno-releasenotes description: | Build releasenotes, with optional translation support, using reno.