[8.19] Add missing qualifier.sh for DRA staging - #8349
Merged
Conversation
dra-generate.sh sources this file on staging, but it was never on 8.19 after the dra-prep backport. Co-authored-by: Cursor <cursoragent@cursor.com>
bhapas
approved these changes
Sep 7, 2026
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of your changes
Staging DRA on 8.19 fails in
dra-generate.shbecause it sources.buildkite/scripts/qualifier.sh, which was never on this branch.The dra-prep backport (#8301 / #8061) added that
sourcefor staging sostack_versioncan include an alpha/beta qualifier.qualifier.shitself landed on main/9.x in #2950 and was not part of the 8.19 backport.This PR adds only that file (same contents as main). The rest of #2950 is not required: 8.19's pipeline already dropped the old
VERSION_QUALIFIERconditions,publish.shis no longer used, and packaging already succeeded without sourcing the file.Failed job: https://buildkite.com/elastic/cloudbeat/builds/4565#01a07a75-ec9c-4bfe-a151-f76b49e503f1
Screenshot/Data
N/A — CI script fix.
Related Issues
Checklist
Test plan
Generate DRA steps (staging)sourcesqualifier.shand proceeds past the previousNo such file or directoryerrorMade with Cursor