-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Don't run packaging snapshot with prereleases #42326
Don't run packaging snapshot with prereleases #42326
Conversation
This pull request doesn't have a |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
This fixes a small bug related to elastic#42304 ; when we (manually) trigger prerelease builds (by setting VERSION_QUALIFIER="...") we only want them to trigger staging builds and skip snapshot builds.
3c93ba2
to
4a97cd2
Compare
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.
👍
…#42330) * Don't run packaging snapshot with prereleases (#42326) This fixes a small bug related to #42304 ; when we (manually) trigger prerelease builds (by setting VERSION_QUALIFIER="...") we only want them to trigger staging builds and skip snapshot builds. (cherry picked from commit a122a9f) # Conflicts: # .buildkite/packaging.pipeline.yml * fix merge conflicts --------- Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
Proposed commit message
This fixes a small bug related to #42304 (example failure link).
When we (manually) trigger prerelease builds (by setting VERSION_QUALIFIER="...") we only want them to trigger staging builds and skip snapshot builds.
Related issues
https://github.com/elastic/ingest-dev/issues/4857