Add magnum-capi-helm repository#536
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds configuration for the magnum-capi-helm repository in the Ansible inventory. The reviewer suggested also ignoring the master branch to prevent sync issues, and adding the repository to terraform/github/terraform.tfvars.json to avoid CI validation failures.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| ignored_releases: | ||
| - yoga | ||
| - zed | ||
| - 2023.1 | ||
| - 2024.1 | ||
| - 2025.1 | ||
| - 2026.1 |
There was a problem hiding this comment.
Since magnum-capi-helm ignores all stable release branches, it should also ignore master to prevent the sync role from attempting to manage a stackhpc/master branch. This is consistent with other repositories in this file that ignore all stable releases (e.g., magnum-ui, barbican, ironic-ui).
Additionally, please ensure that magnum-capi-helm is also added to terraform/github/terraform.tfvars.json under the appropriate team/group to prevent the validate-source-repos.py script from failing in CI.
ignored_releases:
- yoga
- zed
- 2023.1
- 2024.1
- 2025.1
- 2026.1
- master
4599de8 to
80f0ced
Compare
80f0ced to
650ec36
Compare
7c97bbf to
8a9c97f
Compare
Terraform Format and Style 🖌
|
|
Not needed |
No description provided.