Skip to content

teuthology: add the function of specifying teuthology url #1838

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

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

Conversation

wolaidajiangyou
Copy link

@wolaidajiangyou wolaidajiangyou commented Apr 6, 2023

Signed-off-by: Sun Junnan [email protected]
add the function of specifying teuthology url

@ceph-jenkins
Copy link

Can one of the admins verify this patch?

Signed-off-by: Sun Junnan <[email protected]>
add the function of specifying teuthology url
@@ -171,6 +171,7 @@ class TeuthologyConfig(YamlConfig):
'koji_task_url': 'https://kojipkgs.fedoraproject.org/work/',
'baseurl_template': 'http://{host}/{proj}-{pkg_type}-{dist}-{arch}-{flavor}/{uri}',
'use_shaman': True,
'teuthology_git_url': 'https://github.com/ceph/teuthology.git',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be None by default, same as ceph_git_url and others.

@@ -209,6 +210,9 @@ def get_ceph_qa_suite_git_url(self):
def get_ceph_git_url(self):
return (self.ceph_git_url or
self.ceph_git_base_url + 'ceph-ci.git')
def get_teuthology_git_url(self):
return self.teuthology_git_url
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this might be the same as the other similar methods, like:

        return (self.teuthology_git_url or
                 self.ceph_git_base_url + 'teuthology.git')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants