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/glusto-tests-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-gluster-org/jobs/glusto-tests-lint.yml') diff --git a/build-gluster-org/jobs/glusto-tests-lint.yml b/build-gluster-org/jobs/glusto-tests-lint.yml index 32bb29d..f10853f 100644 --- a/build-gluster-org/jobs/glusto-tests-lint.yml +++ b/build-gluster-org/jobs/glusto-tests-lint.yml @@ -1,6 +1,6 @@ - job: name: glusto-tests-lint - node: smoke7 + node: smoke8 description: Pre-commit tests for glusto-tests project-type: freestyle concurrent: true -- cgit