fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/37773?usp=email )


Change subject: osmo-s1gw: build debian pkgs, publish source tarballs
......................................................................

osmo-s1gw: build debian pkgs, publish source tarballs

Change-Id: Ia51a4815feb99fa3bf067090fec6f2ccd20ffdae
Depends: osmo-s1gw.git I5446c70c1c1f232a2a45de60be7068cfd683a99c
Related: SYS#7040
---
M jobs/gerrit-verifications.yml
M jobs/osmocom-obs-nightly-asan.yml
M scripts/common.sh
M scripts/obs/lib/config.py
M scripts/tarballs/publish-tarballs-for-tags.sh
5 files changed, 6 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/73/37773/1

diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index a1a7c0c..712f3c9 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -210,7 +210,7 @@
       - osmo-s1gw:
           repos_url: '{gerrit_url}/erlang/{repos}'
           gerrit_project: 'erlang/{repos}'
-          pipeline_binpkgs: ""
+          pipeline_binpkgs: "debian:12"
           cmd: '{docker_run} {docker_img_erlang} {timeout_cmd} 
/build/contrib/jenkins.sh'

       - osmo-e1-hardware:
diff --git a/jobs/osmocom-obs-nightly-asan.yml 
b/jobs/osmocom-obs-nightly-asan.yml
index a08eefd..e3bf098 100644
--- a/jobs/osmocom-obs-nightly-asan.yml
+++ b/jobs/osmocom-obs-nightly-asan.yml
@@ -23,8 +23,9 @@
           # We only care about Osmocom packages that run in the TTCN-3 
testsuites
           # for the asan repository.
           EXCLUDE_PACKAGES="
-            erlang/osmo-epdg
             erlang/osmo_dia2gsup
+            erlang/osmo-epdg
+            erlang/osmo-s1gw
             osmo-bsc-nat
             osmo-fl2k
             osmo-gsm-manuals
diff --git a/scripts/common.sh b/scripts/common.sh
index fd216ca..b658b03 100644
--- a/scripts/common.sh
+++ b/scripts/common.sh
@@ -145,7 +145,7 @@
                strongswan-epdg)
                        echo "$OSMO_GIT_URL_GITEA"/ims-volte-vowifi/strongswan
                        ;;
-               osmo_dia2gsup|osmo-epdg)
+               osmo_dia2gsup|osmo-epdg|osmo-s1gw)
                        echo "$OSMO_GIT_URL_GERRIT"/erlang/"$1"
                        ;;
                *)
diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py
index 7a568e8..5b919d9 100644
--- a/scripts/obs/lib/config.py
+++ b/scripts/obs/lib/config.py
@@ -49,6 +49,7 @@
 projects_osmocom = [
     "erlang/osmo_dia2gsup",
     "erlang/osmo-epdg",
+    "erlang/osmo-s1gw",
     "gapk",
     "libasn1c",
     "libgtpnl",
diff --git a/scripts/tarballs/publish-tarballs-for-tags.sh 
b/scripts/tarballs/publish-tarballs-for-tags.sh
index a3cbad1..09cd5cd 100755
--- a/scripts/tarballs/publish-tarballs-for-tags.sh
+++ b/scripts/tarballs/publish-tarballs-for-tags.sh
@@ -37,6 +37,7 @@
        osmo-pcap
        osmo-pcu
        osmo-remsim
+       osmo-s1gw
        osmo-sgsn
        osmo-sip-connector
        osmo-smlc

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ia51a4815feb99fa3bf067090fec6f2ccd20ffdae
Gerrit-Change-Number: 37773
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>

Reply via email to