Skip to content

Commit ceafa20

Browse files
committed
Only test in IAD.:
1 parent cccbcd7 commit ceafa20

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/java-ec2-canary.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
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',
24-
'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1',
25-
'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',
26-
'us-east-1','us-east-2', 'us-west-1', 'us-west-2']
23+
aws-region: ['us-east-1']
2724
uses: ./.github/workflows/java-ec2-default-retry.yml
2825
secrets: inherit
2926
with:

.github/workflows/java-eks-canary.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
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',
24-
'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1',
25-
'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',
26-
'us-east-1','us-east-2','us-west-1','us-west-2']
23+
aws-region: ['us-east-1']
2724
uses: ./.github/workflows/java-eks-retry.yml
2825
secrets: inherit
2926
with:

0 commit comments

Comments
 (0)