forked from treydock/puppet-module-xdmod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
42 lines (42 loc) · 995 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
---
.github/workflows/ci.yaml:
acceptance_matrix:
set:
- centos-7
- ---centos-8
puppet:
- puppet6
- puppet7
acceptance_env_vars:
GEOIP_USERID: '${{ secrets.GEOIP_USERID }}'
GEOIP_LICENSEKEY: '${{ secrets.GEOIP_LICENSEKEY }}'
.gitlab-ci.yml:
delete: true
appveyor.yml:
delete: true
spec/acceptance/nodesets/centos-6.yml:
delete: true
spec/acceptance/nodesets/centos-7.yml:
roles:
- compute
- db
- akrr
- supremm
- web
spec/acceptance/nodesets/centos-8.yml:
delete: true
spec/acceptance/nodesets/debian-9.yml:
delete: true
spec/acceptance/nodesets/debian-10.yml:
delete: true
spec/acceptance/nodesets/ubuntu-1804.yml:
delete: true
spec/acceptance/nodesets/ubuntu-2004.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"