- Notifications
You must be signed in to change notification settings - Fork 25.5k
Extend CI intake pipeline to run BC upgrade tests (take 2) #129532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend CI intake pipeline to run BC upgrade tests (take 2) #129532
Conversation
…e/elasticsearch into bc-upgrade/bc-commit-hash-script
Co-authored-by: Brian Seeders <seeders@gmail.com>
Pinging @elastic/es-delivery (Team:Delivery) |
1 similar comment
Pinging @elastic/es-delivery (Team:Delivery) |
…t-hash-script # Conflicts: # .buildkite/scripts/run-bc-upgrade-tests.sh
Working buildkite build here: https://buildkite.com/elastic/elasticsearch-intake/builds/24136 |
…e/elasticsearch into bc-upgrade/bc-commit-hash-script
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of optional comments...
💔 Backport failed
You can use sqren/backport to manually backport by running |
Already backported in #129522 |
…29532) 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
Re-introduce #128614, fixing how we invoke CURL on the manifest URL