Skip to content

fix(prow-manifests): force .yaml suffix instead of .yml#5035

Open
dollierp wants to merge 1 commit into
kubevirt:mainfrom
dollierp:prow-manifests-suffix
Open

fix(prow-manifests): force .yaml suffix instead of .yml#5035
dollierp wants to merge 1 commit into
kubevirt:mainfrom
dollierp:prow-manifests-suffix

Conversation

@dollierp
Copy link
Copy Markdown
Contributor

@dollierp dollierp commented May 2, 2026

What this PR does / why we need it:

Prow autobump tool considers only YAML files which have .yaml suffix and ignore files ending with .yml.

=> https://github.com/kubernetes-sigs/prow/blob/b4c09133/cmd/generic-autobumper/main.go#L367-L372

Special notes for your reviewer:

/cc @dhiller

Prow autobump tool considers only YAML files which have `.yaml` suffix
and ignore files ending with `.yml`.

=> https://github.com/kubernetes-sigs/prow/blob/b4c09133/cmd/generic-autobumper/main.go#L367-L372

Signed-off-by: Denis Ollier <dollierp@redhat.com>
@kubevirt-bot kubevirt-bot requested a review from dhiller May 2, 2026 18:26
@kubevirt-bot kubevirt-bot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label May 2, 2026
@kubevirt-bot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign phoracek for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates Prow component images to version v20260502-b4c09133a and standardizes manifest file extensions from .yml to .yaml across the deployment configuration and synchronization scripts. Feedback was provided to ensure that the cleanup process in the sync script continues to remove legacy .yml files to prevent stale manifests from persisting during the transition.


# Cleanup previous manifests
rm -f *.yml *.yaml
rm -f *.yaml
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The cleanup command was modified to only remove *.yaml files. During the transition from .yml to .yaml, it is important to continue removing *.yml files to ensure that stale manifests are not left in the directory. Leaving them behind could lead to confusion or accidental inclusion of deprecated files in the repository.

Suggested change
rm -f *.yaml
rm -f *.yml *.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates the PR's author has DCO signed all their commits. size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants