Migrate CI from Buildkite to GitHub Actions#16
Merged
Conversation
Agent-Logs-Url: https://github.com/elastic/bayeux/sessions/9cd71941-a390-4d2e-8f07-72b59b259f54 Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Migrate Buildkite pipeline to GitHub Actions
Migrate CI from Buildkite to GitHub Actions
Apr 17, 2026
v1v
reviewed
Apr 17, 2026
v1v
reviewed
Apr 17, 2026
v1v
reviewed
Apr 17, 2026
v1v
reviewed
Apr 17, 2026
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
Member
|
@copilot remove the bk pipeline definition from catalog-info.yaml |
Agent-Logs-Url: https://github.com/elastic/bayeux/sessions/5811530d-1859-43da-9478-5a62caca6969 Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
Author
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.
Replaces the Buildkite pipeline with a minimal GitHub Actions workflow covering the same checks:
gofmtformatting andgo test -v -race ./....Changes
.github/workflows/ci.yml— runs on PRs and pushes tomain; sets up Go 1.20, checks formatting, runs tests with race detector.buildkite/— pipeline definition, scripts, hooks, and PR configcatalog-info.yaml— removed the Buildkite pipelineResourceentryBuildkite-specific steps (JUnit report generation and annotation) are not ported — they were CI infrastructure with no equivalent need in GitHub Actions.
Original prompt
This pull request was created from Copilot chat.