osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/38770?usp=email )

Change subject: build-old-tags: ignore failing due to api break
......................................................................

build-old-tags: ignore failing due to api break

Ignore osmo-bsc and osmo-msc versions that are known to fail due to
intentional API break. osmo-bsc 1.12.2 and osmo-msc 1.12.2 build are
forward-compatible.

Note that previous releases don't need to be listed in tags_to_ignore()
as this script only builds the last 3 release tags.

Related: https://osmocom.org/news/284
Related: OS#6617
Change-Id: Ia9b3edeb369aac35b9baceaefdf517a4f3d532be
---
M scripts/osmocom-build-old-tags-against-master.sh
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified




diff --git a/scripts/osmocom-build-old-tags-against-master.sh 
b/scripts/osmocom-build-old-tags-against-master.sh
index eaf73088..4f69ffc 100755
--- a/scripts/osmocom-build-old-tags-against-master.sh
+++ b/scripts/osmocom-build-old-tags-against-master.sh
@@ -63,6 +63,8 @@
                        # 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
+                       echo "1.12.0" # OS#6617
+                       echo "1.12.1" # OS#6617
                        ;;
                osmo-bts)
                        echo "1.0.0" # missing gsm0808.h include, fixed in 1.0.1
@@ -81,6 +83,8 @@
                osmo-msc)
                        echo "1.3.0" # -Werror and deprecated 
gsm0480_create_ussd_release_complete(), fixed in 1.3.1
                        echo "1.7.0" # testsuite, fixed in 1.7.1
+                       echo "1.12.0" # OS#6617
+                       echo "1.12.1" # OS#6617
                        ;;
                osmo-pcu)
                        echo "0.5.0" # testsuite

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/38770?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ia9b3edeb369aac35b9baceaefdf517a4f3d532be
Gerrit-Change-Number: 38770
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to