Skip to content

Commit

Permalink
(maint) Use production forge for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstoller committed Mar 20, 2024
1 parent e5be03b commit 84d8500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
Unreleased
----------
- Make metadata loading during incremental deploys more robust [PE-34917](https://perforce.atlassian.net/browse/PE-34917)
- Use the production forge for integration testing


3.16.0
Expand Down
2 changes: 1 addition & 1 deletion integration/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ rototiller_task :beaker_hostgenerator do |t|
# This is a hack :(
t.add_flag(:name => '', :default => 'centos7-64mdca-64.fa', :override_env => 'TEST_TARGET')

t.add_flag(:name => '--global-config', :default => '{forge_host=forge-aio01-petest.puppetlabs.com}', :override_env => 'BHG_GLOBAL_CONFIG')
t.add_flag(:name => '--global-config', :default => '{forge_host=forgeapi.puppet.com}', :override_env => 'BHG_GLOBAL_CONFIG')
end
end

Expand Down

0 comments on commit 84d8500

Please sign in to comment.