Skip to content

Commit 0cc1c27

Browse files
author
Jeel Mehta
committed
Test
1 parent 5485d9e commit 0cc1c27

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/node-ec2-adot-sigv4-test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# Read more about reusable workflows: https://docs.github.com/en/actions/using-workflows/reusing-workflows#overview
77
name: Node EC2 ADOT SigV4 Use Case
88
on:
9+
push:
10+
branches:
11+
- Node_SigV4_test
912
workflow_call:
1013
inputs:
1114
caller-workflow-name:
@@ -34,9 +37,9 @@ permissions:
3437
env:
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

0 commit comments

Comments
 (0)