Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Dec 9, 2024
1 parent f89f516 commit 28b15ed
Show file tree
Hide file tree
Showing 355 changed files with 33,649 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/java-eks-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
schedule:
- cron: '8,33 * * * *' # run the workflow at 8th and 33th minute of every hour
workflow_dispatch: # be able to run the workflow on demand
push:

permissions:
id-token: write
Expand All @@ -20,10 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
aws-region: ['af-south-1','ap-east-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','il-central-1','me-central-1','me-south-1', 'sa-east-1',
'us-east-1','us-east-2','us-west-1','us-west-2']
aws-region: ['us-east-1']
uses: ./.github/workflows/java-eks-retry.yml
secrets: inherit
with:
Expand Down
Binary file added validator/bin/main/com/amazon/aoc/App.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[{
"EC2.InstanceId": "^{{instanceId}}$",
"Environment": "^ec2:{{platformInfo}}$",
"PlatformType": "^AWS::EC2$",
"Operation": "GET aws-sdk-call",
"Version": "^1$",
"Telemetry.Source": "^LocalRootSpan$",
"Host": "^{{privateDnsName}}$"
},
{
"EC2.InstanceId": "^{{instanceId}}$",
"Environment": "^ec2:{{platformInfo}}$",
"PlatformType": "^AWS::EC2$",
"Operation": "GET aws-sdk-call",
"Version": "^1$",
"RemoteService": "AWS::S3",
"RemoteOperation": "GetBucketLocation",
"Telemetry.Source": "^ClientSpan$",
"Host": "^{{privateDnsName}}$"
}]
Loading

0 comments on commit 28b15ed

Please sign in to comment.