Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
puppet-puppet-deleted-2844
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is pending deletion, and will be deleted on
2025-07-24
. Repository and other project resources are read-only.
Show more breadcrumbs
drebs
puppet-puppet-deleted-2844
Commits
662f5e69
Project 'drebs/puppet-puppet' was moved to 'drebs/puppet-puppet-deleted-2844'. Please update any links and bookmarks that may still have the old path.
Commit
662f5e69
authored
Mar 27, 2020
by
Michael Moll
Browse files
Options
Downloads
Patches
Plain Diff
add Ubuntu integration tests
parent
59432aee
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.sync.yml
+1
-0
1 addition, 0 deletions
.sync.yml
.travis.yml
+22
-0
22 additions, 0 deletions
.travis.yml
spec/spec_helper_acceptance.rb
+3
-0
3 additions, 0 deletions
spec/spec_helper_acceptance.rb
with
26 additions
and
0 deletions
.sync.yml
+
1
−
0
View file @
662f5e69
...
...
@@ -4,6 +4,7 @@
-
centos6-64
-
debian9-64
-
debian10-64
-
ubuntu1804-64
env
:
global
:
-
PARALLEL_TEST_PROCESSORS=8
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
22
−
0
View file @
662f5e69
...
...
@@ -67,5 +67,27 @@ matrix:
-
echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
-
sudo service docker restart
-
rvm
:
2.5.1
env
:
-
BEAKER_PUPPET_COLLECTION=puppet5
-
BEAKER_setfile=ubuntu1804-64{hostname=ubuntu1804-64.example.com}
script
:
bundle exec rake beaker
services
:
docker
bundler_args
:
--without development
before_install
:
-
echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
-
sudo service docker restart
-
rvm
:
2.5.1
env
:
-
BEAKER_PUPPET_COLLECTION=puppet6
-
BEAKER_setfile=ubuntu1804-64{hostname=ubuntu1804-64.example.com}
script
:
bundle exec rake beaker
services
:
docker
bundler_args
:
--without development
before_install
:
-
echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
-
sudo service docker restart
bundler_args
:
--without system_tests development
dist
:
xenial
This diff is collapsed.
Click to expand it.
spec/spec_helper_acceptance.rb
+
3
−
0
View file @
662f5e69
...
...
@@ -30,6 +30,9 @@ RSpec.configure do |c|
# refresh check if cache needs refresh on next yum command
on
host
,
'yum clean expire-cache'
end
if
fact_on
(
host
,
'operatingsystem'
)
==
'Ubuntu'
on
host
,
'apt-get -qq -y install cron'
end
end
end
end
...
...
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