File tree 5 files changed +31
-16
lines changed
5 files changed +31
-16
lines changed Original file line number Diff line number Diff line change 22
22
/convert_report.txt
23
23
/update_report.txt
24
24
.DS_Store
25
- .vscode /
26
25
.envrc
26
+ /inventory.yaml
Original file line number Diff line number Diff line change 22
22
/convert_report.txt
23
23
/update_report.txt
24
24
.DS_Store
25
- .vscode/
26
25
.envrc
26
+ /inventory.yaml
27
27
/appveyor.yml
28
28
/.fixtures.yml
29
29
/Gemfile
32
32
/.gitlab-ci.yml
33
33
/.pdkignore
34
34
/Rakefile
35
+ /rakelib/
35
36
/.rspec
36
37
/.rubocop.yml
37
38
/.travis.yml
38
39
/.yardopts
39
40
/spec/
41
+ /.vscode/
Original file line number Diff line number Diff line change
1
+ --relative
Original file line number Diff line number Diff line change 1
1
---
2
- dist : trusty
3
2
language : ruby
4
3
cache : bundler
5
4
before_install :
@@ -12,36 +11,49 @@ script:
12
11
- ' bundle exec rake $CHECK'
13
12
bundler_args : --without system_tests
14
13
rvm :
15
- - 2.5.1
16
- env :
17
- global :
18
- - BEAKER_PUPPET_COLLECTION=puppet6 PUPPET_GEM_VERSION="~> 6.0"
14
+ - 2.5.3
15
+ stages :
16
+ - static
17
+ - spec
18
+ - acceptance
19
+ -
20
+ if : tag =~ ^v\d
21
+ name : deploy
19
22
matrix :
20
23
fast_finish : true
21
24
include :
22
25
-
23
26
bundler_args :
24
27
dist : trusty
25
28
env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=docker/centos-7 BEAKER_TESTMODE=apply
26
- rvm : 2.5.1
29
+ rvm : 2.5.3
27
30
script : bundle exec rake beaker
28
31
services : docker
32
+ stage : acceptance
29
33
sudo : required
30
34
-
31
35
bundler_args :
32
36
dist : trusty
33
37
env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=docker/ubuntu-14.04 BEAKER_TESTMODE=apply
34
- rvm : 2.5.1
38
+ rvm : 2.5.3
35
39
script : bundle exec rake beaker
36
40
services : docker
41
+ stage : acceptance
37
42
sudo : required
38
43
-
39
- env : CHECK="syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop"
40
- -
41
- env : CHECK=parallel_spec
44
+ env : CHECK="check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
45
+ stage : static
42
46
-
43
47
env : PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
44
- rvm : 2.4.4
48
+ rvm : 2.4.5
49
+ stage : spec
50
+ -
51
+ env : PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
52
+ rvm : 2.5.3
53
+ stage : spec
54
+ -
55
+ env : DEPLOY_TO_FORGE=yes
56
+ stage : deploy
45
57
branches :
46
58
only :
47
59
- master
Original file line number Diff line number Diff line change 82
82
"version_requirement" : " >= 5.5.10 < 7.0.0"
83
83
}
84
84
],
85
- "pdk-version" : " 1.8 .0" ,
86
- "template-url" : " https://github.com/puppetlabs/pdk-templates" ,
87
- "template-ref" : " heads/master-0-gfde5699 "
85
+ "pdk-version" : " 1.10 .0" ,
86
+ "template-url" : " https://github.com/puppetlabs/pdk-templates#master " ,
87
+ "template-ref" : " heads/master-0-gf778803 "
88
88
}
You can’t perform that action at this time.
0 commit comments