From 9169fc518cf02b24e1915b507f63762dbea32072 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Thu, 15 Feb 2018 11:52:53 +0530 Subject: Fix lcov and change regression node label The line coverage tests ran smoke before regression Smoke, after it's run cleans up the /var/lib/glusterd directory. This directory is required for a bunch of different tests. So if we try to run regressions without it, we create unexpected results. It's time to move all of regressions to exclusively run on Centos 7. All Centos 6 machines are officially now deprecated. We'll use a new tag and add more Centos 6 machines as the week goes. Change-Id: Idd38dd83c8c484163d8c62879868d318517eedab --- build-gluster-org/jobs/lcov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-gluster-org/jobs/lcov.yml') diff --git a/build-gluster-org/jobs/lcov.yml b/build-gluster-org/jobs/lcov.yml index 3e9751e..52258ab 100644 --- a/build-gluster-org/jobs/lcov.yml +++ b/build-gluster-org/jobs/lcov.yml @@ -1,6 +1,6 @@ - job: name: line-coverage - node: lcov + node: centos7 description: Checks line coverage by the regression test in gluster project-type: freestyle concurrent: true -- cgit