Skip to content

Commit

Permalink
add application signals node.js e2e tests (#1407)
Browse files Browse the repository at this point in the history
Co-authored-by: Lisa Guo <lguo25@gmail.com>
  • Loading branch information
pxaws and lisguo authored Nov 8, 2024
1 parent 8ac5454 commit 896a6b6
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion .github/workflows/application-signals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,46 @@ jobs:
secrets: inherit
with:
aws-region: us-east-1
caller-workflow-name: 'main-build'
caller-workflow-name: 'main-build'

node-eks-e2e-test:
# Because we share the same eks cluster for different languages, we want to run the tests sequentially to avoid interference
needs: [ CheckBuildTestArtifacts, python-eks-e2e-test ]
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-eks-test.yml@main
secrets: inherit
with:
aws-region: us-east-1
test-cluster-name: 'e2e-cw-agent-test'
caller-workflow-name: 'main-build'

node-ec2-default-e2e-test:
needs: [ CheckBuildTestArtifacts ]
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-ec2-default-test.yml@main
secrets: inherit
with:
aws-region: us-east-1
caller-workflow-name: 'main-build'

node-ec2-asg-e2e-test:
needs: [ CheckBuildTestArtifacts ]
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-ec2-asg-test.yml@main
secrets: inherit
with:
aws-region: us-east-1
caller-workflow-name: 'main-build'

node-k8s-e2e-test:
needs: [ CheckBuildTestArtifacts ]
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-k8s-test.yml@main
secrets: inherit
with:
aws-region: us-east-1
caller-workflow-name: 'main-build'

node-ecs-e2e-test:
needs: [ CheckBuildTestArtifacts ]
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-ecs-test.yml@main
secrets: inherit
with:
aws-region: us-east-1
caller-workflow-name: 'main-build'

0 comments on commit 896a6b6

Please sign in to comment.