summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'build-gluster-org/jobs')
-rw-r--r--build-gluster-org/jobs/netbsd6-smoke.yml52
-rw-r--r--build-gluster-org/jobs/netbsd7-regression.yml55
2 files changed, 0 insertions, 107 deletions
diff --git a/build-gluster-org/jobs/netbsd6-smoke.yml b/build-gluster-org/jobs/netbsd6-smoke.yml
deleted file mode 100644
index 8694a4c..0000000
--- a/build-gluster-org/jobs/netbsd6-smoke.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-- job:
- name: netbsd7-smoke
- node: netbsd7_regression
- description: GlusterFS pre-commit smoke test on NetBSD
- project-type: freestyle
- concurrent: true
-
- 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: true
- - 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: /opt/qa/build.sh
-
- wrappers:
- - timestamps
- - timeout:
- timeout: 30
- abort: true
- type: absolute
diff --git a/build-gluster-org/jobs/netbsd7-regression.yml b/build-gluster-org/jobs/netbsd7-regression.yml
deleted file mode 100644
index 017771e..0000000
--- a/build-gluster-org/jobs/netbsd7-regression.yml
+++ /dev/null
@@ -1,55 +0,0 @@
-- job:
- name: netbsd7-regression
- node: netbsd7_regression
- description: In development for now. Please disable this if it causes problems.
- project-type: freestyle
- concurrent: true
-
- scm:
- - glusterfs
-
- properties:
- - discard-after-x:
- x: 90
- - one-build-per-node
-
- triggers:
- - gerrit:
- server-name: review.gluster.org
- trigger-on:
- - change-merged-event
- - comment-added-contains-event:
- comment-contains-value: "recheck netbsd"
- projects:
- - project-compare-type: 'PLAIN'
- project-pattern: 'glusterfs'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: 'release*'
-
- publishers:
- - post-tasks:
- - matches:
- - log-text: Build was aborted
- script: |
- su -l root -c "reboot -n"
-
- 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/netbsd7-regression.sh
-
- wrappers:
- - timestamps
- - timeout:
- timeout: 300
- abort: true
- type: absolute