From 04540910505cdf37e1813fa92e778f1a850ccbac Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 7 Nov 2022 17:08:42 -0700 Subject: [PATCH] config: Update githelper URL Signed-off-by: Zack Cerza --- teuthology/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/config.py b/teuthology/config.py index 6da6cdd7f1..5fe02de202 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', -- 2.39.5