Skip to content

Commit e462639

Browse files
Teste beta layer
1 parent 2bbbe7c commit e462639

File tree

2 files changed

+3
-62
lines changed

2 files changed

+3
-62
lines changed

.github/workflows/publish_v3_layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
153153
with:
154154
name: cdk-layer-artifact-py${{ matrix.python-version }}
155-
path: layer/cdk.py${{ matrix.python-version }}.out.zip
155+
path: layer_v3/cdk.py${{ matrix.python-version }}.out.zip
156156

157157
beta:
158158
needs: build-layer

.github/workflows/reusable_deploy_v3_layer_stack.yml

Lines changed: 2 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -72,72 +72,13 @@ jobs:
7272
matrix:
7373
# To get a list of current regions, use:
7474
# aws ec2 describe-regions --all-regions --query "Regions[].RegionName" --output text | tr "\t" "\n" | sort
75-
region: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3",
76-
"ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3",
77-
"ap-southeast-4", "ca-central-1", "ca-west-1", "eu-central-1", "eu-central-2",
78-
"eu-north-1", "eu-south-1", "eu-south-2", "eu-west-1", "eu-west-2", "eu-west-3",
79-
"il-central-1", "me-central-1", "me-south-1", "sa-east-1", "us-east-1",
80-
"us-east-2", "us-west-1", "us-west-2"]
75+
region: ["af-south-1", "ap-east-1"]
8176
python-version: ["3.8","3.9","3.10","3.11","3.12"]
8277
include:
8378
- region: "af-south-1"
8479
has_arm64_support: "true"
8580
- region: "ap-east-1"
8681
has_arm64_support: "true"
87-
- region: "ap-northeast-1"
88-
has_arm64_support: "true"
89-
- region: "ap-northeast-2"
90-
has_arm64_support: "true"
91-
- region: "ap-northeast-3"
92-
has_arm64_support: "true"
93-
- region: "ap-south-1"
94-
has_arm64_support: "true"
95-
- region: "ap-south-2"
96-
has_arm64_support: "true"
97-
- region: "ap-southeast-1"
98-
has_arm64_support: "true"
99-
- region: "ap-southeast-2"
100-
has_arm64_support: "true"
101-
- region: "ap-southeast-3"
102-
has_arm64_support: "true"
103-
- region: "ap-southeast-4"
104-
has_arm64_support: "true"
105-
- region: "ca-central-1"
106-
has_arm64_support: "true"
107-
- region: "ca-west-1"
108-
has_arm64_support: "false"
109-
- region: "eu-central-1"
110-
has_arm64_support: "true"
111-
- region: "eu-central-2"
112-
has_arm64_support: "true"
113-
- region: "eu-north-1"
114-
has_arm64_support: "true"
115-
- region: "eu-south-1"
116-
has_arm64_support: "true"
117-
- region: "eu-south-2"
118-
has_arm64_support: "true"
119-
- region: "eu-west-1"
120-
has_arm64_support: "true"
121-
- region: "eu-west-2"
122-
has_arm64_support: "true"
123-
- region: "eu-west-3"
124-
has_arm64_support: "true"
125-
- region: "il-central-1"
126-
has_arm64_support: "true"
127-
- region: "me-central-1"
128-
has_arm64_support: "true"
129-
- region: "me-south-1"
130-
has_arm64_support: "true"
131-
- region: "sa-east-1"
132-
has_arm64_support: "true"
133-
- region: "us-east-1"
134-
has_arm64_support: "true"
135-
- region: "us-east-2"
136-
has_arm64_support: "true"
137-
- region: "us-west-1"
138-
has_arm64_support: "true"
139-
- region: "us-west-2"
140-
has_arm64_support: "true"
14182
steps:
14283
- name: checkout
14384
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@@ -183,7 +124,7 @@ jobs:
183124
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
184125
with:
185126
name: cdk-layer-artifact-py${{ matrix.python-version }}
186-
path: layer
127+
path: layer_v3
187128
- name: unzip artefact
188129
run: unzip cdk.py${{ matrix.python-version }}.out.zip
189130
- name: Define constants

0 commit comments

Comments
 (0)