OpenSearch/distribution/bwc
Alpar Torok 0ea00e4861 Change how we pick bwc versions to check out (#45189)
Prior to this PR we always checked out the latest bwc branches and had
an external mechanism to store the bwc versions used for every CI run so
we could both reproduce those builds and run additional tests using the
same combination.

This adds complexities in setting up and maintaining CI and makes it
difficult to set up multi jobs.

This change replaces that mechanism with a time based approach
that looks at the commit date of the current revision and picks the
newest on the bwc branch that's still older than that.
It also makes sure there are no merge commits in this interval.

This new behavior will is ment to be enabled in CI only, for everything
except PR checks that will still use last available bwc revision.
2019-08-07 16:44:38 +03:00
..
bugfix Implement VersionCollection in Java (#34050) 2018-11-01 17:43:57 +02:00
maintenance Implement VersionCollection in Java (#34050) 2018-11-01 17:43:57 +02:00
minor Implement VersionCollection in Java (#34050) 2018-11-01 17:43:57 +02:00
staged Implement VersionCollection in Java (#34050) 2018-11-01 17:43:57 +02:00
build.gradle Change how we pick bwc versions to check out (#45189) 2019-08-07 16:44:38 +03:00