From: Guillaume Abrioux Date: Thu, 12 Sep 2024 14:43:59 +0000 (+0200) Subject: ceph-ansible-prs: set black-list-labels X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2278%2Fhead;p=ceph-build.git ceph-ansible-prs: set black-list-labels This makes the CI not trigger the jobs when "draft" label is set on PRs. Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 3b2308d2..fdef0fdf 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -138,6 +138,7 @@ - ceph skip-build-phrase: '^jenkins do not test.*|.*\[skip ci\].*' trigger-phrase: '^jenkins test {distribution}-{deployment}-{scenario}|jenkins test all.*' + black-list-labels: 'draft' only-trigger-phrase: false github-hooks: true permit-all: true