OpenSearch/distribution
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
..
archives convert EmptyDirTask.groovy to .java (#34672) 2019-06-13 12:21:23 +03:00
bwc Change how we pick bwc versions to check out (#45189) 2019-08-07 16:44:38 +03:00
docker Introduce formal node ML role (#45174) 2019-08-06 13:00:05 -04:00
licenses Add notice for bundled jdk (#40576) 2019-03-29 17:21:21 -04:00
packages Notify systemd when Elasticsearch is ready (#44673) 2019-07-24 14:04:36 +09:00
src Fix types field in JSON Search Slow Logs (#44641) 2019-07-22 12:02:20 +02:00
tools Normalize environment paths (#45179) 2019-08-06 06:04:30 -04:00
build.gradle Notify systemd when Elasticsearch is ready (#44673) 2019-07-24 14:04:36 +09:00