Skip to content
Snippets Groups Projects
Commit 8f65746c authored by Fabien Combernous's avatar Fabien Combernous
Browse files

set lower limit for puppet version_requirement to 7.0.0

parent 61acdb87
No related branches found
No related tags found
1 merge request!26Resolve "set lower limit for puppet version_requirement to 7.0.0"
Pipeline #77601 failed
......@@ -28,13 +28,6 @@ validate lint check rubocop-Ruby 2.7.5-Puppet ~> 7:
- bundle exec rake validate lint check rubocop
variables:
PUPPET_GEM_VERSION: "~> 7"
parallel_spec-Ruby 2.7.5-Puppet ~> 6:
stage: unit
image: ruby:2.7.5
script:
- bundle exec rake parallel_spec
variables:
PUPPET_GEM_VERSION: "~> 6"
parallel_spec-Ruby 2.7.5-Puppet ~> 7:
stage: unit
image: ruby:2.7.5
......@@ -42,22 +35,6 @@ parallel_spec-Ruby 2.7.5-Puppet ~> 7:
- bundle exec rake parallel_spec
variables:
PUPPET_GEM_VERSION: "~> 7"
acceptance with puppet6 ubuntu2004:
needs:
- parallel_spec-Ruby 2.7.5-Puppet ~> 6
stage: acceptance
variables:
RBENV_VERSION: 2.7.5
PUPPET_INSTALL_TYPE: agent
BEAKER_IS_PE: 'no'
BEAKER_PUPPET_COLLECTION: puppet6
BEAKER_debug: 'true'
BEAKER_setfile: ubuntu2004-64
BEAKER_HYPERVISOR: docker
script:
- bundle exec rake beaker
tags:
- puppet-tests
acceptance with puppet7 ubuntu2004:
needs:
- parallel_spec-Ruby 2.7.5-Puppet ~> 7
......@@ -74,22 +51,6 @@ acceptance with puppet7 ubuntu2004:
- bundle exec rake beaker
tags:
- puppet-tests
acceptance with puppet6 ubuntu2204:
needs:
- parallel_spec-Ruby 2.7.5-Puppet ~> 6
stage: acceptance
variables:
RBENV_VERSION: 2.7.5
PUPPET_INSTALL_TYPE: agent
BEAKER_IS_PE: 'no'
BEAKER_PUPPET_COLLECTION: puppet6
BEAKER_debug: 'true'
BEAKER_setfile: ubuntu2204-64
BEAKER_HYPERVISOR: docker
script:
- bundle exec rake beaker
tags:
- puppet-tests
acceptance with puppet7 ubuntu2204:
needs:
- parallel_spec-Ruby 2.7.5-Puppet ~> 7
......
......@@ -29,13 +29,6 @@ appveyor.yml:
- bundle exec rake validate lint check rubocop
variables:
PUPPET_GEM_VERSION: '~> 7'
parallel_spec-Ruby 2.7.5-Puppet ~> 6:
stage: unit
image: ruby:2.7.5
script:
- bundle exec rake parallel_spec
variables:
PUPPET_GEM_VERSION: '~> 6'
parallel_spec-Ruby 2.7.5-Puppet ~> 7:
stage: unit
image: ruby:2.7.5
......@@ -44,22 +37,6 @@ appveyor.yml:
variables:
PUPPET_GEM_VERSION: '~> 7'
acceptance with puppet6 ubuntu2004:
needs:
- parallel_spec-Ruby 2.7.5-Puppet ~> 6
stage: acceptance
variables:
RBENV_VERSION: '2.7.5'
PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no'
BEAKER_PUPPET_COLLECTION: 'puppet6'
BEAKER_debug: 'true'
BEAKER_setfile: 'ubuntu2004-64'
BEAKER_HYPERVISOR: 'docker'
script:
- bundle exec rake beaker
tags:
- puppet-tests
acceptance with puppet7 ubuntu2004:
needs:
- parallel_spec-Ruby 2.7.5-Puppet ~> 7
......@@ -76,22 +53,6 @@ appveyor.yml:
- bundle exec rake beaker
tags:
- puppet-tests
acceptance with puppet6 ubuntu2204:
needs:
- parallel_spec-Ruby 2.7.5-Puppet ~> 6
stage: acceptance
variables:
RBENV_VERSION: '2.7.5'
PUPPET_INSTALL_TYPE: 'agent'
BEAKER_IS_PE: 'no'
BEAKER_PUPPET_COLLECTION: 'puppet6'
BEAKER_debug: 'true'
BEAKER_setfile: 'ubuntu2204-64'
BEAKER_HYPERVISOR: 'docker'
script:
- bundle exec rake beaker
tags:
- puppet-tests
acceptance with puppet7 ubuntu2204:
needs:
- parallel_spec-Ruby 2.7.5-Puppet ~> 7
......
......@@ -37,7 +37,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.21.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 8.0.0"
}
],
"tags": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment