From: Ken Dreyer Date: Fri, 5 Jun 2015 23:03:54 +0000 (-0600) Subject: skip-tag in all git scm jobs X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0621b022ef88c16fb1564160e90368a4e7a12e16;p=ceph-build.git skip-tag in all git scm jobs It would be nice if this mis-feature was off by default :( --- diff --git a/ceph-deploy-docs/config/definitions/ceph-deploy-docs.yml b/ceph-deploy-docs/config/definitions/ceph-deploy-docs.yml index b5899183..06b49729 100644 --- a/ceph-deploy-docs/config/definitions/ceph-deploy-docs.yml +++ b/ceph-deploy-docs/config/definitions/ceph-deploy-docs.yml @@ -29,6 +29,7 @@ - master browser: githubweb browser-url: https://github.com/ceph/ceph-deploy.git + skip-tag: true timeout: 20 builders: diff --git a/ceph-deploy/config/definitions/ceph-deploy.yml b/ceph-deploy/config/definitions/ceph-deploy.yml index 4396fc22..f30165f3 100644 --- a/ceph-deploy/config/definitions/ceph-deploy.yml +++ b/ceph-deploy/config/definitions/ceph-deploy.yml @@ -27,6 +27,7 @@ - $BRANCH browser: githubweb browser-url: http://github.com/ceph/ceph-deploy.git + skip-tag: true timeout: 20 execution-strategy: diff --git a/jenkins-slave-chef-pull-requests/config/definitions/jenkins-slave-chef-pull-requests.yml b/jenkins-slave-chef-pull-requests/config/definitions/jenkins-slave-chef-pull-requests.yml index 6037230b..1939d5dc 100644 --- a/jenkins-slave-chef-pull-requests/config/definitions/jenkins-slave-chef-pull-requests.yml +++ b/jenkins-slave-chef-pull-requests/config/definitions/jenkins-slave-chef-pull-requests.yml @@ -41,6 +41,7 @@ refspec: +refs/pull/*:refs/remotes/origin/pr/* browser: githubweb browser-url: https://github.com/ceph/jenkins-slave-chef/ + skip-tag: true timeout: 20 builders: diff --git a/radosgw-agent/config/definitions/radosgw-agent.yml b/radosgw-agent/config/definitions/radosgw-agent.yml index d11cb00f..9d6bfb77 100644 --- a/radosgw-agent/config/definitions/radosgw-agent.yml +++ b/radosgw-agent/config/definitions/radosgw-agent.yml @@ -22,6 +22,7 @@ scm: - git: + skip-tag: true url: https://github.com/ceph/radosgw-agent.git branches: - $BRANCH