From db40a50361b1c665783bc16a5eab34a9388eba1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 8 Dec 2023 11:39:58 +0100 Subject: [PATCH] jenkins: skip debian10 for Node.js >=21 (#3586) Remove debian8 as all machines were replaced. Refs: https://github.com/nodejs/build/issues/3499 --- jenkins/scripts/VersionSelectorScript.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/scripts/VersionSelectorScript.groovy b/jenkins/scripts/VersionSelectorScript.groovy index 4074ed7cd..a2c9c7253 100644 --- a/jenkins/scripts/VersionSelectorScript.groovy +++ b/jenkins/scripts/VersionSelectorScript.groovy @@ -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