Skip to content

Commit

Permalink
Merge pull request #600 from MikaelSmith/update-testing
Browse files Browse the repository at this point in the history
(maint) Update testing to use pcp-broker 1.4.0
  • Loading branch information
mruzicka authored Jun 29, 2017
2 parents 5a10fea + 35b3c77 commit 9aa5e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acceptance/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ EOS
tests = ENV['TESTS'] || ENV['TEST']
tests_opt = "--tests=#{tests}" if tests

target = ENV['TEST_TARGET']
target = ENV['TEST_TARGET'] || 'redhat7-64a'

master_host = ENV['MASTER_TEST_TARGET'] || 'redhat7-64m'
if target && !target.start_with?(master_host)
Expand Down
2 changes: 1 addition & 1 deletion acceptance/setup/common/050_Setup_Broker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
have_broker_replica = NUM_BROKERS > 1

PCP_BROKER_FORK = ENV['PCP_BROKER_FORK'] || nil
PCP_BROKER_REF = ENV['PCP_BROKER_REF'] || 'refs/tags/1.2.1'
PCP_BROKER_REF = ENV['PCP_BROKER_REF'] || 'refs/tags/1.4.0'

step 'Clone pcp-broker to broker_hosts' do
pcp_broker_url = build_git_url('pcp-broker', PCP_BROKER_FORK, nil, 'https')
Expand Down

0 comments on commit 9aa5e0c

Please sign in to comment.