Skip to content

Commit 6465708

Browse files
committed
jenkins: temporarily restict openssl35 testing
For now, limit testing with OpenSSL 3.5 to Node.js 24 (current `main`) until test fixes are backported to earlier release lines. Refs: nodejs/node#57477
1 parent f8912c4 commit 6465708

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
@@ -69,6 +69,7 @@ def buildExclusions = [
6969
[ /sharedlibs_debug_x64/, anyType, gte(18) ],
7070
[ /sharedlibs_openssl110/, anyType, gte(18) ],
7171
[ /sharedlibs_openssl102/, anyType, gte(18) ],
72+
[ /sharedlibs_openssl35/, anyType, lt(24) ], // Temporary until test fixes are backported
7273
[ /sharedlibs_fips20/, anyType, gte(18) ],
7374

7475
// OSX ---------------------------------------------------

0 commit comments

Comments
 (0)