Refactor smoke tests, add dynamic matrix calculated from overlay deps, rewrite test scripts in java (jbang)#9
Open
tomncooper wants to merge 1 commit intomainfrom
Open
Refactor smoke tests, add dynamic matrix calculated from overlay deps, rewrite test scripts in java (jbang)#9tomncooper wants to merge 1 commit intomainfrom
tomncooper wants to merge 1 commit intomainfrom
Conversation
8c9e673 to
39a1212
Compare
kornys
reviewed
Mar 27, 2026
…ts in Java * Replace hardcoded overlay list with a computed test matrix that automatically discovers "leaf" overlays from kustomization.yaml dependency graphs (ComputeTestMatrix.java), ensuring new overlays are tested without manual workflow updates * Rewrite shell verification scripts (verify-install.sh, verify-uninstall.sh, debug.sh) as JBang Java scripts (VerifyInstall.java, VerifyUninstall.java, Debug.java) with shared utilities (ScriptUtils.java) for parsing kustomization files and checking resource readiness conditions * Consolidate duplicate smoke-minikube and smoke-kind workflow jobs into a single smoke-test job with a platform dimension in the matrix * Add per-overlay condition-overrides via test-matrix.yaml for resources that use non-default readiness conditions (e.g. monitoring.coreos.com=Available) * Remove static .env overlay configs in favor of dynamic discovery Signed-off-by: Thomas Cooper <code@tomcooper.dev>
39a1212 to
88d5d64
Compare
kornys
approved these changes
Mar 30, 2026
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.
This PR refactors the smoke tests so that we can work out dynamically what actually needs testing. If the metrics overlay uses the core overlay, there is no point also testing core.