From 8ffef4b04765cbd2207fa4fea9f166a473d5eee6 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 15 Nov 2017 11:27:48 +0100 Subject: [PATCH] ceph-ansible-prs: fix wrong syntax in trigger-phrase `stable-2.2` is not a correct syntax because it is interpreted as a regexp. Signed-off-by: Guillaume Abrioux --- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index c9938d77..8d3ed3b0 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -15,7 +15,7 @@ - 'ceph-ansible-prs-auto' - project: - name: ceph-ansible-2.2-prs + name: ceph-ansible-prs-oldstable-trigger slave_labels: 'vagrant && libvirt && smithi' release: - jewel @@ -26,7 +26,7 @@ - xenial_cluster - docker_cluster jobs: - - 'ceph-ansible-2.2-prs' + - 'ceph-ansible-prs-oldstable-trigger' # tests that will not auto start when a PR is created, but # they can be requested with a trigger phrase. Run on smithi. @@ -90,7 +90,7 @@ - job-template: name: 'ceph-ansible-prs-{release}-{ansible_version}-{scenario}' - id: 'ceph-ansible-2.2-prs' + id: 'ceph-ansible-prs-oldstable-trigger' node: '{slave_labels}' concurrent: true defaults: global @@ -120,7 +120,7 @@ org-list: - ceph skip-build-phrase: '^jenkins do not test.*' - trigger-phrase: '^jenkins test stable-2.2 {release}-{ansible_version}-{scenario}|jenkins test stable-2.2.*' + trigger-phrase: '^jenkins test oldstable {release}-{ansible_version}-{scenario}|jenkins test oldstable.*' only-trigger-phrase: true github-hooks: false permit-all: true -- 2.39.5