summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/smoke.yml
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2016-09-12 10:24:21 +0530
committerNigel Babu <nigelb@redhat.com>2016-09-12 10:24:21 +0530
commit477334a69cc90f4d7b1bcb5b4aa747b1aba2fca8 (patch)
tree1ed5344c15cd7f7a7fdd615e2c6a7cae15ce6fa7 /build-gluster-org/jobs/smoke.yml
parent92a0af8dab08fdd450967202c7026d73695876e6 (diff)
Add all the jobs/scripts for build.gluster.org
Change-Id: I39e4d0407957e47a695d9be47add20094d8c41f2
Diffstat (limited to 'build-gluster-org/jobs/smoke.yml')
-rw-r--r--build-gluster-org/jobs/smoke.yml45
1 files changed, 45 insertions, 0 deletions
diff --git a/build-gluster-org/jobs/smoke.yml b/build-gluster-org/jobs/smoke.yml
new file mode 100644
index 0000000..42d2628
--- /dev/null
+++ b/build-gluster-org/jobs/smoke.yml
@@ -0,0 +1,45 @@
+- job:
+ name: smoke
+ node: smoke_tests
+ description: Pre-commit Smoke test
+ project-type: freestyle
+
+ scm:
+ - glusterfs
+
+ properties:
+ - 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
+ - comment-added-contains-event:
+ comment-contains-value: "recheck smoke"
+ server-name: review.gluster.org_for-smoke-jobs
+ projects:
+ - project-compare-type: 'PLAIN'
+ project-pattern: 'glusterfs'
+ branches:
+ - branch-compare-type: 'ANT'
+ branch-pattern: '**'
+
+ 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/smoke.sh
+
+ wrappers:
+ - timestamps