Skip to content

Commit f4d267f

Browse files
fix: update os versions for scripted input tests (#407)
### Description This PR removes the deprecated version (ubuntu 14.04) and add support of Ubuntu 20.04 and redhat 9.5 for scripted inputs. ### Checklist - [x] `README.md` has been updated or is not required - [ ] push trigger tests - [ ] manual release test - [ ] automated releases test - [x] pull request trigger tests - [ ] schedule trigger tests - [ ] workflow errors/warnings reviewed and addressed ### Testing done Test run: https://github.com/splunk/splunk-add-on-for-unix-and-linux/actions/runs/15417614522
1 parent 1f14af1 commit f4d267f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
description: "list of OS used for scripted input tests"
4646
type: string
4747
default: >-
48-
["ubuntu:14.04", "ubuntu:16.04","ubuntu:18.04","ubuntu:22.04", "ubuntu:24.04", "redhat:8.4", "redhat:8.5", "redhat:8.6", "redhat:8.8"]
48+
["ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "redhat:8.4", "redhat:8.5", "redhat:8.6", "redhat:8.8", "redhat:9.5"]
4949
upgrade-tests-ta-versions:
5050
required: false
5151
description: "List with TA versions (in 'X.X.X' format) that should be used as starting points for upgrade tests. Example: ['7.6.0', '7.7.0']"

0 commit comments

Comments
 (0)