From 9ff8c3b825d411d7875d19ac188e982a0f66c494 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 16 Nov 2016 09:18:30 -0500 Subject: [PATCH] ceph-ansible-pull-requests: update the job configuration, enabling it Signed-off-by: Alfredo Deza --- .../ceph-ansible-pull-requests.yml | 30 ++++++++----------- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml b/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml index b84b8241..2369ccf4 100644 --- a/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml +++ b/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml @@ -1,21 +1,7 @@ -- scm: - name: ceph-ansible - scm: - - git: - url: https://github.com/ceph/ceph-ansible.git - branches: - - ${sha1} - refspec: +refs/pull/*:refs/remotes/origin/pr/* - browser: auto - timeout: 20 - skip-tag: true - wipe-workspace: false - basedir: "ceph-ansible" - - job: name: ceph-ansible-pull-requests # disabling for now, until libvirt/vagrant tests are in place - disabled: true + disabled: false project-type: matrix defaults: global display-name: 'ceph-ansible: Pull Requests' @@ -55,13 +41,21 @@ github-hooks: true permit-all: true auto-close-on-fail: false - status-context: "Testing Playbooks" - started-status: "Running ansible playbook" + status-context: "Testing cluster scenarios" + started-status: "Running ansible playbooks" success-status: "OK - Run completed" failure-status: "Playbook run failed with errors" scm: - - ceph-ansible + - git: + url: https://github.com/ceph/ceph-ansible.git + branches: + - ${sha1} + refspec: +refs/pull/*:refs/remotes/origin/pr/* + browser: auto + timeout: 20 + skip-tag: true + wipe-workspace: false builders: - shell: -- 2.39.5