Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ADOT Patch workflow committed Jan 16, 2024
1 parent 077ad61 commit 40b7d1f
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,14 @@ permissions:
contents: read

jobs:
e2e-canary-test:
e2e-test:
strategy:
fail-fast: false
matrix:
aws-region: ['us-east-1']
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
uses: ./.github/workflows/appsignals-e2e-eks-test.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
caller-workflow-name: 'appsignals-e2e-ec2-canary-test'
e2e-canary-test2:
strategy:
fail-fast: false
matrix:
aws-region: ['us-east-2']
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
caller-workflow-name: 'appsignals-e2e-ec2-canary-test'
e2e-canary-test3:
strategy:
fail-fast: false
matrix:
aws-region: ['eu-west-1']
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
caller-workflow-name: 'appsignals-e2e-ec2-canary-test'
test-cluster-name: 'e2e-test-playground'
caller-workflow-name: 'appsignals-e2e-eks-canary-test'

0 comments on commit 40b7d1f

Please sign in to comment.