From 065e7c1cf2f5b429a6bf7cdefbbde8b9439330a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paolo=20Chil=C3=A0?= Date: Wed, 20 Sep 2023 18:37:03 +0200 Subject: [PATCH] switch ESS region to azure-eastus2 for integ tests (#3441) (cherry picked from commit 69cc86060ca4b50f701f037e169b7bc5f48f4a81) --- .buildkite/scripts/steps/integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scripts/steps/integration_tests.sh b/.buildkite/scripts/steps/integration_tests.sh index ea28f1f503d..98f300f3950 100755 --- a/.buildkite/scripts/steps/integration_tests.sh +++ b/.buildkite/scripts/steps/integration_tests.sh @@ -8,7 +8,7 @@ DEV=true EXTERNAL=true SNAPSHOT=true PLATFORMS=linux/amd64,linux/arm64 PACKAGES= # Run integration tests set +e -TEST_INTEG_CLEAN_ON_EXIT=true SNAPSHOT=true mage integration:test +TEST_INTEG_AUTH_ESS_REGION=azure-eastus2 TEST_INTEG_CLEAN_ON_EXIT=true SNAPSHOT=true mage integration:test TESTS_EXIT_STATUS=$? set -e