osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/31474 )
Change subject: build-old-tags: tags_to_ignore: add osmo-hlr ......................................................................
build-old-tags: tags_to_ignore: add osmo-hlr
Add the osmo-hlr releases where tests are not foward-compatible to the related libosmocore change. Fixup releases 1.6.1 and 1.5.1 have been made that are foward compatible.
Related: libosmocore I446e54d0ddf4a18c46ee022b1249af73552e3ce1 Change-Id: Ia772c9e823e494fdfce179da58735d3e6cee8e95 --- M scripts/osmocom-build-old-tags-against-master.sh 1 file changed, 19 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified msuraev: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/scripts/osmocom-build-old-tags-against-master.sh b/scripts/osmocom-build-old-tags-against-master.sh index b6e6138..5f0d04d 100755 --- a/scripts/osmocom-build-old-tags-against-master.sh +++ b/scripts/osmocom-build-old-tags-against-master.sh @@ -68,6 +68,11 @@ echo "1.2.0" # testsuite: libosmocore 6407c822ae0d45d047deb0dff095f028a90c1ecc echo "1.2.1" # testsuite: libosmocore 6407c822ae0d45d047deb0dff095f028a90c1ecc ;; + osmo-hlr) + echo "1.4.0" # testsuite: libosmocore I446e54d0ddf4a18c46ee022b1249af73552e3ce1 + echo "1.5.0" # testsuite: libosmocore I446e54d0ddf4a18c46ee022b1249af73552e3ce1 + echo "1.6.0" # testsuite: libosmocore I446e54d0ddf4a18c46ee022b1249af73552e3ce1 + ;; osmo-mgw) echo "1.3.0" # testsuite echo "1.4.0" # testsuite