Skip to content

Test on us-east-1

Test on us-east-1 #27

Workflow file for this run

## This workflow aims to run the Application Signals end-to-end tests to test changes
## on the E2E testing resources before submitting a PR. The e2e-eks-test will deploy a
## sample app on an EKS cluster, call the APIs, and validate the generated telemetry
## including logs, metrics, and traces while the e2e-ec2-test will do the same but on
## two EC2 instances.
name: Test
on:
push:
jobs:
e2e-ec2-test0:
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
number: "0"
aws-region: us-east-1
caller-workflow-name: 'test'
e2e-ec2-test1:
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
number: "1"
aws-region: us-east-1
caller-workflow-name: 'test'
e2e-ec2-test2:
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
number: "2"
aws-region: us-east-1
caller-workflow-name: 'test'
e2e-ec2-test3:
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
number: "3"
aws-region: us-east-1
caller-workflow-name: 'test'
e2e-ec2-test4:
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
number: "4"
aws-region: us-east-1
caller-workflow-name: 'test'