fix: change git branch for ci tests#849
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates PR CI workflows to run installation/tenant-isolation tests against the “next release” branch ref (provided via env.KCM_NEXT_RELEASE) rather than always using main, aligning CI with upcoming release integration.
Changes:
- Switch
actions/checkoutofk0rdent/kcmfromref: maintoref: ${{ env.KCM_NEXT_RELEASE }}in three PR test workflows. - Switch
actions/checkoutofk0rdent/istiofromref: maintoref: ${{ env.KCM_NEXT_RELEASE }}in the same workflows.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| .github/workflows/pr_test_tenant_isolation_test.yaml | Use KCM_NEXT_RELEASE for KCM/Istio checkouts during tenant isolation CI. |
| .github/workflows/pr_test_kof_installation.yaml | Use KCM_NEXT_RELEASE for KCM/Istio checkouts during KOF installation CI. |
| .github/workflows/pr_test_kcm_region_with_kof.yaml | Use KCM_NEXT_RELEASE for KCM/Istio checkouts during KCM region + KOF CI. |
denis-ryzhkov
requested changes
Mar 10, 2026
denis-ryzhkov
previously approved these changes
Mar 10, 2026
denis-ryzhkov
approved these changes
Mar 10, 2026
gmlexx
pushed a commit
that referenced
this pull request
Mar 27, 2026
* fix: change git branch for ci tests * fix: add new variable and replace old * chore: change istio variable in kcm region ci * test: add test comment to trigger CI
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.
No description provided.