From: Zack Cerza Date: Tue, 8 Nov 2022 00:08:42 +0000 (-0700) Subject: config: Update githelper URL X-Git-Tag: 1.2.0~139^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1794%2Fhead;p=teuthology.git config: Update githelper URL Signed-off-by: Zack Cerza --- diff --git a/teuthology/config.py b/teuthology/config.py index 6da6cdd7f..5fe02de20 100644 --- a/teuthology/config.py +++ b/teuthology/config.py @@ -152,7 +152,7 @@ class TeuthologyConfig(YamlConfig): 'conserver_master': 'conserver.front.sepia.ceph.com', 'conserver_port': 3109, 'gitbuilder_host': 'gitbuilder.ceph.com', - 'githelper_base_url': 'http://git.ceph.com:8080', + 'githelper_base_url': 'http://githelper.ceph.com', 'check_package_signatures': True, 'job_threshold': 500, 'lab_domain': 'front.sepia.ceph.com',