Skip to content

Commit 2e7eb0a

Browse files
authored
test: validate Splunk_version using metricsTest reusable workflow branch (#205)
Validation for the Splunk version update is complete. Tested the changes from the addonfactory-test-matrix-action PR by running the reusable workflow against the Splunk Add-on for Apache Web Server. The test workflow passed successfully, and the logs confirm that the new Splunk version was correctly picked up and used by the test matrix. **Test Run link** https://github.com/splunk/splunk-add-on-for-apache-web-server/actions/runs/22388067008
2 parents 60c29fb + 9c2d049 commit 2e7eb0a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ inputs:
77
type: string
88
runs:
99
using: "docker"
10-
image: docker://ghcr.io/splunk/addonfactory-test-matrix-action/addonfactory-test-matrix-action:v3.1.4
10+
image: 'Dockerfile'

config/splunk_matrix.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ PYTHON39 = true
1010
PYTHON37 = false
1111

1212
[10.0]
13-
VERSION = 10.0.2
14-
BUILD = e2d18b4767e9
13+
VERSION = 10.0.3
14+
BUILD = adbac1c8811c
1515
SUPPORTED = 2027-07-28
1616
PYTHON39 = true
1717
PYTHON37 = false
1818

1919
[9.4]
20-
VERSION = 9.4.7
21-
BUILD = 2a9293b80994
20+
VERSION = 9.4.8
21+
BUILD = c543277b24fa
2222
SUPPORTED = 2026-12-16
2323
PYTHON39 = true
2424
PYTHON37 = false
2525

2626
[9.3]
27-
VERSION = 9.3.8
28-
BUILD = fbf0510dff69
27+
VERSION = 9.3.9
28+
BUILD = 305ee211181f
2929
SUPPORTED = 2026-07-24
3030
PYTHON39 = true
3131
PYTHON37 = false

0 commit comments

Comments
 (0)