Martin Alfke
Martin Alfke
Are there any plans to provide PDK for SLES 15 within a reasonable time? Customers are upgrading from SLES 12 to 15 and have urgent need for PDK on SLES15.
Are there any updates on this issue?
Can someone please put this on the backlog? Many customers want to upgrade (or already have upgraded) an can no longer use PDK.
I can not see SLES15 download on - the PDK website: https://puppet.com/try-puppet/puppet-development-kit/ - the PDK documentation website https://puppet.com/docs/pdk/2.x/pdk_install.html The package is listed on the yum.puppet.com repo: https://yum.puppet.com/puppet-tools/sles/15/x86_64/index.html Can someone please...
``` pdk (DEBUG): Executing '/home/alfkem/puppet/control-repository/site/profile/bin/rake spec_standalone' pdk (DEBUG): Command environment: pdk (DEBUG): TERM: xterm pdk (DEBUG): PUPPET_GEM_VERSION: 5.5.16 pdk (DEBUG): FACTER_GEM_VERSION: pdk (DEBUG): HIERA_GEM_VERSION: pdk (DEBUG): CI_SPEC_OPTIONS: --format j pdk...
When running `pdk bundle exec rake spec` the following happens: (Hint: the bin/gitlab_unit_tests.sh sript changes into site/profile directory and rund pdk bundle exec ...) ``` 12:34 $ ./bin/gitlab_unit_tests.sh Profile Unit...
Running `pdk --debug bundle exec rake spec`: ``` pdk (DEBUG): Analytics opt-out is set, analytics will be disabled pdk (DEBUG): Skipping submission of 'bundle' screenview because analytics is disabled pdk...
pdk: 318 seconds rspec-puppet: 34 seconds. What is happening within the missing 280 seconds?
Hint from Rob Nelson: What happens if you add —tests \? Is it any faster when not enumerating the filesystem? 
`pdk --debug bundle exec rake spec_prep` finished within 1.3 seconds: ``` pdk (DEBUG): Execution of '/opt/puppetlabs/pdk/private/ruby/2.4.5/bin/bundle exec rake spec_prep' complete (duration: 1.389028238s; exit code: 0) ``` @rnelson0: pdk running fast,...