From: Ernesto Puerta Date: Fri, 11 Jun 2021 11:41:26 +0000 (+0200) Subject: pr-api: trigger on feature branches X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bb8e7f8d16895dc1c11d58b60b981e10f5762da3;p=ceph-build.git pr-api: trigger on feature branches While other Jenkins jobs don't filter by specific branches, the API tests do, so we need to support 'feature-*' branch syntax. Signed-off-by: Ernesto Puerta --- diff --git a/ceph-pr-api/config/definitions/ceph-pr-api.yml b/ceph-pr-api/config/definitions/ceph-pr-api.yml index 055a2c4d..16245c6e 100644 --- a/ceph-pr-api/config/definitions/ceph-pr-api.yml +++ b/ceph-pr-api/config/definitions/ceph-pr-api.yml @@ -39,6 +39,7 @@ - pacific - octopus - nautilus + - "feature-.*" trigger-phrase: 'jenkins test api' skip-build-phrase: '^jenkins do not test.*' only-trigger-phrase: false