This job responds to pushes to the ceph repo and triggers ceph-dev jobs
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
--- /dev/null
+- 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}