File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,16 @@ inputs:
79
79
required : false
80
80
description : ' Initial version of the TA for upgrade tests'
81
81
default : ' '
82
+ python-version :
83
+ description : ' Python version to use for tests'
84
+ required : false
85
+ default : ' '
82
86
outputs :
83
87
workflow-name : # id of output
84
88
description : ' Name of workflow triggered'
85
89
runs :
86
90
using : ' docker'
87
- image : ' docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v5.1.0 '
91
+ image : ' Dockerfile '
88
92
args :
89
93
- ${{ inputs.workflow-tmpl-name }}
90
94
- ${{ inputs.workflow-template-ns }}
@@ -104,3 +108,4 @@ runs:
104
108
- ${{ inputs.os-version }}
105
109
- ${{ inputs.test-browser }}
106
110
- ${{ inputs.ta-upgrade-version }}
111
+ - ${{ inputs.python-version }}
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ WORKFLOW_NAME=`argo submit -v -o json --from wftmpl/${1} -n ${2} -l workflows.ar
42
42
-p os-version=${16} \
43
43
-p test-browser=${17} \
44
44
-p ta-upgrade-version=${18} \
45
+ -p python-version=${19} \
45
46
-l=" ${9} ,test-type=${6} ,splunk-version=${5} " | jq -r .metadata.name`
46
47
47
48
echo " After argo submit $? "
You can’t perform that action at this time.
0 commit comments