Skip to content

Commit e2cecf6

Browse files
authored
add node e2e tests for EKS and K8s (#268)
1 parent 5a99777 commit e2cecf6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/application-signals-e2e-test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,25 @@ jobs:
6363
needs: [ java-k8s-e2e-test ]
6464
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-k8s-test.yml@main
6565
secrets: inherit
66+
with:
67+
aws-region: us-east-1
68+
caller-workflow-name: 'main-build'
69+
cw-agent-operator-tag: ${{ inputs.tag }}
70+
71+
node-eks-e2e-test:
72+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-eks-test.yml@main
73+
# node e2e tests share the same cluster with java tests, we need to run the tests sequentially
74+
needs: [ java-metric-limiter-e2e-test ]
75+
secrets: inherit
76+
with:
77+
aws-region: us-east-1
78+
test-cluster-name: 'e2e-cw-agent-operator-test'
79+
caller-workflow-name: 'main-build'
80+
cw-agent-operator-tag: ${{ inputs.tag }}
81+
82+
node-k8s-e2e-test:
83+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-k8s-test.yml@main
84+
secrets: inherit
6685
with:
6786
aws-region: us-east-1
6887
caller-workflow-name: 'main-build'

0 commit comments

Comments
 (0)