-
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
[7.17](backport #38783) Single pipeline entrypoint #38793
Conversation
* Single pipeline entrypoint * Fix indentations * Notifications (cherry picked from commit d0a3b45) # Conflicts: # .buildkite/auditbeat/auditbeat-pipeline.yml # .buildkite/heartbeat/heartbeat-pipeline.yml # .buildkite/pipeline.yml # .buildkite/scripts/common.sh
Cherry-pick of d0a3b45 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
This pull request doesn't have a |
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.
You need to fix the conflict
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.
There are left overs from conflicts e.g. https://github.com/elastic/beats/pull/38793/files#diff-3ad1ceaa38f7134b9714754e777ce9fc4e20aad700f3ea5cfbae253a095f8794R6
hence requesting changes
Resolved |
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.
LGTM
@pierrehilbert It's resolved |
) * Single pipeline entrypoint (elastic#38783) * Single pipeline entrypoint * Fix indentations * Notifications (cherry picked from commit d0a3b45) # Conflicts: # .buildkite/auditbeat/auditbeat-pipeline.yml # .buildkite/heartbeat/heartbeat-pipeline.yml # .buildkite/pipeline.yml # .buildkite/scripts/common.sh * Resolved conflicts --------- Co-authored-by: Pavel Zorin <[email protected]>
Proposed commit message
A single pipeline entry point that triggers other pipelines according to the changeset.
The Main pipeline triggers corresponding pipelines: Auditbeat and Heartbeat.
the statuses are reported back to GH (Simply
auditbeat
andheartbeat
) :Labels and other critical env vars are passed to the trigger step
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs
This is an automatic backport of pull request #38783 done by [Mergify](https://mergify.com).