summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2019-01-16 09:02:54 +0530
committerNigel Babu <nigelb@redhat.com>2019-01-16 09:02:54 +0530
commite2310d7199cbc6cb34487b4e8acfa46373b2fd60 (patch)
tree9192dd28150b4314f0a3c316e8a5b1c6c4166683
parent6a0301b3a0b4362dfa4d650b13bcc45dfd0d5a81 (diff)
Remove the testing freebsd job
Change-Id: Ia24ab94d489cf28cb51295762f8f81cde42ace8c
-rw-r--r--build-gluster-org/jobs/freebsd-non-voting-smoke.yml53
1 files changed, 0 insertions, 53 deletions
diff --git a/build-gluster-org/jobs/freebsd-non-voting-smoke.yml b/build-gluster-org/jobs/freebsd-non-voting-smoke.yml
deleted file mode 100644
index af06a0e..0000000
--- a/build-gluster-org/jobs/freebsd-non-voting-smoke.yml
+++ /dev/null
@@ -1,53 +0,0 @@
-- 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