[APIE-627] Add Muckrake Check to pipeline#3198
Open
cqin-confluent wants to merge 23 commits intomainfrom
Open
Conversation
|
🎉 All Contributor License Agreements have been signed. Ready to merge. |
There was a problem hiding this comment.
Pull Request Overview
This PR adds a "Muckrake Check" pipeline to the CI/CD workflow that builds and uploads CLI binaries for testing purposes. The implementation creates Docker-based build automation for both linux/amd64 and linux/arm64 architectures.
Key changes:
- Added Docker-based build system for Muckrake testing
- Created new Makefile targets for building, uploading, and cleaning up artifacts
- Integrated Muckrake Check blocks into the Semaphore CI pipeline
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docker/Dockerfile_muckrake | New Dockerfile for building CLI binaries in containerized environment |
| Makefile | Added three new targets for Docker building, S3 uploading, and cleanup operations |
| .semaphore/semaphore.yml | Added two new CI blocks for building and uploading binaries for different architectures |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This comment has been minimized.
This comment has been minimized.
tmalikconfluent
previously approved these changes
Oct 14, 2025
ab8e81b
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.
Release Notes
Breaking Changes
New Features
Bug Fixes
Checklist
Whatsection below whether this PR applies to Confluent Cloud, Confluent Platform, or both.Test & Reviewsection below.Blast Radiussection below.What
[Internal] Update existing pipeline to add in Muckrake Check and upload dev build to AWS S3
This PR updates the CLI Semaphore pipeline to add in a Muckrake Check for linux/amd64 and linux/arm64, which upload a CLI development build to AWS S3 bucket. This is an action item of the initiative to set up Muckrake tests to run before CLI release not after.
For additional context and details, see the 1-pager 1-Pager: Setup Muckrake tests run before CLI release.
Blast Radius
No blast radius as this is a pure additive change to internal pipeline.
References
APIE-625 Setup Muckrake tests run before CLI release
Test & Review
The added Muckrake Check pipeline jobs (


Muckrake Check linux/amd64,Muckrake Check linux/arm64) passed in the latest runVerify in S3 that the CLI dev builds (linux_arm64 and linux_amd64) are successfully uploaded to the


/development_buildsdirectory