File tree Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ variables:
296
296
# =======================================================================
297
297
298
298
releng_checks :
299
- << : *pup_5_x
299
+ << : *pup_6_x
300
300
<< : *setup_bundler_env
301
301
stage : ' validation'
302
302
tags : ['docker']
@@ -307,7 +307,8 @@ releng_checks:
307
307
- ' bundle exec rake pkg:check_version'
308
308
- ' bundle exec rake pkg:compare_latest_tag'
309
309
- ' bundle exec rake pkg:create_tag_changelog'
310
- - ' bundle exec puppet module build'
310
+ - ' bundle exec pdk build --force --target-dir=dist'
311
+
311
312
312
313
# Linting
313
314
# -----------------------------------------------------------------------
Original file line number Diff line number Diff line change 7
7
# The next baseline sync will overwrite any local changes made to this file.
8
8
# ------------------------------------------------------------------------------
9
9
.*.sw?
10
+ .bundle/
11
+ .git/
12
+ .github/
13
+ .gitlab-ci.yml
14
+ .rspec_system
15
+ .vagrant/
16
+ .vendor/
10
17
.yardoc
11
18
dist/
19
+ doc/
20
+ Gemfile.lock
21
+ junit/
22
+ log/
12
23
pkg/
24
+ spec/acceptance/
13
25
spec/defines/
14
26
spec/fixtures/
15
- spec/acceptance/
16
27
spec/rp_env/
17
- !/spec/hieradata/default.yaml
18
28
!/spec/fixtures/site.pp
19
- .rspec_system
20
- .vagrant/
21
- .bundle/
22
- Gemfile.lock
23
- vendor/
24
- junit/
25
- log/
26
- doc/
29
+ !/spec/hieradata/default.yaml
27
30
tests/
31
+ vendor/
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ group :test do
25
25
gem 'puppet-lint-trailing_comma-check' , :require => false
26
26
gem 'simp-rspec-puppet-facts' , ENV [ 'SIMP_RSPEC_PUPPET_FACTS_VERSION' ] || '~> 3.1'
27
27
gem 'simp-rake-helpers' , ENV [ 'SIMP_RAKE_HELPERS_VERSION' ] || [ '>= 5.11.5' , '< 6' ]
28
- gem ( 'pdk' , ENV [ 'PDK_VERSION' ] || '~> 1 .0' , :require => false ) if major_puppet_version > 5
28
+ gem ( 'pdk' , ENV [ 'PDK_VERSION' ] || '~> 2 .0' , :require => false ) if major_puppet_version > 5
29
29
gem 'pathspec' , '~> 0.2' if Gem ::Requirement . create ( '< 2.6' ) . satisfied_by? ( Gem ::Version . new ( RUBY_VERSION . dup ) )
30
30
end
31
31
You can’t perform that action at this time.
0 commit comments