You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This workflow publishes a specific layer version in an AWS account based on the environment input.
3
+
# This workflow publishes a specific layer version in an AWS account based on the partition input.
4
4
#
5
-
# We pull each the version of the layer and store them as artifacts, the we upload them to each of the Partitioned AWS accounts.
5
+
# We pull the version of the layer and store them as artifacts, then we upload them to each of the Partitioned AWS accounts.
6
6
#
7
7
# A number of safety checks are performed to ensure safety.
8
8
#
@@ -12,7 +12,7 @@
12
12
# 3. [Copy & Verify] deploy the layer to all regions in the target partition and validate layer deployment by comparing SHA256, description, and version numbers
13
13
#
14
14
# === Manual activities ===
15
-
# 1. After the `make-release` workflow finishes and the PR for the documentation update gets created, trigger this workflow manually via `workflow_dispatch` with environment, version, and partition inputs for each Gamma and Prod environment in the China and GovCloud partitions
15
+
# 1. After the `make-release` workflow finishes and the PR for the documentation update gets created, trigger this workflow manually via `workflow_dispatch` with partition inputs for each China and GovCloud partitions
16
16
# 2. Monitor deployment progress and verify successful layer publication across all target regions
17
17
# 3. Once this workflow is completed, the PR for the documentation update can me merged
# This job deploys the layer to all regions in the target partition using a matrix strategy. It performs integrity checks, publishes the layer, sets public permissions, and validates deployment.
123
-
copy:
124
-
name: Copy
125
-
needs:
126
-
- setup
127
-
- download
128
-
runs-on: ubuntu-latest
129
-
permissions:
130
-
id-token: write
131
-
contents: read
132
-
# Environment should interperlate as "GovCloud Prod" or "China Beta"
# This job deploys the layer to all regions in the target partition using a matrix strategy. It performs integrity checks, publishes the layer, sets public permissions, and validates deployment.
0 commit comments