Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-cfssl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adullact
puppet-cfssl
Commits
8f65746c
Commit
8f65746c
authored
9 months ago
by
Fabien Combernous
Browse files
Options
Downloads
Patches
Plain Diff
set lower limit for puppet version_requirement to 7.0.0
parent
61acdb87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!26
Resolve "set lower limit for puppet version_requirement to 7.0.0"
Pipeline
#77601
failed
9 months ago
Stage: syntax
Stage: unit
Stage: acceptance
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-39
0 additions, 39 deletions
.gitlab-ci.yml
.sync.yml
+0
-39
0 additions, 39 deletions
.sync.yml
metadata.json
+1
-1
1 addition, 1 deletion
metadata.json
with
1 addition
and
79 deletions
.gitlab-ci.yml
+
0
−
39
View file @
8f65746c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.sync.yml
+
0
−
39
View file @
8f65746c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
metadata.json
+
1
−
1
View file @
8f65746c
...
...
@@ -37,7 +37,7 @@
"requirements"
:
[
{
"name"
:
"puppet"
,
"version_requirement"
:
">=
6.21
.0 < 8.0.0"
"version_requirement"
:
">=
7.0
.0 < 8.0.0"
}
],
"tags"
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment