-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Manually verify that git+SSH with devfile works flawlessly #14794
Comments
At the moment if user have well configured SSH settings:
|
@vparfonov |
@vparfonov I have already opened an issue about the corner case "if user in not authorized to clone, it raises an error message" #14775. Hence I consider that fixing that issue is a prerequisite to this one. |
Yes |
/cc @rhopp @dmytro-ndp |
@vparfonov, @l0rd For implementing the test for this workflow we need to clarity: |
I don't think that the goal was to create an automated test but just a task for IDE1 team to validate that the whole git+ssh flow works fine cc @slemeur But I think that it's actually a good idea @musienko-maxim to use git+ssh in the happy path PR check cc @rhopp. @musienko-maxim if you agree with that please open a separate issue for that. |
Latest news from our airgap tester using Che 7.2. The following workflow works.
Devfile: Initial load of workspace + readme file (including intentional typo): After pushing a change in the workspace to the repo (fix typo), new workspace loads with change applied: |
If user already has SSh key:
If not:
|
This issue about testing that you can create a devfile pointing to ssh repo and making sure that it works properly:
And the corner cases: Improve error message during git push/clone #14615
The text was updated successfully, but these errors were encountered: