osmith submitted this change.

View Change

Approvals: neels: Looks good to me, but someone else must approve fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified
jobs/master-builds: clone from gerrit.osmocom.org

Work around two issues with cloning from https://git.osmocom.org:
* cloning via https from git.osmocom.org is unreliable, leads to lots of
mails of failed builds
* the cgit mirror of libosmo-gprs.git is out of sync

Related: https://lists.osmocom.org/hyperkitty/list/openbsc@lists.osmocom.org/message/YVYMAC423OJ3FNP52YAX55RDUQXV6FZ2/
Change-Id: I2f345be55f5c7eb42655dc346776ad8891af126d
---
M jobs/master-builds.yml
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index eb1bf38..6ca3e24 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -46,7 +46,7 @@
wrappers: []
trigger:
email: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org
- git_base_url: https://git.osmocom.org
+ git_base_url: https://gerrit.osmocom.org

# in alphabetical order
repos:
@@ -73,6 +73,7 @@
master-libosmo-netif, master-osmo-bts

- libosmo-dsp:
+ git_base_url: https://gitea.osmocom.org/sdr
cmd: |
{docker_run} \
{docker_img} sh -ex -c \
@@ -242,7 +243,8 @@
cmd: 'docker pull {docker_img} && {docker_run} {docker_img} /build/contrib/jenkins.sh --publish'
email: gerrit-log@lists.osmocom.org laforge@gnumonks.org kredon@sysmocom.de 246tnt@gmail.com

- - osmo-fl2k
+ - osmo-fl2k:
+ git_base_url: https://gitea.osmocom.org/sdr
- osmo-ggsn:
a1_name: GTP
a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]
@@ -261,6 +263,7 @@
- osmo-upf

- osmo-gmr:
+ git_base_url: https://gitea.osmocom.org/satellite
email: gerrit-log@lists.osmocom.org 246tnt@gmail.com

- osmo-gsm-manuals:
@@ -393,6 +396,7 @@
- osmo-hnbgw

- rtl-sdr:
+ git_base_url: https://gitea.osmocom.org/sdr
email: laforge@gnumonks.org steve@steve-m.de

- pysim:

To view, visit change 29153. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I2f345be55f5c7eb42655dc346776ad8891af126d
Gerrit-Change-Number: 29153
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged