]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-*: permit-all to prevent github comment flood 1047/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 18 Jun 2018 15:50:40 +0000 (11:50 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 18 Jun 2018 15:50:40 +0000 (11:50 -0400)
See https://github.com/jenkinsci/ghprb-plugin/issues/608

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

index 5ca103af2407516820c4f4284378be8e61919504..1e8cc6972ea30bf8d2b00f37afe812744a3fff59 100644 (file)
@@ -31,7 +31,7 @@
           # This is set so the job can be manually triggered or by the ceph-ansible-pipeline multijob
           only-trigger-phrase: true
           github-hooks: true
-          permit-all: false
+          permit-all: true
           auto-close-on-fail: false
           status-context: "Docs"
           started-status: "checking if docs build"
index 59ea8d6a8d80d7a8796bf52824ce5730623af8f0..fe81ec578ca8e1b2a606c115749019c01d917142 100644 (file)
@@ -46,7 +46,7 @@
           # This is set so the job can be manually triggered or by the ceph-ansible-pipeline multijob
           only-trigger-phrase: true
           github-hooks: true
-          permit-all: false
+          permit-all: true
           auto-close-on-fail: false
           status-context: "Testing: playbook syntax"
           started-status: "Running syntax checks on all playbooks"
index 89b39dae1d9c50b095a6358b94c0ad1a7725387f..324d1670a355cbc6a37d6999248d8e56a664c707 100644 (file)
           trigger-phrase: '^jenkins test {release}-{ansible_version}-{scenario}|jenkins test all.*'
           only-trigger-phrase: true
           github-hooks: true
-          permit-all: false
+          permit-all: true
           auto-close-on-fail: false
           status-context: "Testing: {release}-{ansible_version}-{scenario}"
           started-status: "Running: {release}-{ansible_version}-{scenario}"