Skip to content

Commit

Permalink
Universal naming for inputs, and allow cw image patch
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 28, 2024
1 parent 5b932b5 commit 949205a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet-eks-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:
test-cluster-name:
required: true
type: string
application-signals-adot-image:
adot-image-name:
required: false
type: string
application-signals-adot-image-tag:
cw-agent-operator-tag:
required: false
type: string
caller-workflow-name:
Expand All @@ -36,7 +36,8 @@ env:
METRIC_NAMESPACE: ApplicationSignals
LOG_GROUP_NAME: /aws/application-signals/data
TEST_RESOURCES_FOLDER: ${GITHUB_WORKSPACE}
ADOT_IMAGE_NAME: ${{ inputs.application-signals-adot-image }}
ADOT_IMAGE_NAME: ${{ inputs.adot-image-name }}
CW_AGENT_OPERATOR_TAG: ${{ inputs.cw-agent-operator-tag }}

jobs:
dotnet-e2e-eks-test:
Expand Down

0 comments on commit 949205a

Please sign in to comment.