osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/29153 )
Change subject: jobs/master-builds: clone from gerrit.osmocom.org ...................................................................... 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/[email protected]/message/YVYMAC423OJ3FNP52YAX55RDUQXV6FZ2/ Change-Id: I2f345be55f5c7eb42655dc346776ad8891af126d --- M jobs/master-builds.yml 1 file changed, 6 insertions(+), 2 deletions(-) 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 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: [email protected] [email protected] - 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: [email protected] [email protected] [email protected] [email protected] - - 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: [email protected] [email protected] - osmo-gsm-manuals: @@ -393,6 +396,7 @@ - osmo-hnbgw - rtl-sdr: + git_base_url: https://gitea.osmocom.org/sdr email: [email protected] [email protected] - pysim: -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/29153 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I2f345be55f5c7eb42655dc346776ad8891af126d Gerrit-Change-Number: 29153 Gerrit-PatchSet: 3 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: daniel <[email protected]> Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: neels <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-MessageType: merged
