Skip to content

Commit

Permalink
test updated E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 15, 2024
1 parent ea011b9 commit d0562cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-ec2-e2e-canary-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# '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/dotnet-e2e-ec2-default-test.yml
uses: ./.github/workflows/dotnet-ec2-default-e2e-test.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
Expand All @@ -45,7 +45,7 @@ jobs:
# 'us-east-1','us-east-2', 'us-west-1', 'us-west-2' ]
aws-region: [ 'us-east-1']

uses: ./.github/workflows/dotnet-e2e-ec2-asg-test.yml
uses: ./.github/workflows/dotnet-ec2-asg-e2e-test.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-eks-e2e-canary-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# '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/dotnet-e2e-eks-test.yml
uses: ./.github/workflows/dotnet-eks-e2e-test.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
Expand Down

0 comments on commit d0562cd

Please sign in to comment.