We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34fa12b + 6493d03 commit cc8ef66Copy full SHA for cc8ef66
1 file changed
acceptance/tests/test_upgrade_puppet7_to_puppet8.rb
@@ -6,7 +6,8 @@
6
test_name 'puppet_agent class: Upgrade agents from puppet7 to puppet8' do
7
require_master_collection 'puppet8-nightly'
8
exclude_pe_upgrade_platforms
9
- latest_version = `curl https://builds.delivery.puppetlabs.net/passing-agent-SHAs/puppet-agent-main-version`
+ latest_version = `curl https://builds.delivery.puppetlabs.net/passing-agent-SHAs/puppet-agent-8.x-version`
10
+ logger.info("Using latest puppet-agent-8.x #{latest_version}")
11
12
puppet_testing_environment = new_puppet_testing_environment
13
0 commit comments