OCPBUGS-67285: .gitignore shouldn't ignore files in /vendor/**/kubeco…#114
OCPBUGS-67285: .gitignore shouldn't ignore files in /vendor/**/kubeco…#114mbiarnes wants to merge 3 commits intoopenshift:release-4.19from
Conversation
|
@mbiarnes: This pull request references Jira Issue OCPBUGS-56726, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/test security |
|
/test okd-scos-e2e-aws-ovn |
|
/jira-refresh |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
/remove-lifecycle stale |
|
/retest-required |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. DetailsIn 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. |
|
@mbiarnes: This pull request references Jira Issue OCPBUGS-56726. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@mbiarnes: This pull request references Jira Issue OCPBUGS-56726, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
damdo
left a comment
There was a problem hiding this comment.
Hey @mbiarnes thanks for the PR!
It looks good, only one comment.
Though we need to update this to play nice with the fact that this is a soft-fork repo that we keep in sync with our upstream.
Could you please split this PR into 2 commit with the following commit title and structure to be compatible with the bot:
- one for the
.gitignorechange with commit titleUPSTREAM: <carry>: unignore vendor kubeconfig - one for the
vendorchanges with commit titleUPSTREAM: <drop>: go mod vendor
Thanks!
| IBM_Cloud_CLI* | ||
|
|
||
| # command generated files | ||
| kubeconfig |
There was a problem hiding this comment.
Can we ignore only the kubeconfigs inside vendor to avoid potential issues? TY
0558603 to
bcc7d12
Compare
|
@damdo now you should have two related commits . |
|
Looks good! Thanks @mbiarnes |
|
@damdo: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn 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. |
|
/verified |
|
@mbiarnes: The DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/verified by images job passing |
|
@damdo: This PR has been marked as verified by DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@damdo: This pull request references Jira Issue OCPBUGS-56726, which is invalid:
Comment DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@mbiarnes: This pull request references Jira Issue OCPBUGS-67285, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@damdo: This pull request references Jira Issue OCPBUGS-67285, which is valid. 7 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/hold |
|
Looking closer at the changes in your PR, it looks like we had a similar fix PR for 4.18 and 4.20, so this would be the one in the middle for 4.19
So your fix should do the same actually, to be consistent across releases Could you redo your changes here to follow: #112 ? Still doing the two commits with the titles described? TY |
|
I've already fixed the bug chain |
bcc7d12 to
c184eb2
Compare
|
@damdo |
|
@mbiarnes: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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 understand the commands that are listed here. |
|
Yes looks good! /lgtm |
|
/verified by images job passing |
…nfig
Backport of #112