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 @@ -75,12 +75,16 @@ inputs:
75
75
description : ' Browser type for UI tests'
76
76
required : false
77
77
default : ' '
78
+ ta-upgrade-version :
79
+ required : false
80
+ description : ' Initial version of the TA for upgrade tests'
81
+ default : ' '
78
82
outputs :
79
83
workflow-name : # id of output
80
84
description : ' Name of workflow triggered'
81
85
runs :
82
86
using : ' docker'
83
- image : ' docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v5.0.2 '
87
+ image : ' Dockerfile '
84
88
args :
85
89
- ${{ inputs.workflow-tmpl-name }}
86
90
- ${{ inputs.workflow-template-ns }}
99
103
- ${{ inputs.os-name }}
100
104
- ${{ inputs.os-version }}
101
105
- ${{ inputs.test-browser }}
106
+ - ${{ inputs.ta-upgrade-version }}
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ WORKFLOW_NAME=`argo submit -v -o json --from wftmpl/${1} -n ${2} -l workflows.ar
41
41
-p os-name=${15} \
42
42
-p os-version=${16} \
43
43
-p test-browser=${17} \
44
+ -p ta-upgrade-version=${18} \
44
45
-l=" ${9} ,test-type=${6} ,splunk-version=${5} " | jq -r .metadata.name`
45
46
46
47
echo " After argo submit $? "
You can’t perform that action at this time.
0 commit comments