osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/38698?usp=email )
Change subject: old-tags-against-master: ignore last osmo-bsc tags ......................................................................
old-tags-against-master: ignore last osmo-bsc tags
This script tests if the last 3 tags of various Osmocom programs build with current master libraries. Mark the last 3 OsmoBSC releases as known failures, because of the intentional API break in libosmo-sigtran so the job does not fail anymore.
Mark as known error:
bsc_ctrl.c:639:18: error: invalid use of undefined type 'struct osmo_ss7_route' 639 | return rt->dest.as;
Related: OS#6617 Change-Id: Iac7e6ea7815dd2c3eb9c2636c0caa661161654ed --- M scripts/osmocom-build-old-tags-against-master.sh 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/98/38698/1
diff --git a/scripts/osmocom-build-old-tags-against-master.sh b/scripts/osmocom-build-old-tags-against-master.sh index eaf73088..94f0fd3 100755 --- a/scripts/osmocom-build-old-tags-against-master.sh +++ b/scripts/osmocom-build-old-tags-against-master.sh @@ -63,6 +63,10 @@ # this script (we put that legacy lib into a different temp install dir). Fixed in 1.2.2. echo "1.2.1" echo "1.4.0" # testsuite + # Intentional API break: https://gerrit.osmocom.org/c/libosmo-sigtran/+/38636 + echo "1.11.1" + echo "1.12.0" + echo "1.12.1" ;; osmo-bts) echo "1.0.0" # missing gsm0808.h include, fixed in 1.0.1