Skip to content
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

teuthology: fix the problem that git_build_url defaults to github #1835

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 6, 2023

  1. teuthology: fix the problem that git_build_url defaults to github

    Signed-off-by: Sun Junnan <[email protected]>
    
    The build_git_url function creates a github connection by default when the project name does not belong to one of ceph,ceph-cm-ansible,ceph-qa-suite.
    Modify the function to achieve that if project name is not one of the above three, create the ceph_git_base_url connection in the teutology.yaml file.
    sunjunnan committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    dc68fc5 View commit details
    Browse the repository at this point in the history