Skip to content

Commit

Permalink
(maint) Update 6.x branch name
Browse files Browse the repository at this point in the history
We changed the branch name for the puppet6 stream from master to 6.x, so
update the acceptance tests to get the latest version from the correct
URL.
  • Loading branch information
GabrielNagy committed Feb 5, 2021
1 parent 655b913 commit b3b06bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/tests/test_upgrade_puppet5_to_puppet6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
test_name 'puppet_agent class: Upgrade agents from puppet5 to puppet6' do
require_master_collection 'puppet6-nightly'
exclude_pe_upgrade_platforms
latest_version = `curl http://builds.delivery.puppetlabs.net/passing-agent-SHAs/puppet-agent-master-version`
latest_version = `curl http://builds.delivery.puppetlabs.net/passing-agent-SHAs/puppet-agent-6.x-version`

puppet_testing_environment = new_puppet_testing_environment

Expand Down

0 comments on commit b3b06bf

Please sign in to comment.