summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
diff options
context:
space:
mode:
authorDeepshikha Khandelwal <dkhandel@redhat.com>2020-04-24 10:25:14 +0530
committerDeepshikha Khandelwal <dkhandel@redhat.com>2020-04-24 10:25:14 +0530
commite19287f08f9d9d1d90ab4ab1a426bd16a1b72ad8 (patch)
treec7c3ec61b1c9ed6b1f7ccd150b7606b228b44484 /build-gluster-org
parent769390bbfe615bd8797c855c31cb3e4d2e5421b7 (diff)
Delete experimental periodic job
Change-Id: I29a382c735574c0d9adfebb8aa973acd2404dd4a
Diffstat (limited to 'build-gluster-org')
-rw-r--r--build-gluster-org/jobs/experimental-periodic.yml43
1 files changed, 0 insertions, 43 deletions
diff --git a/build-gluster-org/jobs/experimental-periodic.yml b/build-gluster-org/jobs/experimental-periodic.yml
deleted file mode 100644
index 6d440ac..0000000
--- a/build-gluster-org/jobs/experimental-periodic.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-- job:
- name: experimental-periodic
- node: centos7
- description: Regression test run nightly
- project-type: freestyle
- concurrent: true
-
- scm:
- - git:
- branches:
- - origin/experimental
- url: git://review.gluster.org/glusterfs.git
- wipe-workspace: false
- browser: cgit
- browser-url: http://git.gluster.org/cgit/
-
- properties:
- - discard-after-x:
- x: 90
- - one-build-per-node
-
- triggers:
- - timed: "0 14 * * *"
-
- publishers:
- - email:
- recipients: maintainers@gluster.org amarts@redhat.com
- send-to-individuals: true
- - post-tasks:
- - matches:
- - log-text: Build was aborted
- script: |
- sudo reboot
-
- builders:
- - shell: !include-raw: ../scripts/regression-test-burn-in.sh
-
- wrappers:
- - timestamps
- - timeout:
- timeout: 420
- abort: true
- type: absolute