Skip to content

Commit

Permalink
feat: pass add-on name to argo workflows
Browse files Browse the repository at this point in the history
INFRA-33647
  • Loading branch information
msuthar-splunk committed Sep 7, 2021
1 parent cdf573f commit 43508f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ inputs:
addon-url:
description: 'URL for Add-on spl'
required: true
addon-secret-id:
description: 'AWS addon secret ID'
addon-name:
description: 'Technical add-on name'
required: true
sc4s-version:
description: 'version of SC4S, No if not required'
Expand All @@ -69,6 +69,6 @@ runs:
- ${{ inputs.test-type }}
- ${{ inputs.test-args }}
- ${{ inputs.labels }}
- ${{ inputs.addon-secret-id }}
- ${{ inputs.addon-name }}
- ${{ inputs.sc4s-version }}

2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WORKFLOW_NAME=`argo submit -v -o json --from wftmpl/${1} -n ${2} -l workflows.ar
-p splunk-version=${6} \
-p test-type=${7} \
-p pytest-args="${8}" \
-p aws-addon-secret-id=${10} \
-p addon-name=${10} \
-p sc4s-version=${11} \
-l="${9},test-type=${7},splunk-version=${6}" | jq -r .metadata.name`

Expand Down

0 comments on commit 43508f8

Please sign in to comment.