chore: add test KOF installation CI#585
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new CI workflow to test KOF installation on adopted clusters, specifically testing the new Istio installation method. The workflow validates the complete installation process including KCM setup, optional Istio configuration, and metrics collection verification.
Key Changes:
- New GitHub Actions workflow for testing KOF installation with both standard and Istio-enabled configurations
- Temporarily disabled
dev-istiotarget in the upgrade workflow - Fixed case sensitivity issue in chart repository URLs for GHCR
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/pr_test_kof_installation.yaml |
New workflow testing KOF installation on adopted clusters with dev and dev-istio matrix targets |
.github/workflows/pr_test_adopted_upgrade.yml |
Commented out dev-istio target, leaving only dev for upgrade tests |
.github/workflows/build_charts.yml |
Fixed repository name to lowercase for GHCR compatibility |
79727b5 to
2f87b85
Compare
denis-ryzhkov
requested changes
Oct 15, 2025
2f87b85 to
0f5068f
Compare
denis-ryzhkov
previously approved these changes
Oct 15, 2025
gmlexx
reviewed
Oct 16, 2025
gmlexx
reviewed
Oct 16, 2025
0f5068f to
5069988
Compare
gmlexx
approved these changes
Oct 16, 2025
denis-ryzhkov
approved these changes
Oct 16, 2025
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.
Part of #534
This CI tests KOF installation on adopted clusters using the new Istio installation method