Skip to content

Commit

Permalink
anvil: drop centos-8-stream and rhel-8
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <[email protected]>
  • Loading branch information
fabbione committed Oct 12, 2024
1 parent 5dcc5dc commit df73897
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 54 deletions.
2 changes: 1 addition & 1 deletion ci-update-yum
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ case "${NODE_NAME}" in
centos-*|anvil-ci-centos-*|anvil-ci-almalinux-*|anvil-ci-bm*)
yum -y install epel-release
;;
rhel-8*|anvil-ci-rhel-8)
rhel-8*)
if ! rpm -qa | grep epel-release; then
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
fi
Expand Down
2 changes: 0 additions & 2 deletions pipelines/libs/global/vars/getNodeProperties.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ def call(String node)
node_env['anvil-ci-bm-phy06'] = []
node_env['anvil-ci-bm-phy07'] = []
node_env['anvil-ci-bm-phy99'] = []
node_env['anvil-ci-centos-8-stream'] = []
node_env['anvil-ci-rhel-8'] = []
node_env['anvil-ci-rhel-9'] = []
node_env['centos-9-power9-ppc64le'] = []
node_env['centos-9-s390x'] = []
Expand Down
2 changes: 0 additions & 2 deletions pipelines/libs/global/vars/getNodes.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ def call()
labels['anvil-ci-bm-phy06'] = ['almalinux-9','stable','x86-64','rpm','yum','anvil-bm']
labels['anvil-ci-bm-phy07'] = ['almalinux-9','stable','x86-64','rpm','yum','anvil-bm']
labels['anvil-ci-bm-phy99'] = ['almalinux-9','stable','x86-64','rpm','yum']
labels['anvil-ci-centos-8-stream'] = ['centos-8','stable','x86-64','rpm','yum','anvil', 'anvilvoting', 'anvilbuildrpms']
labels['anvil-ci-rhel-8'] = ['rhel-8','stable','x86-64','rpm','yum','anvil', 'anvilvoting', 'anvilbuildrpms']
labels['anvil-ci-rhel-9'] = ['rhel-9','stable','x86-64','rpm','yum','anvil', 'anvilvoting', 'anvilbuildrpms']
labels['centos-9-power9-ppc64le'] = ['centos-9','stable','power9-ppc64le','voting','rpm','yum','nonvoting-clang','buildrpms']
labels['centos-9-s390x'] = ['centos-9','stable','s390x','voting','rpm','yum','nonvoting-clang','buildrpms']
Expand Down
48 changes: 0 additions & 48 deletions pipelines/projects/anvil/build-all-kmods/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,54 +22,6 @@ pipeline {
}
stage('Build all kmods') {
parallel {
stage('centos-8-stream ci') {
steps {
build job: "${project}/${project}-build-kmods",
parameters: [string(name: 'BASEDISTRO', value: 'centos-8-stream'),
string(name: 'REPOSRC', value: 'ci'),
string(name: 'ANVILSRC', value: 'ci')]
}
}
stage('centos-8-stream enterprise-staging') {
steps {
build job: "${project}/${project}-build-kmods",
parameters: [string(name: 'BASEDISTRO', value: 'centos-8-stream'),
string(name: 'REPOSRC', value: 'enterprise-staging'),
string(name: 'ANVILSRC', value: 'none')]
}
}
stage('centos-8-stream enterprise') {
steps {
build job: "${project}/${project}-build-kmods",
parameters: [string(name: 'BASEDISTRO', value: 'centos-8-stream'),
string(name: 'REPOSRC', value: 'enterprise'),
string(name: 'ANVILSRC', value: 'none')]
}
}
stage('rhel-8 ci') {
steps {
build job: "${project}/${project}-build-kmods",
parameters: [string(name: 'BASEDISTRO', value: 'rhel-8'),
string(name: 'REPOSRC', value: 'ci'),
string(name: 'ANVILSRC', value: 'ci')]
}
}
stage('rhel-8 enterprise-staging') {
steps {
build job: "${project}/${project}-build-kmods",
parameters: [string(name: 'BASEDISTRO', value: 'rhel-8'),
string(name: 'REPOSRC', value: 'enterprise-staging'),
string(name: 'ANVILSRC', value: 'none')]
}
}
stage('rhel-8 enterprise') {
steps {
build job: "${project}/${project}-build-kmods",
parameters: [string(name: 'BASEDISTRO', value: 'rhel-8'),
string(name: 'REPOSRC', value: 'enterprise'),
string(name: 'ANVILSRC', value: 'none')]
}
}
stage('almalinux-9 ci') {
steps {
build job: "${project}/${project}-build-kmods",
Expand Down
2 changes: 1 addition & 1 deletion pipelines/projects/anvil/build-cache/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def project = 'anvil'
def info = ['project': project]

String[] distros = ['rhel-8', 'centos-8-stream', 'almalinux-9', 'rhel-9']
String[] distros = ['almalinux-9', 'rhel-9']

pipeline {
agent { label 'built-in' }
Expand Down

0 comments on commit df73897

Please sign in to comment.