Skip to content

Commit

Permalink
Merge pull request #2 from splunk/test/add-vendor-version
Browse files Browse the repository at this point in the history
feat:add-vendor-version
  • Loading branch information
siddharth-khatsuriya authored Feb 10, 2022
2 parents cd499fa + bde3d90 commit 0fb8ce3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ inputs:
addon-name:
description: 'Technical add-on name'
required: true
vendor-version:
description: 'Vendor product version'
required: false
default: "default"
sc4s-version:
description: 'version of SC4S, No if not required'
required: true
Expand All @@ -73,6 +77,7 @@ runs:
- ${{ inputs.test-args }}
- ${{ inputs.labels }}
- ${{ inputs.addon-name }}
- ${{ inputs.vendor-version }}
- ${{ inputs.sc4s-version }}
- ${{ inputs.install-java }}

5 changes: 3 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ WORKFLOW_NAME=`argo submit -v -o json --from wftmpl/${1} -n ${2} -l workflows.ar
-p test-type=${7} \
-p pytest-args="${8}" \
-p addon-name=${10} \
-p sc4s-version=${11} \
-p install-java=${12} \
-p vendor-version=${11}\
-p sc4s-version=${12} \
-p install-java=${13} \
-l="${9},test-type=${7},splunk-version=${6}" | jq -r .metadata.name`

echo "After argo submit $?"
Expand Down

0 comments on commit 0fb8ce3

Please sign in to comment.