Skip to content

Commit 7424a39

Browse files
Test SAR BETA Deploy
1 parent d173e1f commit 7424a39

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish_v3_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
max-parallel: 5
8787
matrix:
88-
python-version: ["3.8","3.9","3.10","3.11","3.12"]
88+
python-version: ["3.8","3.9"]
8989
defaults:
9090
run:
9191
working-directory: ./layer_v3

.github/workflows/reusable_deploy_v3_sar.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
strategy:
7373
matrix:
7474
architecture: ["x86_64", "arm64"]
75-
python-version: ["3.8","3.9","3.10","3.11","3.12"]
75+
#python-version: ["3.8","3.9","3.10","3.11","3.12"]
76+
python-version: ["3.8","3.9"]
7677
steps:
7778
- name: checkout
7879
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@@ -164,7 +165,7 @@ jobs:
164165
cat template.yml
165166
166167
# Package the SAR to our SAR S3 bucket, and publish it
167-
sam package --template-file template.yml --output-template-file packaged.yml --s3-bucket ${{ secrets.AWS_SAR_S3_BUCKET }}
168+
sam package --template-file template.yml --output-template-file packaged.yml --s3-bucket ${{ secrets.AWS_SAR_S3_BUCKET_V3 }}
168169
sam publish --template packaged.yml --region "$AWS_REGION"
169170
- name: Deploy BETA canary
170171
if: ${{ inputs.stage == 'BETA' }}

0 commit comments

Comments
 (0)