Skip to content

Commit

Permalink
jenkins: only run sharedlibs_debug_x64 pre-18
Browse files Browse the repository at this point in the history
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
  • Loading branch information
richardlau committed Apr 13, 2022
1 parent e7a0053 commit f34c142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def buildExclusions = [

// Shared libs docker containers -------------------------
[ /ubi81_sharedlibs/, anyType, lt(13) ],
[ /sharedlibs_debug_x64/, anyType, gte(18) ],
[ /sharedlibs_openssl3/, anyType, lt(15) ],
[ /sharedlibs_openssl111/, anyType, lt(11) ],
[ /sharedlibs_openssl110/, anyType, lt(9) ],
Expand Down

0 comments on commit f34c142

Please sign in to comment.