From 43d0c844f83dbc84371bcbcdee637f7d5952994d Mon Sep 17 00:00:00 2001 From: Deepshikha Khandelwal Date: Tue, 21 Jan 2020 18:57:17 +0530 Subject: 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 --- build-gluster-org/jobs/gd2-smoke.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 build-gluster-org/jobs/gd2-smoke.yml (limited to 'build-gluster-org/jobs/gd2-smoke.yml') 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 -- cgit