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

Make testfreeze plugin work with auto fast-forward #26190

Merged
merged 1 commit into from
May 4, 2022

Conversation

saschagrunert
Copy link
Member

We enabled the automatic fast forward for the v1.25 release branch in: #26188

This means we now have to adapt the testfreeze plugin to take this into account. Beside mentioning the auto fast forward the plugin will now determine the last successful run as well.

Refers to kubernetes/release#2386

We enabled the automatic fast forward for the v1.25 release branch in:
kubernetes#26188

This means we now have to adapt the testfreeze plugin to take this into
account. Beside mentioning the auto fast forward the plugin will now
determine the last successful run as well.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. area/prow Issues or PRs related to prow labels May 4, 2022
@k8s-ci-robot k8s-ci-robot requested review from fejta and matthyx May 4, 2022 14:19
@k8s-ci-robot k8s-ci-robot added area/prow/plugins Issues or PRs related to prow's plugins for the hook component approved Indicates a PR has been approved by an approver from all required OWNERS files. sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels May 4, 2022
@saschagrunert
Copy link
Member Author

saschagrunert commented May 4, 2022

@kubernetes/sig-contributor-experience PTAL, I'll send out a note to k-dev after this one has been merged :)

@saschagrunert
Copy link
Member Author

cc @kubernetes/release-managers

InTestFreeze: true,
Tag: "v1.23.0",
Branch: "release-1.23",
LastFastForward: "Wed May 4 16:15:37 CEST 2022",
Copy link
Member

Choose a reason for hiding this comment

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

non-blocking and nit: this extra space between May and 4 is intentional or this is an output when using the function?

Copy link
Member Author

@saschagrunert saschagrunert May 4, 2022

Choose a reason for hiding this comment

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

It's intentional, depending on which format we want to apply to the date. The GitHub markdown parser would strip the double spaces in any case, like: Wed May 4 16:15:37 CEST 2022

Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 4, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cpanato, saschagrunert

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

The pull request process is described here

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

@k8s-ci-robot k8s-ci-robot merged commit 0b3a7e1 into kubernetes:master May 4, 2022
@k8s-ci-robot k8s-ci-robot added this to the v1.25 milestone May 4, 2022
@saschagrunert saschagrunert deleted the testfreeze-plugin branch May 4, 2022 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/prow/plugins Issues or PRs related to prow's plugins for the hook component area/prow Issues or PRs related to prow cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants