-
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
Set the proper comment to trigger the central pipeline #38487
Set the proper comment to trigger the central pipeline #38487
Conversation
The new main dynamic pipeline parses the comment and output what steps are needed, so we dont really need the buildkite-pr-bot to controll that anymore. Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
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. Left a comment, but it's harmless as is, so need for another review cycle.
Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
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
The new main dynamic pipeline parses the comment and outputs what steps are needed, so we don't need the buildkite-pr-bot to control that anymore. Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co> (cherry picked from commit 16f8d09)
💚 Build Succeeded
cc @alexsapran |
💔 Build Failed
Failed CI StepsHistorycc @alexsapran |
💚 Build Succeeded
cc @alexsapran |
💚 Build Succeeded
cc @alexsapran |
💚 Build Succeeded
cc @alexsapran |
💚 Build Succeeded
cc @alexsapran |
💚 Build Succeeded
cc @alexsapran |
💚 Build Succeeded
History
cc @alexsapran |
💚 Build Succeeded
History
cc @alexsapran |
💚 Build Succeeded
cc @alexsapran |
… pipeline (#38489) The new main dynamic pipeline parses the comment and outputs what steps are needed, so we don't need the buildkite-pr-bot to control that anymore. Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co> (cherry picked from commit 16f8d09) Co-authored-by: Alexandros Sapranidis <alexandros@elastic.co>
Proposed commit message
The new main dynamic pipeline parses the comment and outputs what steps are needed, so we don't need the buildkite-pr-bot to control that anymore.
What we would like to do is be able to trigger the
buildkite/beats
pipeline with any comment starting with/test ....
so that thegenerate
step would parse it and output the appropriate pipeline steps.Some examples
Related: https://github.com/elastic/ingest-dev/issues/2992