From d4e9fcee5f4dff147fb62de468db9bf2989d135e Mon Sep 17 00:00:00 2001 From: Saket Chaudhary Date: Thu, 8 Aug 2024 21:06:18 +0530 Subject: [PATCH] test locally --- libBuild.sh | 90 ++++++++++++++++++++++++++--------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/libBuild.sh b/libBuild.sh index acc090c..25976e8 100644 --- a/libBuild.sh +++ b/libBuild.sh @@ -4,55 +4,55 @@ set -Eeuo pipefail # Regions that support arm64 architecture REGIONS_ARM=( - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-south-1 - ap-southeast-1 - ap-southeast-2 - ap-southeast-3 - ca-central-1 - eu-central-1 - eu-north-1 - eu-south-1 - eu-west-1 - eu-west-2 - eu-west-3 - me-south-1 - sa-east-1 + # af-south-1 + # ap-northeast-1 + # ap-northeast-2 + # ap-northeast-3 + # ap-south-1 + # ap-southeast-1 + # ap-southeast-2 + # ap-southeast-3 + # ca-central-1 + # eu-central-1 + # eu-north-1 + # eu-south-1 + # eu-west-1 + # eu-west-2 + # eu-west-3 + # me-south-1 + # sa-east-1 us-east-1 - us-east-2 - us-west-1 + # us-east-2 + # us-west-1 us-west-2 ) REGIONS_X86=( - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-south-1 - ap-south-2 - ap-southeast-1 - ap-southeast-2 - ap-southeast-3 - ap-southeast-4 - ca-central-1 - eu-central-1 - eu-central-2 - eu-north-1 - eu-south-1 - eu-south-2 - eu-west-1 - eu-west-2 - eu-west-3 - me-central-1 - me-south-1 - sa-east-1 + # af-south-1 + # ap-northeast-1 + # ap-northeast-2 + # ap-northeast-3 + # ap-south-1 + # ap-south-2 + # ap-southeast-1 + # ap-southeast-2 + # ap-southeast-3 + # ap-southeast-4 + # ca-central-1 + # eu-central-1 + # eu-central-2 + # eu-north-1 + # eu-south-1 + # eu-south-2 + # eu-west-1 + # eu-west-2 + # eu-west-3 + # me-central-1 + # me-south-1 + # sa-east-1 us-east-1 - us-east-2 - us-west-1 + # us-east-2 + # us-west-1 us-west-2 ) @@ -211,7 +211,7 @@ function publish_layer { hash=$( hash_file $layer_archive | awk '{ print $1 }' ) - bucket_name="nr-layers-${region}" + bucket_name="nr-test-saket-layers-${region}" s3_key="$( s3_prefix $runtime_name )/${hash}.${arch}.zip" compat_list=( $runtime_name ) @@ -284,7 +284,7 @@ function publish_docker_ecr { # public ecr repository name # maintainer can use this("q6k3q1g1") repo name for testing - repository="x6n7b2o2" + repository="q6k3q1g1" # copy dockerfile cp ../Dockerfile.ecrImage .