osmith has uploaded this change for review.

View Change

jobs/master-builds: switch no2bootloader to osmocom mirror

Change-Id: If0689a81b5a4b27029954512dd2e687ba338344c
---
M jobs/master-builds.yml
1 file changed, 12 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/20/43520/1
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index b4d3e23..7454af4 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -18,6 +18,7 @@
combination_filter: ''
sequential: false
wipe: false # most projects use osmo-clean-workspace.sh instead
+ disable_submodules: false
# most common build invocation
# SYS_PTRACE is needed for ASAN (https://github.com/google/sanitizers/issues/764)
# seccomp profile is needed for io_uring (OS#6405)
@@ -387,9 +388,17 @@
- binaries_ftp.osmocom.org
- docs_ftp.osmocom.org
- no2bootloader:
- repos_url: 'https://github.com/no2fpga/{repos}'
+ repos_url: 'https://gitea.osmocom.org/mirrors/no2bootloader'
+ disable_submodules: true
docker_img: 'registry.osmocom.org/$USER/fpga-build'
- cmd: 'docker pull {docker_img} && {docker_run} {docker_img} {timeout_cmd} /build/contrib/jenkins.sh --publish'
+ cmd: |
+ git submodule init
+ sed -i 's,github\.com/no2fpga,gitea.osmocom.org/mirrors,' .gitmodules
+ git submodule sync
+ git submodule update
+ git stash
+ docker pull {docker_img}
+ {docker_run} {docker_img} {timeout_cmd} /build/contrib/jenkins.sh --publish
email: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org kredon@sysmocom.de 246tnt@gmail.com
ssh:
- binaries_ftp.osmocom.org
@@ -755,6 +764,7 @@
wipe-workspace: '{obj:wipe}'
skip-tag: true
submodule:
+ disable: '{obj:disable_submodules}'
recursive: true

triggers:

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If0689a81b5a4b27029954512dd2e687ba338344c
Gerrit-Change-Number: 43520
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>