Add Buildkite CI pipeline for tests#2624
Merged
kgeller merged 2 commits intoelastic:mainfrom May 4, 2026
Merged
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
trisch-me
approved these changes
May 4, 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
Add a Buildkite pipeline to run
make check yamllint(the same command as theexisting GHA
test.ymlworkflow), provisioned via Terrazzo fromcatalog-info.yaml.The existing GitHub Actions test workflow is intentionally kept running in parallel
until Buildkite is confirmed green, then will be removed in a follow-up PR.
What's included
.buildkite/pipeline.yml— single test step onpipelib:0.27.0.buildkite/scripts/run-tests.sh— wrapper that runsmake check yamllintcatalog-info.yaml— registers theecsBackstage Component andbuildkite-pipeline-ecsResourceWhat happens after merge
ecspipeline in Buildkite (minutes to ~30 min).main.buildkite/ecsas a required status check onmain..github/workflows/test.ymland drops the oldUnit Testsrequired check.Pipeline config choices
branch_configuration: "main 8.* 9.* 10.*"— covers all active release branches; excludes frozen1.*branches.skip_intermediate_builds/cancel_intermediate_builds— enabled on topic branches only; long-lived branches keep every build.filter_conditionyet — deferred untilbuildkite-pr-botis wired up (separate PR toelastic/infra+ webhook config needed first)..buildkite/pull-requests.jsonyet — same reason; comment triggers (/test) and changeset-based skips arrive in a follow-up.