From 1c7b1b9e46762e76d150ba19904a43471113f58f Mon Sep 17 00:00:00 2001 From: Wenduo Wang Date: Mon, 9 Sep 2024 14:53:02 +0000 Subject: [PATCH] ci: remove rhel7 Drop RHEL7 support since it has reached EOL Signed-off-by: Wenduo Wang --- .ci/community-jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/community-jenkins/Jenkinsfile b/.ci/community-jenkins/Jenkinsfile index 2f5bb93738d..56957b6f785 100644 --- a/.ci/community-jenkins/Jenkinsfile +++ b/.ci/community-jenkins/Jenkinsfile @@ -54,7 +54,7 @@ println('Tests Completed') def prepare_check_stages() { def configure_options = ["--disable-dlopen", "--disable-oshmem", "--enable-builtin-atomic", "--enable-ipv6"] def compilers = ["clang10", "gcc5", "gcc6", "gcc7", "gcc8", "gcc9", "gcc10"] - def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel7", "rhel8", "ubuntu_18.04"] + def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel8", "ubuntu_18.04"] def check_stages_list = [] // Build everything stage