forked from puppetlabs/puppetlabs-cron_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
50 lines (48 loc) · 1.34 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
---
.rubocop.yml:
default_configs:
Layout/LineLength:
Max: 260
RSpec/NamedSubject:
Enabled: false
RSpec/SubjectStub:
Enabled: false
Gemfile:
optional:
":development":
- gem: beaker
version: '~> 6'
from_env: BEAKER_VERSION
- gem: beaker-abs
from_env: BEAKER_ABS_VERSION
version: '~> 1'
- gem: beaker-hostgenerator
from_env: BEAKER_HOSTGENERATOR_VERSION
- gem: beaker-rspec
from_env: BEAKER_RSPEC_VERSION
# Prevent beaker-puppet from being installed on Ruby > 3.1 until beaker-puppet supports newer Rubies (PA-6136)
- gem: beaker-puppet
from_env: BEAKER_PUPPET_VERSION
version: '~> 4'
condition: Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
- gem: async
version: '~> 1'
- gem: beaker-module_install_helper
- gem: nokogiri
":system_tests":
- gem: voxpupuli-acceptance
appveyor.yml:
delete: true
.travis.yml:
delete: true
.github/workflows/release.yml:
unmanaged: false
.github/workflows/release_prep.yml:
unmanaged: false
.gitlab-ci.yml:
delete: true
# We still use the Vox acceptance Rake task instead of Litmus
Rakefile:
requires:
- require: voxpupuli/acceptance/rake
conditional: Gem.loaded_specs.key? 'voxpupuli-acceptance'