Skip to content

Commit

Permalink
ci: always run configury build tests on Amazon Linux 2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wenduwan committed Sep 10, 2024
1 parent 20d2335 commit f061c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/community-jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def prepare_check_stages() {

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

build_parallel_map.put("distcheck", prepare_build("distcheck", "tarball_build", "--distcheck"))
Expand Down

0 comments on commit f061c7d

Please sign in to comment.