File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 66# Read more about reusable workflows: https://docs.github.com/en/actions/using-workflows/reusing-workflows#overview
77name : Node EC2 ADOT SigV4 Use Case
88on :
9+ push :
10+ branches :
11+ - Node_SigV4_test
912 workflow_call :
1013 inputs :
1114 caller-workflow-name :
@@ -34,9 +37,9 @@ permissions:
3437env :
3538 E2E_TEST_AWS_REGION : ' us-west-2'
3639 CALLER_WORKFLOW_NAME : ${{ inputs.caller-workflow-name }}
37- NODE_VERSION : ${{ inputs.node-version }}
38- CPU_ARCHITECTURE : ${{ inputs.cpu-architecture }}
39- ADOT_INSTRUMENTATION_NAME : ${{ inputs.staging-instrumentation-name }}
40+ NODE_VERSION : ${{ inputs.node-version || 'none' }}
41+ CPU_ARCHITECTURE : ${{ inputs.cpu-architecture || "x86_64" }}
42+ ADOT_INSTRUMENTATION_NAME : ${{ inputs.staging-instrumentation-name || '@aws/aws-distro-opentelemetry-node-autoinstrumentation' }}
4043 E2E_TEST_ACCOUNT_ID : ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}
4144 E2E_TEST_ROLE_NAME : ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
4245 METRIC_NAMESPACE : ApplicationSignals
You can’t perform that action at this time.
0 commit comments