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

added upgrade ginkgo documentation for contributors #9452

Closed
wants to merge 4 commits into from

Conversation

SaumyaBhushan
Copy link
Contributor

@SaumyaBhushan SaumyaBhushan commented Dec 27, 2022

workerB

What this PR does / why we need it:

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • CVE Report (Scanner found CVE and adding report)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation only

Which issue/s this PR fixes

added documentation for gingko-upgrade

How Has This Been Tested?

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have added unit and/or e2e tests to cover my changes.
  • All new and existing tests passed.
  • Added Release Notes.

Does my pull request need a release note?

Any user-visible or operator-visible change qualifies for a release note. This could be a:

  • CLI change
  • API change
  • UI change
  • configuration schema change
  • behavioral change
  • change in non-functional attributes such as efficiency or availability, availability of a new platform
  • a warning about a deprecation
  • fix of a previous Known Issue
  • fix of a vulnerability (CVE)

No release notes are required for changes to the following:

  • Tests
  • Build infrastructure
  • Fixes for unreleased bugs

For more tips on writing good release notes, check out the Release Notes Handbook

PLACE RELEASE NOTES HERE

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 27, 2022
@k8s-ci-robot
Copy link
Contributor

@SaumyaBhushan: This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: SaumyaBhushan
Once this PR has been reviewed and has the lgtm label, please assign rikatz for approval by writing /assign @rikatz in a comment. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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 added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Dec 27, 2022
@k8s-ci-robot
Copy link
Contributor

Hi @SaumyaBhushan. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@k8s-ci-robot k8s-ci-robot requested a review from rikatz December 27, 2022 06:56
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 27, 2022
@SaumyaBhushan
Copy link
Contributor Author

SaumyaBhushan commented Dec 27, 2022

@longwuyuan and @strongjz Please have a review and let me know if something needs to be updated or changed here .

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 28, 2022
@longwuyuan
Copy link
Contributor

@SaumyaBhushan even though we have a bot to squash commits, you have the option to consider squashing commits yourself, to keep the PR cleaner

@SaumyaBhushan
Copy link
Contributor Author

@SaumyaBhushan even though we have a bot to squash commits, you have the option to consider squashing commits yourself, to keep the PR cleaner

Sure @long I will do that

@SaumyaBhushan
Copy link
Contributor Author

@longwuyuan If everything looks good to you then I will squash the commits If it is Okay with you.

upgrade_ginkgo.md Outdated Show resolved Hide resolved
@longwuyuan
Copy link
Contributor

Correct me if I am wrong but I only looked at the rendered md file https://github.com/SaumyaBhushan/ingress-nginx/blob/gingko-upgrade/upgrade_ginkgo.md . And I did not see the last step which is changing the sha of the test-runner image in th ecode, after successfully promoting the new image.

@SaumyaBhushan
Copy link
Contributor Author

Correct me if I am wrong but I only looked at the rendered md file https://github.com/SaumyaBhushan/ingress-nginx/blob/gingko-upgrade/upgrade_ginkgo.md . And I did not see the last step which is changing the sha of the test-runner image in th ecode, after successfully promoting the new image.

Those steps has been added in the third step only (in 3rd PR) . Is it ok ? Or do I need to add something else for the last step .

@longwuyuan
Copy link
Contributor

I see this as the last part
image

But after this promotion of the new test-runner image, the sha of the newly generated test-runner image has to be changed in the project code.

This is an example PR for that sha change #9444

@SaumyaBhushan
Copy link
Contributor Author

I see this as the last part image

But after this promotion of the new test-runner image, the sha of the newly generated test-runner image has to be changed in the project code.

This is an example PR for that sha change #9444

Thanks Long . Let me add that also . Thanks for your guidance

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 29, 2022
@SaumyaBhushan
Copy link
Contributor Author

SaumyaBhushan commented Dec 29, 2022

Updated the PR @longwuyuan. Please review.

@rikatz
Copy link
Contributor

rikatz commented Dec 29, 2022

Before reviewing, a question: can't we have ginkgo updated just once instead of 4 times? :)

@longwuyuan
Copy link
Contributor

longwuyuan commented Dec 30, 2022 via email

@longwuyuan
Copy link
Contributor

@SaumyaBhushan , if you are interested, you could try a new PR to create 2 new files in root, one for ginkgo version and another for testrunner-image sha.

Look at the file https://github.com/kubernetes/ingress-nginx/blob/main/NGINX_BASE . That file's content is used in many places in the code, where the nginx-base-image sha is needed. Earlier the nginx-base-image sha was used to be deuplicated in several scripts, that use the nginx-base-image sha.

@SaumyaBhushan
Copy link
Contributor Author

Sure

@SaumyaBhushan , if you are interested, you could try a new PR to create 2 new files in root, one for ginkgo version and another for testrunner-image sha.

Look at the file https://github.com/kubernetes/ingress-nginx/blob/main/NGINX_BASE . That file's content is used in many places in the code, where the nginx-base-image sha is needed. Earlier the nginx-base-image sha was used to be deuplicated in several scripts, that use the nginx-base-image sha.

Sure @longwuyuan I can do that.

@SaumyaBhushan
Copy link
Contributor Author

@SaumyaBhushan , if you are interested, you could try a new PR to create 2 new files in root, one for ginkgo version and another for testrunner-image sha.

Look at the file https://github.com/kubernetes/ingress-nginx/blob/main/NGINX_BASE . That file's content is used in many places in the code, where the nginx-base-image sha is needed. Earlier the nginx-base-image sha was used to be deuplicated in several scripts, that use the nginx-base-image sha.

@longwuyuan Here is the PR #9470

@longwuyuan
Copy link
Contributor

I made comments on #9470

@longwuyuan
Copy link
Contributor

@saumya, is the content of this PR edited as per the idea of #9470 or are we going to do this in phases

@SaumyaBhushan
Copy link
Contributor Author

@saumya, is the content of this PR edited as per the idea of #9470 or are we going to do this in phases

hI @longwuyuan I will raise a PR tomorrow .

@SaumyaBhushan
Copy link
Contributor Author

SaumyaBhushan commented Jan 10, 2023

Hi @longwuyuan I think the documentation part is completed in this PR. For the changes mentioned in #9470 will be covered in that PR only . I am going to update this PR for that

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 20, 2023
@k8s-ci-robot
Copy link
Contributor

@SaumyaBhushan: PR needs rebase.

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.

@SaumyaBhushan SaumyaBhushan deleted the gingko-upgrade branch March 18, 2023 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. needs-priority needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. 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.

4 participants