From 0f2167b974e35f7579f83e967a5d27db395f3ff3 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 19 May 2025 07:54:49 -0700 Subject: [PATCH] CI: Remove Ubuntu 18 and RHEL 7 Both Ubuntu 18 and RHEL 7 are end of life, so remove them from the CI list. Signed-off-by: Brian Barrett --- .ci/community-jenkins/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/community-jenkins/Jenkinsfile b/.ci/community-jenkins/Jenkinsfile index e26dbb4c9c7..79c80099402 100644 --- a/.ci/community-jenkins/Jenkinsfile +++ b/.ci/community-jenkins/Jenkinsfile @@ -56,8 +56,8 @@ println('Tests Completed') // build stage is a map of different configurations to test. 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 compilers = ["clang10", "gcc7", "gcc8", "gcc9", "gcc10"] + def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel8"] def check_stages_list = [] // Build everything stage