[9.1] (backport #8761) ci: always include 8.19 LTS release branch in snapshots of test versions #8783
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.





What does this PR do?
This PR ensures the inclusion of the
8.19LTS branch in the list of snapshot branches used for upgrade testing in CI. Previously, only a limited number of recent release branches (e.g.,9.x,7.17) were included. However, since8.19is designated as an LTS branch and will be supported for an extended period, this change adds it explicitly - similar to the existing logic for7.17.The implementation includes:
8.19to the list of snapshot branches if the current agent version is greater than8.19.testdata/.upgrade-test-agent-versions.ymlto reflect the latest7.17snapshot version (7.17.30-SNAPSHOT).Why is it important?
This change ensures that upgrade tests against the
8.19LTS branch are consistently included in CI pipelines, especially when building agent versions from9.xonward. It guarantees test coverage against supported upgrade paths and aligns with the long-term support strategy.Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
None. This change only affects internal test version selection logic for CI environments.
How to test this PR locally
Related issues
N/A
This is an automatic backport of pull request #8761 done by Mergify.