Skip to content

Commit

Permalink
jenkins: skip debian10 for Node.js >=21 (#3586)
Browse files Browse the repository at this point in the history
Remove debian8 as all machines were replaced.

Refs: #3499
  • Loading branch information
targos committed Dec 8, 2023
1 parent 7704f0b commit db40a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def buildExclusions = [
[ /^centos7-(arm)?64-gcc6/, anyType, gte(16) ], // 14.x: gcc6 builds stop
[ /^centos7-(arm)?64-gcc8/, anyType, gte(18) ], // 18.x: centos7 builds stop
[ /^centos7-64/, anyType, gte(18) ],
[ /debian8/, anyType, gte(16) ],
[ /debian9/, anyType, gte(16) ],
[ /debian10/, anyType, gte(21) ],
[ /rhel7/, anyType, gte(18) ],
[ /rhel8/, releaseType, lt(18) ],
[ /^ubuntu1604-32/, anyType, gte(16) ], // 32-bit linux for <10 only
Expand Down

0 comments on commit db40a50

Please sign in to comment.