File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 5555 echo STEP_ID=Setup-Acceptance-Test-Matrix >> $GITHUB_ENV
5656 echo STEP_START=$(date +%s) >> $GITHUB_ENV
5757
58+ - name : Run Static & Syntax Tests
59+ if : ${{ github.repository_owner == 'puppetlabs' }}
60+ run : |
61+ buildevents cmd $TRACE_ID $STEP_ID 'static_syntax_checks' -- bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
62+
5863 - name : Setup Spec Test Matrix
5964 id : get-matrix
6065 run : |
@@ -120,10 +125,6 @@ jobs:
120125 buildevents cmd $TRACE_ID $STEP_ID 'bundle env' -- bundle env
121126 echo ::endgroup::
122127
123- - name : Run Static & Syntax Tests
124- run : |
125- buildevents cmd $TRACE_ID $STEP_ID 'static_syntax_checks Puppet ${{ matrix.puppet_version }}, Ruby ${{ matrix.ruby_version }}' -- bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
126-
127128 - name : Run parallel_spec tests
128129 run : |
129130 buildevents cmd $TRACE_ID $STEP_ID 'rake parallel_spec Puppet ${{ matrix.puppet_version }}, Ruby ${{ matrix.ruby_version }}' -- bundle exec rake parallel_spec
Original file line number Diff line number Diff line change @@ -27,3 +27,4 @@ spec/spec_helper.rb:
2727 unmanaged : false
2828.travis.yml :
2929 delete : true
30+ changelog_since_tag : ' v3.0.0'
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
4848 raise "Set CHANGELOG_GITHUB_TOKEN environment variable eg 'export CHANGELOG_GITHUB_TOKEN=valid_token_here'" if Rake . application . top_level_tasks . include? "changelog" and ENV [ 'CHANGELOG_GITHUB_TOKEN' ] . nil?
4949 config . user = "#{ changelog_user } "
5050 config . project = "#{ changelog_project } "
51+ config . since_tag = "v3.0.0"
5152 config . future_release = "#{ changelog_future_release } "
5253 config . exclude_labels = [ 'maintenance' ]
5354 config . header = "# Change log\n \n All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org)."
Original file line number Diff line number Diff line change 7676 }
7777 ],
7878 "template-url" : " https://github.com/puppetlabs/pdk-templates.git#main" ,
79- "template-ref" : " heads/main-0-g03daa92 " ,
80- "pdk-version" : " 2.1.0 "
79+ "template-ref" : " heads/main-0-g2381db6 " ,
80+ "pdk-version" : " 2.1.1 "
8181}
You can’t perform that action at this time.
0 commit comments