From bf3fb4f3ca58c545bfc9433172cf003a4638fe1e Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 4 Dec 2023 13:18:17 -0800 Subject: Revert "CI: Repoint git sources to GitHub mirror" This reverts commit 85279e944f464abd5594a629f2975a636fa337ef. Change-Id: I3c528f41a637631f5cc24a5e55b2df3f736d1113 Signed-off-by: Andrew Grimberg --- jenkins-config/global-vars-production.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jenkins-config/global-vars-production.sh') diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 8aa47a8cb..3d8b1f392 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -1,7 +1,7 @@ DOCKER_REGISTRY=https://jenkins.fd.io -GERRIT_URL=https://github.com/FDio/$PROJECT -GIT_BASE=https://github.com/FDio/$PROJECT -GIT_URL=https://github.com/FDio +GERRIT_URL=git://10.30.48.3/mirror/$PROJECT +GIT_BASE=git://10.30.48.3/mirror/$PROJECT +GIT_URL=git://10.30.48.3/mirror JENKINS_HOSTNAME=vex-yul-rot-jenkins-1 PACKAGECLOUDPROXY=https://packagecloud.io/fdio PCIO_CO=fdio -- cgit 1.2.3-korg