Add new repo osmo-hnbgw (nightly) to build jobs and scripts

Change-Id: I2fdbd651e4b50191e1a67e183590de99d6366ca5
This commit is contained in:
Pau Espin 2022-01-04 19:30:30 +01:00
parent 7f89d91666
commit 702fd8ff94
10 changed files with 24 additions and 4 deletions

View File

@ -37,6 +37,7 @@
- osmo-gtp-kernel
- osmo-hlr
- osmo-hnodeb
- osmo-hnbgw
- osmo-iuh
- osmo-mgw
- osmo-msc

View File

@ -99,6 +99,7 @@ build_default osmo-sgsn \
build_default osmo-smlc
build_default osmo-cbc
build_default osmo-hnodeb
build_default osmo-hnbgw
# GMR
build_default libosmo-dsp

View File

@ -33,6 +33,7 @@ for proj in \
osmo-cbc \
simtrace2 \
osmo-hnodeb \
osmo-hnbgw \
; do
if [ -d $proj ]; then

View File

@ -28,6 +28,7 @@
- osmo-bsc
- osmo-bts
- osmo-hnodeb
- osmo-hnbgw
- osmo-upf
- osmo-ci:

View File

@ -251,6 +251,7 @@
- osmo-smlc
- osmo-gbproxy
- osmo-hnodeb
- osmo-hnbgw
- osmo-upf
- pysim:

View File

@ -87,7 +87,8 @@
# Full triggers would be:
# trigger: >
# master-libosmo-sccp, master-openbsc, mastere-osmo-hlr, master-osmo-iuh,
# master-osmo-mgw, master-osmo-msc, master-osmo-sgsn, master-osmo-hnodeb
# master-osmo-mgw, master-osmo-msc, master-osmo-sgsn, master-osmo-hnodeb,
# master-osmo-hnbgw
# Optimized:
# (see comment at libosmocore)
trigger: >
@ -100,7 +101,7 @@
# Full triggers would be:
# trigger: >
# master-openbsc, master-osmo-bsc, master-osmo-iuh, master-osmo-msc,
# master-osmo-sgsn, master-osmo-hnodeb
# master-osmo-sgsn, master-osmo-hnodeb, master-osmo-hnbgw
# Optimized:
# (see comment at libosmocore)
trigger: >
@ -247,13 +248,14 @@
- osmo-iuh:
# Full triggers would be:
# trigger: master-osmo-msc, master-osmo-sgsn, master-osmo-hnodeb
# trigger: master-osmo-msc, master-osmo-sgsn, master-osmo-hnodeb, master-osmo-hnbgw
# Optimized:
# (see comment at libosmocore)
trigger: >
master-osmo-msc,
master-osmo-sgsn,
master-osmo-hnodeb
master-osmo-hnodeb,
master-osmo-hnbgw
- osmo-mgw:
trigger: master-osmo-msc, master-osmo-bsc
@ -358,6 +360,7 @@
- osmo-smlc
- osmo-gbproxy
- osmo-hnodeb
- osmo-hnbgw
- rtl-sdr:
email: laforge@gnumonks.org steve@steve-m.de

View File

@ -141,6 +141,9 @@
- ttcn3-upf-test:
blocking: "^(ttcn3|TTCN3-.*)-upf-test.*"
timer: 00 13 * * *
- ttcn3-hnbgw-test:
blocking: "^(ttcn3|TTCN3-.*)-hnbgw-test.*"
timer: 40 13 * * *
# debian-stretch latest stable
- nplab-m3ua-test-latest:
@ -216,6 +219,10 @@
blocking: "^(ttcn3|TTCN3-.*)-upf-test.*"
timer: 00 13 * * *
disabled: true
- ttcn3-hnbgw-test-latest:
blocking: "^(ttcn3|TTCN3-.*)-hnbgw-test.*"
timer: 40 13 * * *
disabled: true
# Jobs below use uppercase TTCN3-$DISTRO, so they get listed separately from the ttcn3-* (debian-stretch) jobs

View File

@ -39,6 +39,7 @@ OSMO_RELEASE_REPOS="
osmocom-bb
simtrace2
"
#^TODO: still no release made: osmo-hnbgw
OSMO_BRANCH_DOCKER_PLAYGROUND="${OSMO_BRANCH_DOCKER_PLAYGROUND:-master}"

View File

@ -195,6 +195,7 @@ build_osmocom() {
checkout osmo-cbc
checkout osmo-gbproxy
checkout osmo-hnodeb
#checkout osmo-hnbgw
cd "$TOP"
@ -233,6 +234,7 @@ build_osmocom() {
build osmo-cbc
build osmo-gbproxy
build osmo-hnodeb
#build osmo-hnbgw
cd "$TOP/$PROJ"
osc ci -m "$FEED versions of $DT" --noservice

View File

@ -227,6 +227,7 @@ build_osmocom() {
checkout osmo-cbc
checkout osmo-gbproxy
checkout osmo-hnodeb
checkout osmo-hnbgw
cd "$REPO"
@ -268,6 +269,7 @@ build_osmocom() {
build osmo-cbc
build osmo-gbproxy
build osmo-hnodeb
build osmo-hnbgw
post
}