Skip to content

Commit b400ca8

Browse files
committed
test both 10.X and 9.X splunk versions
1 parent 4340e78 commit b400ca8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci_build_test.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)