Skip to content

Conversation

@cqin-confluent
Copy link
Member

@cqin-confluent cqin-confluent commented Oct 9, 2025

Release Notes

Breaking Changes

  • PLACEHOLDER

New Features

  • PLACEHOLDER

Bug Fixes

  • PLACEHOLDER

Checklist

  • I have successfully built and used a custom CLI binary, without linter issues from this PR.
  • I have clearly specified in the What section below whether this PR applies to Confluent Cloud, Confluent Platform, or both.
  • I have verified this PR in Confluent Cloud pre-prod or production environment, if applicable.
  • I have verified this PR in Confluent Platform on-premises environment, if applicable.
  • I have attached manual CLI verification results or screenshots in the Test & Review section below.
  • I have added appropriate CLI integration or unit tests for any new or updated commands and functionality.
  • I confirm that this PR introduces no breaking changes or backward compatibility issues.
  • I have indicated the potential customer impact if something goes wrong in the Blast Radius section below.
  • I have put checkmarks below confirming that the feature associated with this PR is enabled in:
    • Confluent Cloud prod
    • Confluent Cloud stag
    • Confluent Platform
    • Check this box if the feature is enabled for certain organizations only

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 run
Screenshot 2025-10-14 at 3 19 49 PM
Screenshot 2025-10-14 at 3 20 24 PM

Verify in S3 that the CLI dev builds (linux_arm64 and linux_amd64) are successfully uploaded to the /development_builds directory
Screenshot 2025-10-14 at 3 19 06 PM
Screenshot 2025-10-14 at 3 21 56 PM

@cqin-confluent cqin-confluent requested a review from a team as a code owner October 9, 2025 18:07
Copilot AI review requested due to automatic review settings October 9, 2025 18:07
@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

Copy link

Copilot AI left a 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.

@sonarqube-confluent

This comment has been minimized.

@sonarqube-confluent
Copy link

Passed

Analysis Details

0 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 0 Code Smells

Coverage and Duplications

  • Coverage No coverage information (78.20% Estimated after merge)
  • Duplications No duplication information (0.00% Estimated after merge)

Project ID: cli

View in SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants