diff options
author | Vanessa Valderrama <vvalderrama@linuxfoundation.org> | 2023-12-06 09:45:20 -0600 |
---|---|---|
committer | Vanessa Valderrama <vvalderrama@linuxfoundation.org> | 2023-12-06 09:45:20 -0600 |
commit | 0b979245d24de1bc5a936f21715131b083f80b5e (patch) | |
tree | 115d299b64584df004e28dbbc5ea1906e71024ff | |
parent | 57341a3712dae1b19a1a076b3e35068923165868 (diff) |
CI: Point git sources to gitolite mirror
Pointing back to the gitolite mirror to resolve fetch failures which
have increased since pointing to GitHub
Change-Id: I70312e266c32504c5c96e705a0934228cb882458
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jenkins-config/global-vars-production.sh | 6 | ||||
-rw-r--r-- | jenkins-config/global-vars-sandbox.sh | 6 |
2 files changed, 6 insertions, 6 deletions
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 diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index c4453d9d4..6c2057c62 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -1,7 +1,7 @@ DOCKER_REGISTRY=https://jenkins.fd.io/sandbox/ -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-2 PACKAGECLOUDPROXY=https://packagecloud.io/fdio PCIO_CO=fdio |