Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-wordpress
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
Container Registry
Model registry
Operate
Environments
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-wordpress
Commits
4f6594ae
Commit
4f6594ae
authored
6 years ago
by
Fabien Combernous
Browse files
Options
Downloads
Patches
Plain Diff
add debian9 support
parent
2a028695
No related branches found
No related tags found
1 merge request
!63
Resolve "add debian9 support"
Pipeline
#2764
passed
6 years ago
Stage: syntax
Stage: unit
Stage: acceptance
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+30
-0
30 additions, 0 deletions
.gitlab-ci.yml
metadata.json
+3
-2
3 additions, 2 deletions
metadata.json
with
33 additions
and
2 deletions
.gitlab-ci.yml
+
30
−
0
View file @
4f6594ae
...
...
@@ -63,6 +63,21 @@ acceptance with puppet5 debian8:
tags
:
-
puppet-tests
acceptance with puppet5 debian9
:
stage
:
acceptance
variables
:
BEAKER_PUPPET_COLLECTION
:
'
puppet5'
PUPPET_INSTALL_TYPE
:
'
agent'
BEAKER_IS_PE
:
'
no'
BEAKER_debug
:
'
true
'
BEAKER_setfile
:
'
host.yml'
RBENV_VERSION
:
'
2.5.1'
script
:
-
beaker-hostgenerator debian9-64{hypervisor=docker} > host.yml
-
bundle exec rake beaker
tags
:
-
puppet-tests
acceptance with puppet5 centos7
:
stage
:
acceptance
variables
:
...
...
@@ -108,6 +123,21 @@ acceptance with puppet6 debian8:
tags
:
-
puppet-tests
acceptance with puppet6 debian9
:
stage
:
acceptance
variables
:
BEAKER_PUPPET_COLLECTION
:
'
puppet6'
PUPPET_INSTALL_TYPE
:
'
agent'
BEAKER_IS_PE
:
'
no'
BEAKER_debug
:
'
true
'
BEAKER_setfile
:
'
host.yml'
RBENV_VERSION
:
'
2.5.1'
script
:
-
beaker-hostgenerator debian9-64{hypervisor=docker} > host.yml
-
bundle exec rake beaker
tags
:
-
puppet-tests
acceptance with puppet6 centos7
:
stage
:
acceptance
variables
:
...
...
This diff is collapsed.
Click to expand it.
metadata.json
+
3
−
2
View file @
4f6594ae
...
...
@@ -21,7 +21,8 @@
{
"operatingsystem"
:
"Debian"
,
"operatingsystemrelease"
:
[
"8"
"8"
,
"9"
]
},
{
...
...
@@ -46,4 +47,4 @@
"pdk-version"
:
"1.8.0"
,
"template-url"
:
"file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git"
,
"template-ref"
:
"1.8.0-0-g0d9da00"
}
\ No newline at end of file
}
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