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

cherry pick process enhancements #611

Closed
29 tasks
tpepper opened this issue May 3, 2019 · 9 comments
Closed
29 tasks

cherry pick process enhancements #611

tpepper opened this issue May 3, 2019 · 9 comments
Assignees
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/release Categorizes an issue or PR as relevant to SIG Release.
Milestone

Comments

@tpepper
Copy link
Member

tpepper commented May 3, 2019

Having exercised the cherry pick approval process now for a period, I believe we're in need of some next level process enhancements.

The SIG Arch meeting on April 25, 2019 included a brief survey of patch releases and there is a general sense that the backport acceptance criteria are weak or unevenly applied.

The cherry pick automation does provide some level of consistency across master PR and patch branch PRs. But it can't synthesis missing labels or missing details. A PR on master may have merged with relatively little detail, and later be recognized as a big deal and proposed for cherry pick. That detail needs filled in for the cherry pick reviewers. Or even when immediately felt to be a cherry pick candidate the answers to likely reviewer questions are not readily available in an issue, the commit message, the PR description, or associated discussion threads on GitHub.

A cherry-pick PR specific template might look something like, eg:

Description

<autopopulated from tool>

How Has This Been Tested?

  • Covered by existing conformance testing
  • Covered by existing e2e testing
  • Covered by existing integration testing
  • Covered by existing unit testing
  • Added new testing to cover
  • Tested locally/manually
  • Consideration given to upgrade scenarios
  • Have not tested

Type of change:

  • Regression fix (non-breaking change which fixes regression <LINK ISSUE HERE>)
  • Bug fix (non-breaking change which fixes standing issue <LINK ISSUE HERE>)
  • Cleanup (fix to test, flake or other CI signal noise <LINK TO TESTGRID HERE>)
  • New feature (non-breaking change which adds functionality)

Criticality / Risk / Complexity / Benefit:

  • Test/CI fix
  • Easily triggered in common usage scenario
  • Complex trigger
  • Loss of data
  • Memory corruption
  • Panic, crash, hang
  • Security
  • Cloud provider specific

Checklist:

  • I have discussed the change with SIG(s) leadership and they:
    • agree it is valid for cherry picking to this branch.
    • suggest it is also required on other branches <LINK TO OTHER CHERRY PICKS HERE>.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have reviewed the release note.
@tpepper tpepper added the area/release-eng Issues or PRs related to the Release Engineering subproject label May 3, 2019
@justaugustus
Copy link
Member

/priority important-soon
/milestone v1.15

@k8s-ci-robot k8s-ci-robot added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label May 6, 2019
@k8s-ci-robot k8s-ci-robot added this to the v1.15 milestone May 6, 2019
@dims dims removed their assignment Jul 8, 2019
@alejandrox1
Copy link
Contributor

/milestone v1.16

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 10, 2019
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Nov 9, 2019
@justaugustus justaugustus added the sig/release Categorizes an issue or PR as relevant to SIG Release. label Dec 9, 2019
@justaugustus
Copy link
Member

@tpepper -- How close are we on this one?

/remove-lifecycle rotten
/milestone v1.18

@k8s-ci-robot k8s-ci-robot removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Dec 9, 2019
@k8s-ci-robot k8s-ci-robot modified the milestones: v1.16, v1.18 Dec 9, 2019
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 8, 2020
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Apr 7, 2020
@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

@k8s-ci-robot
Copy link
Contributor

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/release Categorizes an issue or PR as relevant to SIG Release.
Projects
None yet
Development

No branches or pull requests

7 participants