Skip to content

Commit cce37d1

Browse files
fix: drop ubuntu:16.04 from scripted input tests (EOL) (#495)
### Description drop ubuntu:16.04 from scripted input tests (EOL) ### Checklist - [ ] `README.md` has been updated or is not required - [ ] push trigger tests - [ ] manual release test - [ ] automated releases test - [ ] pull request trigger tests - [ ] schedule trigger tests - [ ] workflow errors/warnings reviewed and addressed ### Testing done (for each selected checkbox, the corresponding test results link should be listed here)
2 parents 6303ad5 + 04b478e commit cce37d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: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"]
48+
["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)