Skip to content

Commit

Permalink
Publish java in ap-southeast-5 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski authored Nov 6, 2024
1 parent 92ff360 commit 33390b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions ci-scripts/publish_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ set -euo pipefail
export NAME_SUFFIX=""
export PUBLIC=true

export REGIONS=("ap-south-1" "eu-north-1" "eu-west-3" "eu-west-2" "eu-west-1" "ap-northeast-3" "ap-northeast-2" "ap-northeast-1" "ca-central-1" "sa-east-1" "ap-southeast-1" "ap-southeast-2" "eu-central-1" "us-east-1" "us-east-2" "us-west-1" "us-west-2" "af-south-1" "ap-east-1" "ap-southeast-3" "eu-south-1" "me-south-1" "ap-south-2" "ap-southeast-4" "eu-central-2" "eu-south-2" "me-central-1" "il-central-1")
export REGIONS=("ap-south-1" "eu-north-1" "eu-west-3" "eu-west-2" "eu-west-1" "ap-northeast-3" "ap-northeast-2" "ap-northeast-1" "ca-central-1" "sa-east-1" "ap-southeast-1" "ap-southeast-2" "eu-central-1" "us-east-1" "us-east-2" "us-west-1" "us-west-2" "af-south-1" "ap-east-1" "ap-southeast-3" "eu-south-1" "me-south-1" "ap-south-2" "ap-southeast-4" "eu-central-2" "eu-south-2" "me-central-1" "il-central-1" "ca-west-1" "ap-southeast-5")
export LIMITED_REGION=false
# shellcheck source=/dev/null
. "${BASH_SOURCE%/*}/publish_layer.sh"

export REGIONS=("ca-west-1")
export LIMITED_REGION=true
# shellcheck source=/dev/null
. "${BASH_SOURCE%/*}/publish_layer.sh"
# export REGIONS=()
# export LIMITED_REGION=true
# # shellcheck source=/dev/null
# . "${BASH_SOURCE%/*}/publish_layer.sh"
10 changes: 5 additions & 5 deletions ci-scripts/publish_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ set -euo pipefail
export NAME_SUFFIX="-test"
export PUBLIC=false

export REGIONS=("ap-south-1" "eu-north-1" "eu-west-3" "eu-west-2" "eu-west-1" "ap-northeast-3" "ap-northeast-2" "ap-northeast-1" "ca-central-1" "sa-east-1" "ap-southeast-1" "ap-southeast-2" "eu-central-1" "us-east-1" "us-east-2" "us-west-1" "us-west-2" "af-south-1" "ap-east-1" "ap-southeast-3" "eu-south-1" "me-south-1")
export REGIONS=("ap-south-1" "eu-north-1" "eu-west-3" "eu-west-2" "eu-west-1" "ap-northeast-3" "ap-northeast-2" "ap-northeast-1" "ca-central-1" "sa-east-1" "ap-southeast-1" "ap-southeast-2" "eu-central-1" "us-east-1" "us-east-2" "us-west-1" "us-west-2" "af-south-1" "ap-east-1" "ap-southeast-3" "eu-south-1" "me-south-1" "ap-south-2" "ap-southeast-4" "eu-central-2" "eu-south-2" "me-central-1" "il-central-1" "ca-west-1" "ap-southeast-5")
export LIMITED_REGION=false
# shellcheck source=/dev/null
. "${BASH_SOURCE%/*}/publish_layer.sh"

export REGIONS=("ap-south-2" "ap-southeast-4" "eu-central-2" "eu-south-2" "me-central-1" "il-central-1")
export LIMITED_REGION=true
# shellcheck source=/dev/null
. "${BASH_SOURCE%/*}/publish_layer.sh"
# export REGIONS=()
# export LIMITED_REGION=true
# # shellcheck source=/dev/null
# . "${BASH_SOURCE%/*}/publish_layer.sh"

0 comments on commit 33390b4

Please sign in to comment.