Skip to content

Commit

Permalink
Merge pull request #18325 from pshipton/all
Browse files Browse the repository at this point in the history
In PR testing redefine `all` to exclude UNB platforms
  • Loading branch information
hzongaro committed Oct 21, 2023
2 parents dc6ce50 + a366a25 commit 3cad358
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -120,7 +120,7 @@ SPECS = ['ppc64_aix' : CURRENT_RELEASES,

// SHORT_NAMES is used for PullRequest triggers
// TODO Combine SHORT_NAMES and SPECS
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'],
SHORT_NAMES = ['all' : ['ppc64le_linux', 's390x_linux', 'ppc64_aix', 'x86-64_windows', 'x86-32_windows', 'aarch64_linux'],
'aix' : ['ppc64_aix'],
'zlinux' : ['s390x_linux'],
'zlinuxgcc11' : ['s390x_linux_gcc11'],
Expand Down

0 comments on commit 3cad358

Please sign in to comment.