Skip to content

ci: add PR build workflow for all Docker images - #49

Merged
spraveenio merged 1 commit into
ROCm:mainfrom
bhatnitish:ci/pr-auto-builds
Jun 17, 2026
Merged

spraveenio merged 1 commit into
ROCm:mainfrom
bhatnitish:ci/pr-auto-builds

Conversation

@bhatnitish

Copy link
Copy Markdown
Contributor

Summary

  • Adds a GitHub Actions CI workflow (.github/workflows/ci.yml) that builds all 5 KMM Docker images on every PR targeting main or release-* branches
  • Uses a matrix strategy with fail-fast: false so all images are attempted even if one fails
  • Build-only — no images are pushed, this is purely build verification before merge

Images built

Check name Makefile target
build (operator) docker-build
build (operator-hub) docker-build-hub
build (signimage) signimage-build
build (webhook) webhookimage-build
build (worker) workerimage-build

Test plan

  • Open this PR and verify 5 separate checks appear in the GitHub Actions UI
  • Confirm each check runs make <target> and completes successfully
  • Verify that a build failure in one image does not cancel the others

Add a GitHub Actions workflow that builds all 5 KMM Docker images
(operator, operator-hub, signimage, webhook, worker) on every PR
targeting main or release-* branches. Uses a matrix strategy with
fail-fast disabled so all images are built even if one fails.
Build-only, no push.

@spraveenio spraveenio left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@spraveenio
spraveenio merged commit 385942a into ROCm:main Jun 17, 2026
5 checks passed
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.

2 participants