Skip to content

Commit 8bb926c

Browse files
committed
avoid metadata
1 parent 47da238 commit 8bb926c

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.buildkite/scripts/steps/integration_tests_tf.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ try {
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)

.buildkite/scripts/steps/integration_tests_tf.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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")
4939
fi
5040

5141
# Run integration tests

0 commit comments

Comments
 (0)