-
Notifications
You must be signed in to change notification settings - Fork 37
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
NO-JIRA: chore(nbcs): run make generate
in components/notebook-controller
to update the yamls
#392
NO-JIRA: chore(nbcs): run make generate
in components/notebook-controller
to update the yamls
#392
Conversation
/cherrypick stable |
@jiridanek: once the present PR merges, I will cherry-pick it on top of stable in a new PR and assign it to you. In response to this:
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-sigs/prow repository. |
/cherrypick v1.9-branch |
@jiridanek: once the present PR merges, I will cherry-pick it on top of v1.9-branch in a new PR and assign it to you. In response to this:
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-sigs/prow repository. |
/lgtm Should we consider to run this periodically somehow? 🤔 |
There should be a CI check that will fail if manifests are out-of-date, ideally. This is something that a go developer is supposed to run before a commit. Could be a pre-commit check, also. Here's intro blog, let's learn Go as if it was 2014 ;P https://go.dev/blog/generate |
/cherrypick main |
@jiridanek: once the present PR merges, I will cherry-pick it on top of main in a new PR and assign it to you. In response to this:
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-sigs/prow repository. |
/hold Hey Jiri, could you switch the target branch to |
…troller` to update the yamls
a9f93df
to
690ba7c
Compare
New changes are detected. LGTM label has been removed. |
Rebased, I'll go test it now.
|
I checked that on /unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jiridanek 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 |
/cherrypick main |
@jiridanek: once the present PR merges, I will cherry-pick it on top of main in a new PR and assign it to you. In response to this:
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-sigs/prow repository. |
I’m holding off because main is now the default branch, and all pull requests will target it. We won’t be doing cherry-picks anymore unless there’s a specific reason to hold something on main. Periodically, we’ll sync the changes to v1.9 using GitHub Actions. @harshad16, I’m not sure if using cherrypick main might cause any issues with the git commit history. If it won’t, then I’m okay with proceeding. |
Here is a PR that introduce on the repo this sync #404 among the branches. No cherry-picks anymore 🙂 |
fa442a1
into
opendatahub-io:v1.9-branch
@jiridanek: new pull request created: #405 In response to this:
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-sigs/prow repository. |
@jiridanek: base branch (v1.9-branch) needs to differ from target branch (v1.9-branch) In response to this:
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-sigs/prow repository. |
@jiridanek: new pull request created: #407 In response to this:
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-sigs/prow repository. |
i think , we can merge, it would cause now additional commits for same change, when we sync v1.9-branch with main. anyhow now that this PR is already merged ,it would be okay to do so. |
Run
make generate
in the project directory, commit the resultDescription
It appears that this was not run in a while and therefore the code got out of sync with the generated yamls.
How Has This Been Tested?
Merge criteria: