forked from puppetlabs-toy-chest/puppetlabs-dsc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
87 lines (81 loc) · 2.22 KB
/
.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
.gitignore:
paths:
- bin
- import
- .tmp
- .rbenv-gemsets
- .ruby-version
- "*.lock"
- "!build/vendor/"
Gemfile:
required:
':system_tests':
- gem: 'puppet-module-posix-system-r#{minor_version}'
platforms: ruby
- gem: 'puppet-module-win-system-r#{minor_version}'
platforms:
- mswin
- mingw
- x64_mingw
- gem: beaker
version: '~> 3.13'
from_env: BEAKER_VERSION
- gem: beaker-abs
version: '~> 0.1'
from_env: BEAKER_ABS_VERSION
- gem: beaker-pe
- gem: beaker-hostgenerator
version: '>= 0.0'
from_env: BEAKER_HOSTGENERATOR_VERSION
- gem: beaker-rspec
version: '>= 0.0'
from_env: BEAKER_RSPEC_VERSION
- gem: beaker-testmode_switcher
version: '~> 0.4'
- gem: master_manipulator
- gem: puppet-blacksmith
version: '~> 3.4'
optional:
':build':
- gem: cim
- gem: mof
git: 'https://github.com/puppetlabs/mof.git'
ref: 'f50581901c53ff6a40c54b72ef5f4fcaed9679a1'
- gem: charlock_holmes
- gem: iconv
version: '~> 1.0.4'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.0')"
':development':
- gem: 'rspec-puppet'
platforms: ["mswin", "mingw", "x64_mingw"]
version: '< 2.6.0'
# For the moment don't do any rubocop checks.
.rubocop.yml:
include_todos: true
selected_profile: off
# The rakefile is heavily modified for the build process
Rakefile:
unmanaged: true
spec/default_facts.yml:
unmanaged: true
# The DSC module doesn't support parallel_spec
appveyor.yml:
appveyor_bundle_install: "bundle install --jobs 4 --retry 2 --without system_tests build"
matrix:
- RUBY_VERSION: 24-x64
CHECK: "syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop"
- PUPPET_GEM_VERSION: ~> 4.0
RUBY_VERSION: 21
CHECK: spec
- PUPPET_GEM_VERSION: ~> 4.0
RUBY_VERSION: 21-x64
CHECK: spec
- PUPPET_GEM_VERSION: ~> 5.0
RUBY_VERSION: 24
CHECK: spec
- PUPPET_GEM_VERSION: ~> 5.0
RUBY_VERSION: 24-x64
CHECK: spec
.gitlab-ci.yml:
delete: true