From 086ddc6518500f84ef5e4caa265046d65d4c3224 Mon Sep 17 00:00:00 2001 From: Laura Paduano Date: Tue, 29 Jan 2019 08:21:56 +0100 Subject: [PATCH] ceph-dashboard-pull-requests: added blacklist for luminous branch Added "black-list-target-branches" to triggers to avoid an automated run of the job on PRs targeting luminous. Signed-off-by: Laura Paduano --- .../config/definitions/ceph-dashboard-pull-requests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml index 928eef02d..9764399df 100644 --- a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml +++ b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml @@ -32,6 +32,8 @@ - ceph white-list-labels: - dashboard + black-list-target-branches: + - luminous trigger-phrase: 'jenkins test dashboard' skip-build-phrase: '^jenkins do not test.*' only-trigger-phrase: false -- 2.47.3