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

Change subject: jobs/master-builds: add erlang projects
......................................................................

jobs/master-builds: add erlang projects

Add the erlang projects found in gerrit-verifications to master-builds
too, as we have it with most other Osmocom projects.

Change-Id: I6cf5a3c1e52ee73ad63eb2d7d5b1af19a9809026
---
M jobs/master-builds.yml
1 file changed, 25 insertions(+), 0 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified
  laforge: Looks good to me, approved




diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index dcf40ef..8b8d551 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -66,6 +66,7 @@
               -e 
PATH="/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
 \
               -v "$CCACHE_DIR:/ccache" \
     docker_img: '$USER/debian-bookworm-build'
+    docker_img_erlang: '$USER/debian-bookworm-erlang'
     timeout_cmd: '/usr/bin/timeout 30m'
     cmd: '{docker_run_ccache} {docker_img} {timeout_cmd} 
/build/contrib/jenkins.sh'
     trigger:
@@ -270,6 +271,14 @@
               -e WITH_MANUALS="$WITH_MANUALS" \
               "$DOCKER_IMG" {timeout_cmd} /build/contrib/jenkins_bts_model.sh 
"$BTS_MODEL"

+      - osmo_dia2gsup:
+          repos_url: '{gerrit_url}/erlang/{repos}'
+          cmd: '{docker_run} {docker_img_erlang} {timeout_cmd} 
/build/contrib/jenkins.sh'
+
+      - osmo-epdg:
+          repos_url: '{gerrit_url}/erlang/{repos}'
+          cmd: '{docker_run} {docker_img_erlang} {timeout_cmd} 
/build/contrib/jenkins.sh'
+
       - osmo-e1-hardware:
           a2_name: JOB_TYPE
           a2: !!python/tuple ["firmware", "gateware", "manuals", "software"]
@@ -330,6 +339,10 @@

       - osmo-gsm-manuals

+      - osmo_gsup:
+          repos_url: '{gerrit_url}/erlang/{repos}'
+          cmd: '{docker_run_ccache} {docker_img_erlang} {timeout_cmd} 
/build/contrib/jenkins.sh'
+
       - osmo-gsm-tester:
           cmd: '{docker_run} {docker_img} {timeout_cmd} 
/build/contrib/jenkins-build-manuals.sh'


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

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

Reply via email to