-
Notifications
You must be signed in to change notification settings - Fork 20
[APIE-627] Add Muckrake Check to pipeline #3198
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
base: main
Are you sure you want to change the base?
Conversation
|
🎉 All Contributor License Agreements have been signed. Ready to merge. |
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.
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.
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