You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend CI intake pipeline to run BC upgrade tests (elastic#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
# Conflicts:
# .buildkite/scripts/run-bc-upgrade-tests.sh
0 commit comments