Skip to content

Commit adee1a4

Browse files
authored
Merge pull request #12808 from wenduwan/main_ci_executor_label
ci: always run configury build tests on Amazon Linux 2
2 parents 20d2335 + f061c7d commit adee1a4

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)