Skip to content

Commit

Permalink
Merge pull request #12808 from wenduwan/main_ci_executor_label
Browse files Browse the repository at this point in the history
ci: always run configury build tests on Amazon Linux 2
  • Loading branch information
wenduwan committed Sep 10, 2024
2 parents 20d2335 + f061c7d commit adee1a4
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 adee1a4

Please sign in to comment.