-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[TEP074] Remove git-ssh Examples #6239
Conversation
It could be possible the keys might have expired on 02/24 🤔 I am on board to drop these two tests which started causing outages in our CI and given that the /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pritidesai 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 |
Thanks @pritidesai #6240 is opened to track the replacement of such git-ssh example usage. |
/lgtm Thanks! |
This fixes /cherry-pick release-v0.41.x |
@pritidesai: cannot checkout 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/test-infra repository. |
I am sorry tekton-robot, I misspelled branch name 😞 Please try again: /cherry-pick release-v0.41.x |
@pritidesai: new pull request created: #6241 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/test-infra repository. |
Let's try cherry picking one branch at a time: /cherry-pick release-v0.42.x |
@pritidesai: new pull request created: #6242 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/test-infra repository. |
/cherry-pick release-v0.43.x |
/cherry-pick release-v0.44.x |
@pritidesai: new pull request could not be created: failed to create pull request against tektoncd/pipeline#release-v0.42.x from head tekton-robot:cherry-pick-6239-to-release-v0.42.x: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for tekton-robot:cherry-pick-6239-to-release-v0.42.x."}],"documentation_url":"https://docs.github.com/rest/reference/pulls#create-a-pull-request"} 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/test-infra repository. |
@pritidesai: new pull request created: #6243 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/test-infra repository. |
/cherry-pick release-v0.43.x |
@pritidesai: new pull request created: #6244 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/test-infra repository. |
/cherry-pick release-v0.45.x |
@pritidesai: new pull request created: #6245 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/test-infra repository. |
Changes
This commit removes the git-ssh examples, which are flakey in CI while these are going to be removed along with the
git resources removal in the upcoming release.
And #6240 was opened to track for the replacement of the git credential usage.
fixes: #6228
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes