Skip to content

Commit

Permalink
drop puppet 5 and puppet 6 support from Kafo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed May 5, 2023
1 parent 0138a3f commit 2cb5478
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions theforeman.org/pipelines/test/kafo.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,14 @@ pipeline {
axes {
axis {
name 'ruby'
values '2.4', '2.5', '2.7'
values '2.7'
}
axis {
name 'PUPPET_VERSION'
values '5.0', '6.0', '7.0'
values '7.0'
}
}
excludes {
exclude {
axis {
name 'ruby'
notValues '2.4'
}
axis {
name 'PUPPET_VERSION'
values '5.0'
}
}
exclude {
axis {
name 'ruby'
notValues '2.5'
}
axis {
name 'PUPPET_VERSION'
values '6.0'
}
}
exclude {
axis {
name 'ruby'
Expand All @@ -59,8 +39,7 @@ pipeline {
}
stage("Setup RVM") {
steps {
// Bundler 2.4 dropped support for Ruby 2.5
configureRVM(ruby, "${ruby}-${PUPPET_VERSION}", '< 2.4')
configureRVM(ruby, "${ruby}-${PUPPET_VERSION}")
}
}
stage('Install dependencies') {
Expand Down

0 comments on commit 2cb5478

Please sign in to comment.