File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 2828 Write-Output " ~~~ Running integration tests"
2929 # Get-Ess-Stack will start the ESS stack if it is a BK retry, otherwise it will retrieve ESS stack metadata
3030 Get-Ess - Stack - StackVersion $PACKAGE_VERSION
31-
3231 & " $PWD \.buildkite\scripts\buildkite-integration-tests.ps1" $GROUP_NAME $TEST_SUDO
3332 $TestsExitCode = $LASTEXITCODE
3433 if ($TestsExitCode -ne 0 )
Original file line number Diff line number Diff line change @@ -36,16 +36,6 @@ if [[ "${BUILDKITE_RETRY_COUNT}" -gt 0 ]]; then
3636 echo " ~~~ The steps is retried, starting the ESS stack again"
3737 trap ' ess_down' EXIT
3838 ess_up $OVERRIDE_STACK_VERSION || (echo -e " ^^^ +++\nFailed to start ESS stack" )
39- else
40- # For the first run, we start the stack in the start_ess.sh step and it sets the meta-data
41- echo " ~~~ Receiving ESS stack metadata"
42- export ELASTICSEARCH_HOST=$( buildkite-agent meta-data get " es.host" )
43- export ELASTICSEARCH_USERNAME=$( buildkite-agent meta-data get " es.username" )
44- export ELASTICSEARCH_PASSWORD=$( buildkite-agent meta-data get " es.pwd" )
45- export KIBANA_HOST=$( buildkite-agent meta-data get " kibana.host" )
46- export KIBANA_USERNAME=$( buildkite-agent meta-data get " kibana.username" )
47- export KIBANA_PASSWORD=$( buildkite-agent meta-data get " kibana.pwd" )
48- export INTEGRATIONS_SERVER_HOST=$( buildkite-agent meta-data get " integrations_server.host" )
4939fi
5040
5141# Run integration tests
You can’t perform that action at this time.
0 commit comments