summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs
diff options
context:
space:
mode:
authorMichael Scherer <misc@redhat.com>2018-09-12 15:43:42 +0200
committerMichael Scherer <misc@redhat.com>2018-09-24 13:39:35 +0200
commit9343f97f04dbc1dbb1bcb3967151e4eb3a81b027 (patch)
tree3ce72e402b60cef726bcf03c80b26a037ba7abfc /build-gluster-org/jobs
parentafb93654bea19d5a6558a865afb69458ad3ef64e (diff)
Add a non voting job, for testing the new FreeBSD builder
Change-Id: I2675f12e2f71c8c32264561911dc7ffad1f6e98e
Diffstat (limited to 'build-gluster-org/jobs')
-rw-r--r--build-gluster-org/jobs/freebsd-non-voting-smoke.yml53
1 files changed, 53 insertions, 0 deletions
diff --git a/build-gluster-org/jobs/freebsd-non-voting-smoke.yml b/build-gluster-org/jobs/freebsd-non-voting-smoke.yml
new file mode 100644
index 0000000..af06a0e
--- /dev/null
+++ b/build-gluster-org/jobs/freebsd-non-voting-smoke.yml
@@ -0,0 +1,53 @@
+- job:
+ name: freebsd-non-voting-smoke
+ node: freebsd_test_build
+ description: GlusterFS pre-commit smoke test on new FreeBSD nodes
+ project-type: freestyle
+
+ scm:
+ - glusterfs
+
+ properties:
+ - discard-after-x:
+ x: 30
+ - one-build-per-node
+
+ triggers:
+ - gerrit:
+ trigger-on:
+ - patchset-created-event:
+ exclude-drafts: false
+ exclude-trivial-rebase: false
+ exclude-no-code-change: false
+ - draft-published-event
+ server-name: review.gluster.org_for-smoke-jobs
+ skip-vote:
+ failed: true
+ unstable: true
+ notbuilt: true
+ projects:
+ - project-compare-type: 'PLAIN'
+ project-pattern: 'glusterfs'
+ branches:
+ - branch-compare-type: 'PLAIN'
+ branch-pattern: 'master'
+
+ parameters:
+ - string:
+ default: refs/heads/master
+ description: 'For review 12345 and patch set 6, this will be refs/changes/45/12345/6. Default: Tip of master'
+ name: GERRIT_REFSPEC
+ - string:
+ default: master
+ description: 'Name of the branch you want to build from. We usually build from master'
+ name: GERRIT_BRANCH
+
+ builders:
+ - shell: !include-raw: ../scripts/freebsd-smoke.sh
+
+ wrappers:
+ - timestamps
+ - timeout:
+ timeout: 45
+ abort: true
+ type: absolute