Skip to content

Commit

Permalink
switch ESS region to azure-eastus2 for integ tests (#3441)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila authored Sep 20, 2023
1 parent 7be7f62 commit 69cc860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 69cc860

Please sign in to comment.