build-old-tags-against-master: Ignore some osmo-bts and openbsc versions

Some unit tests in those repositories started failing due to a fix in
libosmocore logging system where extra coloring tags were printed when not
needed.

Unit tests in current master of those repositories are fixed to work with
both old and new versions of libosmocore since they got coloring disabled
in their output, and new patch releases have been done containing the
fix, which means last releases already work with both libosmocore
version. However, older releases are expected to fail when built against
libosmocore master.

Change-Id: I03ca926b903a4dcc9967ab5fe455d715cdb9ed45
This commit is contained in:
Pau Espin 2020-09-23 13:33:07 +02:00
parent cf17475839
commit fc1edb3ea4
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,8 @@ tags_to_ignore() {
case "$1" in
openbsc)
echo "1.0.0" # testsuite
echo "1.3.1" # testsuite: libosmocore 6407c822ae0d45d047deb0dff095f028a90c1ecc
echo "1.3.2" # testsuite: libosmocore 6407c822ae0d45d047deb0dff095f028a90c1ecc
;;
osmo-bsc)
# Depends on libosmo-legacy-mgcp, but missing LIBOSMOLEGACYMGCP_CFLAGS so we can't build it with
@ -61,6 +63,8 @@ tags_to_ignore() {
;;
osmo-bts)
echo "1.0.0" # missing gsm0808.h include, fixed in 1.0.1
echo "1.2.0" # testsuite: libosmocore 6407c822ae0d45d047deb0dff095f028a90c1ecc
echo "1.2.1" # testsuite: libosmocore 6407c822ae0d45d047deb0dff095f028a90c1ecc
;;
osmo-mgw)
echo "1.3.0" # testsuite