Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip phase plugin comments when counting the number of retests required #59

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

brianmcarey
Copy link
Member

The phase plugin adds a comment[1] to PRs that are lgtm + approve - this comment triggers the jobs that are required before merge but not run against every change (phase 2). Currently this is counted as a retest which is not valid- and it should be skipped.

[1] https://github.com/kubevirt/project-infra/blob/d4470b4eda1df31056239b21a466faf49f3f8852/external-plugins/phased/plugin/handler/handler.go#L21

/cc @xpivarc @dhiller

The phase plugin adds a comment[1] to PRs that are lgtm + approve - this
comment triggers the jobs that are required before merge but not run
against every change (phase 2). Currently this is counted as a retest
which is not valid- and it should be skipped.

[1] https://github.com/kubevirt/project-infra/blob/d4470b4eda1df31056239b21a466faf49f3f8852/external-plugins/phased/plugin/handler/handler.go#L21

Signed-off-by: Brian Carey <[email protected]>
@kubevirt-bot kubevirt-bot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label Jan 22, 2024
Copy link
Contributor

@dhiller dhiller left a comment

Choose a reason for hiding this comment

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

/approve

@dhiller dhiller merged commit 9b8d9ce into main Jan 23, 2024
2 checks passed
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/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants