ci: test installs and upgrades, gate the auto-release, modernise the matrix - #150
Merged
Conversation
charliedowler
force-pushed
the
feature/spk-1080
branch
from
August 17, 2026 17:29
0b1257a to
1d79f93
Compare
charliedowler
force-pushed
the
feature/spk-1101
branch
from
August 17, 2026 19:39
c83c7ed to
1990311
Compare
charliedowler
force-pushed
the
feature/spk-1080
branch
from
August 17, 2026 19:39
8a8c84c to
397c60a
Compare
charliedowler
force-pushed
the
feature/spk-1080
branch
2 times, most recently
from
August 17, 2026 20:39
42f830a to
174a563
Compare
…matrix Test fresh chart installs and upgrades in CI. Gate chart releases on the rehearsal test job. Modernise the workflow action and tool versions. Linear: SPK-1080
Observe the PostgreSQL endpoint and pod identity during each rehearsal. Fail the gate if an upgrade replaces the bundled database pod. Exercise the chart readiness defaults without an override.
charliedowler
force-pushed
the
feature/spk-1080
branch
from
August 17, 2026 22:05
4a588f4 to
53423a4
Compare
charliedowler
marked this pull request as ready for review
August 17, 2026 22:15
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.
What this does
This PR makes chart CI rehearse what customers do, and it gates the auto-release on the result. It stacks on #149 and consumes its rehearsal harness.
Pull request testing (
lint-and-test-charts.yml)automergejob is unchanged.Release gating (
ci-release.yml)testjob now runs the same install and upgrade rehearsals on push to main. Thereleasejob requires it. A red rehearsal stops the release.Known red until #147 lands
The upgrade rehearsal asserts zero dropped requests during the roll. Current main drops requests on a single-replica install because pods stop taking traffic without a pre-stop drain. PR #147 contains the fix. The upgrade test stays red until it lands. This is the gate working, not a flake.
Fresh installs on current main also need S3 settings the default values do not provide (SPK-1102). The rehearsal values provide them through an in-cluster MinIO, so the rehearsal installs succeed where the old
ct installfailed.Notes
ct lintstays for chart linting. The unusedct-installconfig file is removed.Linear: SPK-1080