osmith submitted this change.
jobs/master-builds: add simtrace
Replace the legacy SIMtrace job (not done with jenkins-job-builder) with
a new master-simtrace job that works just like the other master jobs:
- build in docker
- have build commands in contrib/jenkins.sh
Set the same notification mails as for simtrace2.
Depends: https://gitea.osmocom.org/sim-card/simtrace/pulls/1
Change-Id: I0980ceafa4d1187630b75b45b01b538c750021bb
---
M jobs/master-builds.yml
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 6a2926c..2e54b63 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -173,7 +173,7 @@
# master-osmo-bsc, master-osmo-bts, master-osmo-ggsn, master-osmo-gmr, master-osmo-hlr,
# master-osmo-iuh, master-osmo-mgw, master-osmo-msc, master-osmo-pcap, master-osmo-pcu,
# master-osmo-sgsn, master-osmo-sip-connector, master-osmo-tetra, master-osmo-hnodeb
- # master-osmocom-bb, SIMtrace, master-xgoldmon
+ # master-osmocom-bb, master-simtrace, master-xgoldmon
# Optimized:
# libosmocore
# -> master-libosmo-abis
@@ -211,7 +211,7 @@
master-osmo-tetra,
master-osmo-trx,
master-osmocom-bb,
- SIMtrace,
+ master-simtrace,
master-xgoldmon
- libsmpp34:
@@ -447,6 +447,9 @@
ssh:
- binaries_ftp.osmocom.org
- docs_ftp.osmocom.org
+ - simtrace:
+ git_base_url: https://gitea.osmocom.org/sim-card
+ email: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org kredon@sysmocom.de
- simtrace2:
cmd: '{docker_run_ccache} {docker_img} {timeout_cmd} /build/contrib/jenkins.sh --publish'
email: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org kredon@sysmocom.de
To view, visit change 34237. To unsubscribe, or for help writing mail filters, visit settings.