forked from puppetlabs/puppet_metrics_dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
48 lines (44 loc) · 936 Bytes
/
.sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
appveyor.yml:
delete: true
.gitlab-ci.yml:
delete: true
.project:
delete: true
.travis.yml:
branches:
- /.*/
use_litmus: true
litmus:
puppet_collection:
- ---puppet5
- puppet6
- puppet7
complex:
- collection:
puppet_collection:
- puppet5
provision_list:
- travis_deb_legacy
- travis_el
includes:
- env: PUPPET_GEM_VERSION="~> 7.0" CHECK=parallel_spec
rvm: 2.7.2
stage: spec
Gemfile:
required:
':development':
- gem: 'toml-rb'
spec/spec_helper.rb:
mock_with: ':rspec'
spec_overrides:
- 'RSpec.configure do |c|'
- " c.default_facter_version = '3.14.0'"
- " c.after(:suite) do"
- " RSpec::Puppet::Coverage.report!"
- " end"
- "end"
Rakefile:
requires:
- require: 'puppet-strings/tasks'
conditional: "Bundler.rubygems.find_name('puppet-strings').any?"