Skip to content

Commit 2da7e0a

Browse files
Merge pull request #19518 from pshipton/noplinux
Remove plinux from "all" when running PR builds
2 parents fa143bf + dc8203d commit 2da7e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildenv/jenkins/jobs/pipelines/Pipeline-Build-Test-All.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ SPECS = ['ppc64_aix' : CURRENT_RELEASES,
121121

122122
// SHORT_NAMES is used for PullRequest triggers
123123
// TODO Combine SHORT_NAMES and SPECS
124-
SHORT_NAMES = ['all' : ['ppc64le_linux', 's390x_linux', 'x86-64_linux', 'ppc64_aix', 'x86-64_windows', 'x86-32_windows', 'x86-64_mac', 'aarch64_linux', 'aarch64_mac'],
124+
SHORT_NAMES = ['all' : ['s390x_linux', 'x86-64_linux', 'ppc64_aix', 'x86-64_windows', 'x86-32_windows', 'x86-64_mac', 'aarch64_linux', 'aarch64_mac'],
125125
'aix' : ['ppc64_aix'],
126126
'zlinux' : ['s390x_linux'],
127127
'zlinuxgcc11' : ['s390x_linux_gcc11'],

0 commit comments

Comments
 (0)