From: Andrew Schoen Date: Thu, 1 Sep 2016 21:00:05 +0000 (-0500) Subject: adds a new ceph-dev-trigger job X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=46ecde775691264185e68acef1f35ed6efadb94e;p=ceph-build.git adds a new ceph-dev-trigger job This job responds to pushes to the ceph repo and triggers ceph-dev jobs Signed-off-by: Andrew Schoen --- diff --git a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml new file mode 100644 index 00000000..8e7c57d7 --- /dev/null +++ b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml @@ -0,0 +1,38 @@ +- job: + name: ceph-dev-trigger + node: huge_xenial_builder + project-type: freestyle + defaults: global + quiet-period: 5 + block-downstream: false + block-upstream: false + properties: + - github: + url: https://github.com/ceph/ceph + discard-old-builds: true + logrotate: + daysToKeep: 1 + numToKeep: 10 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + + triggers: + - github + + scm: + - git: + url: https://github.com/ceph/ceph + browser: auto + # The default is to build and publish every branch. + # Uncomment this for testing: + #branches: + # - 'origin/master' + skip-tag: true + timeout: 20 + wipe-workspace: true + + builders: + - trigger-builds: + - project: 'ceph-dev' + predefined-parameters: + BRANCH=${GIT_BRANCH}