Skip to content

Commit f061c7d

Browse files
committed
ci: always run configury build tests on Amazon Linux 2
This patch fixes 2 issues: - CI configury test is currently non-deterministic since the job can be placed on an arbitrary node. - RHEL7 node is still alive but we don't want to test main on it due to old gcc Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
1 parent 20d2335 commit f061c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/community-jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def prepare_check_stages() {
7171

7272
for (configure_option in configure_options) {
7373
def name = "Configure: ${configure_option}".replaceAll("-", "")
74-
build_parallel_map.put(name, prepare_build(name, "(ec2&&linux)", "--configure-args \\\"${configure_option}\\\""))
74+
build_parallel_map.put(name, prepare_build(name, "amazon_linux_2", "--configure-args \\\"${configure_option}\\\""))
7575
}
7676

7777
build_parallel_map.put("distcheck", prepare_build("distcheck", "tarball_build", "--distcheck"))

0 commit comments

Comments
 (0)