File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,11 @@ jobs:
128128 strategy :
129129 fail-fast : false
130130 matrix :
131+ splunk :
132+ - splunk_version : " 10.0.0"
133+ splunk_filename : " splunk-10.0.0-e8eb0c4654f8-linux-amd64.tgz"
134+ - splunk_version : " 9.4.4"
135+ splunk_filename : " splunk-9.4.4-f627d88b766b-linux-amd64.tgz"
131136 include :
132137 - kafka_version : " 3.5.1"
133138 kafka_package : " kafka_2.12-3.5.1.tgz"
@@ -150,8 +155,8 @@ jobs:
150155 confluent_major_version : " 7.9"
151156 confluent_package_version : " 7.9.2"
152157 env :
153- CI_SPLUNK_VERSION : " 10.0.0 "
154- CI_SPLUNK_FILENAME : splunk-10.0.0-e8eb0c4654f8-linux-amd64.tgz
158+ CI_SPLUNK_VERSION : ${{splunk_version}}
159+ CI_SPLUNK_FILENAME : ${{splunk_filename}}
155160 CI_SPLUNK_HOST : 127.0.0.1
156161 CI_SPLUNK_PORT : 8089
157162 CI_SPLUNK_USERNAME : admin
You can’t perform that action at this time.
0 commit comments