Skip to content

Commit 408097c

Browse files
authored
Merge pull request #13264 from janjust/v5.0.x-ci-fix
v5.0.x: CI: remove Ubuntu 18 and RHEL 7
2 parents 6136894 + f123407 commit 408097c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/community-jenkins/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ println('Tests Completed')
5656
// build stage is a map of different configurations to test.
5757
def prepare_check_stages() {
5858
def configure_options = ["--disable-dlopen", "--disable-oshmem", "--enable-builtin-atomic", "--enable-ipv6"]
59-
def compilers = ["clang10", "gcc5", "gcc6", "gcc7", "gcc8", "gcc9", "gcc10"]
60-
def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel7", "rhel8", "ubuntu_18.04"]
59+
def compilers = ["clang10", "gcc7", "gcc8", "gcc9", "gcc10"]
60+
def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel8"]
6161
def check_stages_list = []
6262

6363
// Build everything stage

0 commit comments

Comments
 (0)