Skip to content

Commit

Permalink
jenkins: exclude testing addons with VS2015 on Node.js >=19
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and richardlau committed Oct 10, 2022
1 parent e88377a commit e6f5be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def buildExclusions = [
[ /vs2019-arm64$/, testType, lt(14) ],
// VS versions supported to build add-ons
[ /vs2013-COMPILED_BY/, testType, gte(9) ],
[ /vs2015-COMPILED_BY/, testType, noVer ],
[ /vcbt2015-COMPILED_BY/, testType, noVer ],
[ /vs2015-COMPILED_BY/, testType, gte(19) ],
[ /vcbt2015-COMPILED_BY/, testType, gte(19) ],
[ /vs2017-COMPILED_BY/, testType, lt(8) ],
[ /vs2019-COMPILED_BY/, testType, lt(12) ],
// Exclude some redundant configurations
Expand Down

0 comments on commit e6f5be4

Please sign in to comment.