Skip to content

Commit

Permalink
ansible,jenkins: rm centos7-release-sources host (#3490)
Browse files Browse the repository at this point in the history
Since v16 went EoL, RHEL8 is used for all release lines.
  • Loading branch information
targos authored Apr 8, 2024
1 parent f47378d commit b07c391
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ hosts:
- release:

- digitalocean:
centos7-x64-1: {ip: 138.68.12.105}
rhel8-x64-1: {ip: 159.203.115.217}

- ibm:
Expand Down
1 change: 0 additions & 1 deletion jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def buildExclusions = [
[ /osx1015/, anyType, gte(21) ],

// Source / headers / docs -------------------------------
[ /^centos7-release-sources$/, releaseType, gte(18) ],
[ /^rhel8-release-sources$/, releaseType, lt(18) ],

// -------------------------------------------------------
Expand Down
10 changes: 0 additions & 10 deletions jenkins/scripts/select-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,6 @@ elif [ "$SELECT_ARCH" = "X64" ]; then
. /opt/rh/devtoolset-6/enable
echo "Compiler set to devtoolset-6"
;;
centos7-release-sources )
if [ "$NODEJS_MAJOR_VERSION" -gt "15" ]; then
. /opt/rh/devtoolset-8/enable
else
. /opt/rh/devtoolset-6/enable
fi
export CC="ccache gcc"
export CXX="ccache g++"
echo "Compiler set to GCC" `$CXX -dumpversion`
;;
*ubuntu1804*64|*ubuntu1604-*64|benchmark )
if [ "$NODEJS_MAJOR_VERSION" -gt "15" ]; then
export CC="ccache gcc-8"
Expand Down

0 comments on commit b07c391

Please sign in to comment.