diff --git a/.github/actionlint.yml b/.github/actionlint.yml index fddd2f980d..e2ece5f230 100644 --- a/.github/actionlint.yml +++ b/.github/actionlint.yml @@ -5,4 +5,6 @@ self-hosted-runner: - small - us-east-2 config-variables: + - REMOTE_STORAGE_AZURE_CONTAINER + - REMOTE_STORAGE_AZURE_REGION - SLACK_UPCOMING_RELEASE_CHANNEL_ID diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 58ddc66d5d..57b5776b76 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -340,11 +340,11 @@ jobs: # Run separate tests for real Azure Blob Storage # XXX: replace region with `eu-central-1`-like region + export ENABLE_REAL_AZURE_REMOTE_STORAGE=y export AZURE_STORAGE_ACCOUNT="${{ secrets.AZURE_STORAGE_ACCOUNT_DEV }}" export AZURE_STORAGE_ACCESS_KEY="${{ secrets.AZURE_STORAGE_ACCESS_KEY_DEV }}" - export ENABLE_REAL_AZURE_REMOTE_STORAGE=y - export REMOTE_STORAGE_AZURE_CONTAINER=neon-github-sandbox - export REMOTE_STORAGE_AZURE_REGION=eastus2 + export REMOTE_STORAGE_AZURE_CONTAINER="${{ vars.REMOTE_STORAGE_AZURE_CONTAINER }}" + export REMOTE_STORAGE_AZURE_REGION="${{ vars.REMOTE_STORAGE_AZURE_REGION }}" # Avoid `$CARGO_FEATURES` since there's no `testing` feature in the e2e tests now ${cov_prefix} cargo test $CARGO_FLAGS --package remote_storage --test test_real_azure