Skip to content

Commit c4f59e3

Browse files
authored
Merge branch 'main' into merge-back/2.210.0
2 parents 3caac15 + 6b318f5 commit c4f59e3

27 files changed

+1842
-28
lines changed

.github/workflows/request-cli-integ-test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
name: request-cli-integ-test
44
on:
5-
pull_request_target: {}
5+
pull_request_target:
6+
types:
7+
- opened
8+
- synchronize
9+
- reopened
10+
- labeled
11+
- unlabeled
612

713
jobs:
814
cli-changes:
@@ -28,7 +34,7 @@ jobs:
2834
submit-to-test-pipeline:
2935
environment: test-pipeline
3036
needs: cli-changes
31-
if: needs.cli-changes.outputs.any-changed-files == 'true'
37+
if: needs.cli-changes.outputs.any-changed-files == 'true' || contains(github.event.pull_request.labels.*.name, 'pr/request-cli-integ-tests')
3238
runs-on: ubuntu-latest
3339
steps:
3440
- name: Checkout

.mergify.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ queue_rules:
1717
- -approved-reviews-by~=author
1818
# This is important! It makes the PR Linter work.
1919
- "#changes-requested-reviews-by=0"
20-
- status-success~=AWS CodeBuild us-east-1
2120
- status-success=validate-pr
2221
- status-success=build
2322
commit_message_template: |-
@@ -38,7 +37,6 @@ queue_rules:
3837
- -approved-reviews-by~=author
3938
# This is important! It makes the PR Linter work.
4039
- "#changes-requested-reviews-by=0"
41-
- status-success~=AWS CodeBuild us-east-1
4240
- status-success=validate-pr
4341
- status-success=build
4442
commit_message_template: |-
@@ -58,7 +56,6 @@ queue_rules:
5856
- -approved-reviews-by~=author
5957
# This is important! It makes the PR Linter work.
6058
- "#changes-requested-reviews-by=0"
61-
- status-success~=AWS CodeBuild us-east-1
6259
- status-success=validate-pr
6360
- status-success=build
6461
commit_message_template: |-
@@ -91,7 +88,6 @@ pull_request_rules:
9188
- -approved-reviews-by~=author
9289
# This is important! It makes the PR Linter work.
9390
- "#changes-requested-reviews-by=0"
94-
- status-success~=AWS CodeBuild us-east-1
9591
- status-success=validate-pr
9692
- status-success=build
9793
- name: automatic priority merge
@@ -113,7 +109,6 @@ pull_request_rules:
113109
- -approved-reviews-by~=author
114110
# This is important! It makes the PR Linter work.
115111
- "#changes-requested-reviews-by=0"
116-
- status-success~=AWS CodeBuild us-east-1
117112
- status-success=validate-pr
118113
- status-success=build
119114
- name: automatic merge (2+ approvers)
@@ -135,7 +130,6 @@ pull_request_rules:
135130
- -approved-reviews-by~=author
136131
# This is important! It makes the PR Linter work.
137132
- "#changes-requested-reviews-by=0"
138-
- status-success~=AWS CodeBuild us-east-1
139133
- status-success=validate-pr
140134
- status-success=build
141135
- name: automatic merge (no-squash)
@@ -157,7 +151,6 @@ pull_request_rules:
157151
- -approved-reviews-by~=author
158152
# This is important! It makes the PR Linter work.
159153
- "#changes-requested-reviews-by=0"
160-
- status-success~=AWS CodeBuild us-east-1
161154
- status-success=validate-pr
162155
- status-success=build
163156
- name: remove stale reviews
@@ -198,7 +191,6 @@ pull_request_rules:
198191
- "#approved-reviews-by>=1"
199192
# This is important! It makes the PR Linter work.
200193
- "#changes-requested-reviews-by=0"
201-
- status-success~=AWS CodeBuild us-east-1
202194
- status-success=validate-pr
203195
- status-success=build
204196
priority_rules:

packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.table-v2-mrsc.js.snapshot/aws-cdk-global-table-mrsc.assets.json

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"Resources": {
3+
"GlobalTable89F068B2": {
4+
"Type": "AWS::DynamoDB::GlobalTable",
5+
"Properties": {
6+
"AttributeDefinitions": [
7+
{
8+
"AttributeName": "pk",
9+
"AttributeType": "S"
10+
},
11+
{
12+
"AttributeName": "sk",
13+
"AttributeType": "N"
14+
}
15+
],
16+
"BillingMode": "PAY_PER_REQUEST",
17+
"GlobalTableWitnesses": [
18+
{
19+
"Region": "us-west-2"
20+
}
21+
],
22+
"KeySchema": [
23+
{
24+
"AttributeName": "pk",
25+
"KeyType": "HASH"
26+
},
27+
{
28+
"AttributeName": "sk",
29+
"KeyType": "RANGE"
30+
}
31+
],
32+
"MultiRegionConsistency": "STRONG",
33+
"Replicas": [
34+
{
35+
"Region": "us-east-2"
36+
},
37+
{
38+
"Region": "us-east-1"
39+
}
40+
],
41+
"StreamSpecification": {
42+
"StreamViewType": "NEW_AND_OLD_IMAGES"
43+
},
44+
"TableName": "my-global-table"
45+
},
46+
"UpdateReplacePolicy": "Delete",
47+
"DeletionPolicy": "Delete"
48+
}
49+
},
50+
"Parameters": {
51+
"BootstrapVersion": {
52+
"Type": "AWS::SSM::Parameter::Value<String>",
53+
"Default": "/cdk-bootstrap/hnb659fds/version",
54+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
55+
}
56+
},
57+
"Rules": {
58+
"CheckBootstrapVersion": {
59+
"Assertions": [
60+
{
61+
"Assert": {
62+
"Fn::Not": [
63+
{
64+
"Fn::Contains": [
65+
[
66+
"1",
67+
"2",
68+
"3",
69+
"4",
70+
"5"
71+
],
72+
{
73+
"Ref": "BootstrapVersion"
74+
}
75+
]
76+
}
77+
]
78+
},
79+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
80+
}
81+
]
82+
}
83+
}
84+
}

packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.table-v2-mrsc.js.snapshot/awscdkglobaltableintegDefaultTestDeployAssertA2A9E81F.assets.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.table-v2-mrsc.js.snapshot/awscdkglobaltableintegDefaultTestDeployAssertA2A9E81F.template.json

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.table-v2-mrsc.js.snapshot/cdk.out

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.table-v2-mrsc.js.snapshot/integ.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)