From c0b542731899617854b988d5481d9bf576a4fa72 Mon Sep 17 00:00:00 2001 From: Disha-maker Date: Fri, 18 Dec 2020 12:12:04 +0000 Subject: [PATCH] (IAC-1351) Remove CentOS 5 & RHEL 5 from provision.yaml file --- provision.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/provision.yaml b/provision.yaml index 2c7dfc1ff..53f459fe7 100644 --- a/provision.yaml +++ b/provision.yaml @@ -40,11 +40,9 @@ travis_el8: release_checks_5: provisioner: abs images: - - redhat-5-x86_64 - redhat-6-x86_64 - redhat-7-x86_64 - redhat-8-x86_64 - - centos-5-x86_64 - centos-6-x86_64 - centos-7-x86_64 - centos-8-x86_64 @@ -62,11 +60,9 @@ release_checks_5: release_checks_6: provisioner: abs images: - - redhat-5-x86_64 - redhat-6-x86_64 - redhat-7-x86_64 - redhat-8-x86_64 - - centos-5-x86_64 - centos-6-x86_64 - centos-7-x86_64 - centos-8-x86_64