Skip to content

Add CI rollout baseline#2

Open
ohmyfelix wants to merge 7 commits into
dockette:masterfrom
ohmyfelix:chore/ci-rollout-baseline
Open

Add CI rollout baseline#2
ohmyfelix wants to merge 7 commits into
dockette:masterfrom
ohmyfelix:chore/ci-rollout-baseline

Conversation

@ohmyfelix

Copy link
Copy Markdown
Contributor

What changed

  • Add a Test job that builds the local image and runs a non-secret Kumatron HTTP smoke probe.
  • Gate the reusable Docker Build job on Test and add Docker Hub description publishing for dockette/kumatron.
  • Add a run target, keep S3-backed testing manual, and normalize README badges plus Maintenance guidance.

Why

  • Brings dockette/kumatron in line with the Dockette CI rollout baseline while keeping secret-dependent S3 tests out of default CI.

Comment thread Makefile
docker exec -it kumatron bash

test:
docker rm -f kumatron-test >/dev/null 2>&1 || true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Simplify it, oneline, just test if webserver is working

@ohmyfelix ohmyfelix force-pushed the chore/ci-rollout-baseline branch from 4dbc26c to 7911291 Compare June 3, 2026 14:06
@ohmyfelix ohmyfelix force-pushed the chore/ci-rollout-baseline branch from 70d5102 to f84f0a0 Compare June 5, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants