-
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
Testing Git zero-config flow as PR checks #21753
Comments
@svor, @vinokurig : there is downstream repo with working bitbucket server automation: https://gitlab.cee.redhat.com/codeready-workspaces/git-servers/-/tree/main/bitbucket, https://gitlab.cee.redhat.com/codeready-workspaces/crw-jenkins/-/blob/master/resources/disconnected/bitbucket_install.sh |
Thanks @dmytro-ndp for the links! |
@l0rd The instructions how to prepare Git servers to work with Che/DS were added into https://github.com/che-incubator/git-srv. |
This is useful for contributors so my proposal is to add the link in a section of the contributing.md. |
While investigating the GitHub action test flow I've faced a problem: |
some ideas to avoid using selenium in the automated tests: |
|
Is your task related to a problem? Please describe
As a result of #20583, we've added a support for many git services (GitHub, BitBucket, GitLab)
It would be good to test the existing git flow as much as possible.
Describe the solution you'd like
Unit Test:
Add instructions how to prepare Git servers to work with Che, it could be a part of https://github.com/eclipse-che/che-server repository or a new repo in https://github.com/che-incubator:
Add GitHub action to get
che-server
image with a current PR number:che-server
image toquay.io/repository/eclipse/che-server
with a curent PR numberConfigure OpenShift CI infrastructure to run git functional tests as PR check:
tests without PAT/OAuth setup flow:
Bitbucket.org
GitHub.com
GitLab.com
tests with PAT setup flow
GitHub.com
GitLab.com
The text was updated successfully, but these errors were encountered: