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
This commit is contained in:
Oliver Smith 2018-12-10 14:42:27 +01:00
parent 298747c735
commit 6d6938fa60
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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: