]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-{ansible,container}-prs: Fix skip-build-phrase regex 991/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 23 Mar 2018 13:50:39 +0000 (09:50 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 23 Mar 2018 13:50:39 +0000 (09:50 -0400)
commit58bc1a283295ebe7b20b3e8a4b3e0c0bd5606aff
treee9d3d6849a7818c3637168ede31fe364bffd6402
parent2285de22d4595d2e12500229e759ca42babbb385
ceph-{ansible,container}-prs: Fix skip-build-phrase regex

JJB converts the string to lowercase so the \W was getting converted to
\w so the actual phrase wasn't being detected.  We can just use a space
instead of trying to match any character.

https://git.openstack.org/cgit/openstack-infra/jenkins-job-builder/tree/jenkins_jobs/modules/triggers.py#n1027

Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml
ceph-container-prs/config/definitions/ceph-container-prs.yml