-
Notifications
You must be signed in to change notification settings - Fork 491
Open
Labels
Description
Currently all integrations are tested in PRs with the oldest version they support. This helps avoiding the introduction of breaking changes, but it relies on developers to test with recent versions.
We could add a new testing stage for PRs, that tests changes with an snapshot version.
The changes would be:
- Add a stage that tests on PRs with an snapshot version of the stack, apart of the current stage that test with the oldest supported version.
- Add an automation to open a PR to update the snapshot version used. Failures here should follow same strategy as Improve visibility on failures in daily job #6071. This automation could replace the daily job for latest snapshot.
This will basically duplicate the resources used to test each PR.
Related to #213
andrewkroh and ebeahan