Skip to content

Commit f34c142

Browse files
authored
jenkins: only run sharedlibs_debug_x64 pre-18
Full debug x64 builds have been unreliable in the CI in the sharedlibs containers and were recently "turned off" by making the job a no-op. However the job was still being started even if it didn't do anything but pass -- this change prevents Jenkins from starting `sharedlibs_debug_x64` runs. Refs: #2837
1 parent e7a0053 commit f34c142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def buildExclusions = [
110110

111111
// Shared libs docker containers -------------------------
112112
[ /ubi81_sharedlibs/, anyType, lt(13) ],
113+
[ /sharedlibs_debug_x64/, anyType, gte(18) ],
113114
[ /sharedlibs_openssl3/, anyType, lt(15) ],
114115
[ /sharedlibs_openssl111/, anyType, lt(11) ],
115116
[ /sharedlibs_openssl110/, anyType, lt(9) ],

0 commit comments

Comments
 (0)