feat(ci): add deployment mode smoke tests and integration testing - #46
Open
hkolvenbach wants to merge 7 commits into
Open
feat(ci): add deployment mode smoke tests and integration testing#46hkolvenbach wants to merge 7 commits into
hkolvenbach wants to merge 7 commits into
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…rom release-docker Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Tests container startup, binary execution, cosign signatures, and VEX attestations across all platforms before deploying to Fly.io. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Runs the full docker-compose stack (app + MinIO) on every PR and exercises cache behavior via scripts/test-cache.sh.
Makes integration test pass/fail visible as a distinct step in the workflow UI rather than buried in go test output.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
hkolvenbach
force-pushed
the
worktree-test-deployment-modes
branch
from
March 28, 2026 22:32
80246ef to
edf1d90
Compare
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.
Summary
smoke-testjob to release workflow that gates Fly.io deploy — verifies container startup, binary execution, cosign signatures, and VEX attestations across all platforms before production deploymentintegration-testjob to CI that spins up the full docker-compose stack (app + MinIO) and runsscripts/test-cache.shon every PRrelease-dockerin favor of the dedicated multi-platformsmoke-testjobMotivation
Previously, no deployment artifact was functionally verified before reaching production. The release pipeline built binaries and Docker images, signed them, and deployed to Fly.io — but never checked that anything actually started and served HTTP. The docker-compose stack was also never tested in CI.
Test plan
smoke-testanddeploy-flyare correctly skippedintegration-testjob runs docker-compose stack successfully🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com