]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-prs: follow up on edf5311 2279/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Fri, 13 Sep 2024 06:49:46 +0000 (08:49 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Fri, 13 Sep 2024 06:50:06 +0000 (08:50 +0200)
As per [1] `test-black-list-labels` expects a list.

[1] https://jenkins-job-builder.readthedocs.io/en/latest/triggers.html

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml

index fdef0fdf6ddc62e86d3c05bc721af14603b007af..f5a031f181dc836a8d00b85bbb25b5d717aacb87 100644 (file)
             - ceph
           skip-build-phrase: '^jenkins do not test.*|.*\[skip ci\].*'
           trigger-phrase: '^jenkins test {distribution}-{deployment}-{scenario}|jenkins test all.*'
-          black-list-labels: 'draft'
+          black-list-labels:
+            - draft
           only-trigger-phrase: false
           github-hooks: true
           permit-all: true