summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/gd2-smoke.yml
diff options
context:
space:
mode:
authorDeepshikha Khandelwal <dkhandel@redhat.com>2020-01-21 18:57:17 +0530
committerDeepshikha Khandelwal <dkhandel@redhat.com>2020-01-21 21:50:17 +0530
commit43d0c844f83dbc84371bcbcdee637f7d5952994d (patch)
tree589175b9ba9cda7c86ec347e504fd3a458bb2198 /build-gluster-org/jobs/gd2-smoke.yml
parentdee2f78e4513cb7fdaf4a9f30dcd9f85c78dfc28 (diff)
This commit has the following fixes:
- Remove gd2-smoke job - Run smoke job to both on Centos7 and Centos8 - Update few jobs to run on Centos8(build-job, cppcheck, glusto-tests-lint, smoke) - Run shellcheck to latest Fedora (currently 30) Change-Id: Ia3e6bff655cdfc67939b57e91edae50e1dc72721
Diffstat (limited to 'build-gluster-org/jobs/gd2-smoke.yml')
-rw-r--r--build-gluster-org/jobs/gd2-smoke.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/build-gluster-org/jobs/gd2-smoke.yml b/build-gluster-org/jobs/gd2-smoke.yml
deleted file mode 100644
index 79158c5..0000000
--- a/build-gluster-org/jobs/gd2-smoke.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-- job:
- name: gd2-smoke
- node: smoke7
- description: GD2 smoke test on glusterFS patch
- project-type: freestyle
- concurrent: true
-
- scm:
- - glusterfs
-
- triggers:
- - timed: "H 14 * * *"
-
- 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/gd2-smoke.sh
-
- wrappers:
- - timestamps
- - timeout:
- timeout: 30
- abort: true
- type: absolute