Change in osmo-ci[master]: Build verification: manuals for the rest

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Dec 12 13:20:11 UTC 2018


osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/12273 )

Change subject: Build verification: manuals for the rest
......................................................................

Build verification: manuals for the rest

Build manuals for osmocom-bb and openbsc in gerrit-verifications.yml.
Build and publish manuals for osmocom-bb, openbsc and osmo-gsm-tester
in master-builds.yml.

Following recommendations on the ML, building manuals for
osmo-gsm-tester was not done with a new job in gerrit-verifications.yml.
It will be done with the existing osmo-gsm-tester_gerrit job (which is
generated by osmo-gsm-tester-runner.yml). No changes are necessary for
that in osmo-ci.git, see I4ebfe12a164f807b63bc897aff44db83fc0705bd
("contrib/jenkins*: build and publish manuals") in osmo-gsm-tester.git.

Related: OS#3385
Change-Id: I2845d14b656f11e3a07107b4f16e8d7a0e3c7bbf
---
M jobs/gerrit-verifications.yml
M jobs/master-builds.yml
2 files changed, 11 insertions(+), 2 deletions(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  osmith: Looks good to me, but someone else must approve; Verified



diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index d17934d..20eceef 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -81,6 +81,7 @@
               -e MGCP="$MGCP" \
               -e PATH="$PATH:/build_bin" \
               -e OSMOPY_DEBUG_TCP_SOCKETS="1" \
+              -e WITH_MANUALS="1" \
               -w /build -i -u build \
               -v "$PWD:/build" \
               -v "$HOME/bin:/build_bin" \
@@ -247,7 +248,8 @@
           combination_filter: >
             (INSTR == "--with-sse" && WITH_MANUALS == "1")
 
-      - osmocom-bb
+      - osmocom-bb:
+          cmd: WITH_MANUALS=1 ./contrib/jenkins.sh
       - osmo-tetra
       - osmo-sysmon
       - osmo-remsim
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 1b7cdfd..97e193a 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -159,6 +159,8 @@
               -e MGCP="$MGCP" \
               -e PATH="$PATH:/build_bin" \
               -e OSMOPY_DEBUG_TCP_SOCKETS="1" \
+              -e WITH_MANUALS="1" \
+              -e PUBLISH="1" \
               -w /build -i -u build \
               -v "$PWD:/build" \
               -v "$HOME/bin:/build_bin" \
@@ -220,6 +222,9 @@
            # keep first line with less indent to preserve newlines
             ./contrib/jenkins.sh
 
+      - osmo-gsm-tester:
+          cmd: PUBLISH=1 ./contrib/jenkins-build-manuals.sh
+
       - osmo-hlr:
           cmd: WITH_MANUALS=1 PUBLISH=1 ./contrib/jenkins.sh
 
@@ -349,7 +354,9 @@
             (INSTR == "--with-sse" && WITH_MANUALS == "1")
           cmd: PUBLISH=1 ./contrib/jenkins.sh
 
-      - osmocom-bb
+      - osmocom-bb:
+          cmd: WITH_MANUALS=1 PUBLISH=1 ./contrib/jenkins.sh
+
       - osmo-sysmon
       - osmo-remsim
       - simtrace2:

-- 
To view, visit https://gerrit.osmocom.org/12273
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2845d14b656f11e3a07107b4f16e8d7a0e3c7bbf
Gerrit-Change-Number: 12273
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181212/3b066a22/attachment.htm>


More information about the gerrit-log mailing list