-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.sync.yml
More file actions
49 lines (49 loc) · 1.1 KB
/
.sync.yml
File metadata and controls
49 lines (49 loc) · 1.1 KB
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
---
.github/workflows/ci.yaml:
acceptance_matrix:
set:
- el8
- ---el9
puppet:
- puppet8
acceptance_env_vars:
GEOIP_USERID: '${{ secrets.GEOIP_USERID }}'
GEOIP_LICENSEKEY: '${{ secrets.GEOIP_LICENSEKEY }}'
.gitlab-ci.yml:
delete: true
appveyor.yml:
delete: true
.rubocop.yml:
profiles:
strict:
configs:
RSpec/RepeatedExampleGroupBody:
Enabled: false
spec/acceptance/nodesets/el8.yml:
roles:
- compute
- db
- akrr
- supremm
- web
spec/acceptance/nodesets/el9.yml:
delete: true
spec/acceptance/nodesets/el10.yml:
delete: true
spec/acceptance/nodesets/debian-11.yml:
delete: true
spec/acceptance/nodesets/debian-12.yml:
delete: true
spec/acceptance/nodesets/ubuntu-2004.yml:
delete: true
spec/acceptance/nodesets/ubuntu-2204.yml:
delete: true
spec/acceptance/nodesets/ubuntu-2404.yml:
delete: true
Rakefile:
extras:
- "desc 'Run beaker full acceptance tests'"
- "RSpec::Core::RakeTask.new(:beaker_full) do |t|"
- " t.rspec_opts = ['--color']"
- " t.pattern = 'spec/acceptance_full'"
- "end"