Commit Graph

4 Commits

Author SHA1 Message Date
Rene Groeschke f1b2c8dd8e
Split up bc and pr upgrade tests (#129756)
Splits up bc and pr upgrade tests as they tend to be a bottle neck in intake and pr builds nowadays.
2025-06-23 09:17:54 +02:00
Lorenzo Dematté 796d65952c
Extend CI intake pipeline to run BC upgrade tests (take 2) (#129532)
A new bc-upgrade step in the intake pipeline invokes a bash script to get the commit hash of the latest BC (or snapshot if no BC is available yet) from https://docs.elastic.dev/release/stack/release-api#future-releases for the current branch and runs BWC / upgrade tests from this commit to the HEAD commit of the current branch.

If no matching BC / snapshot exists, the upgrade tests are skipped.

Relates to ES-11905
2025-06-18 18:59:41 +10:00
Lorenzo Dematté 72b8ab4e33
Revert "Extend CI intake pipeline to run BC upgrade tests (#128614)" (#129525)
This reverts commit e8792996df.
2025-06-17 12:08:03 +02:00
Lorenzo Dematté e8792996df
Extend CI intake pipeline to run BC upgrade tests (#128614)
A new bc-upgrade step in the intake pipeline invokes a bash script to get the commit hash of the latest BC (or snapshot if no BC is available yet) from https://docs.elastic.dev/release/stack/release-api#future-releases for the current branch and runs BWC / upgrade tests from this commit to the HEAD commit of the current branch.

If no matching BC / snapshot exists, the upgrade tests are skipped.

Relates to ES-11905
2025-06-17 10:25:26 +02:00