File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments