aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-10 14:42:27 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-12 14:02:33 +0100
commit6d6938fa6028222ab4acfa3949d84ea404eb1d79 (patch)
tree7f3ce1ff926cbdb0065183277d64d6fe4212cb24 /jobs
parent298747c735793da3f3fa89b18698ae4322673d52 (diff)
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
Diffstat (limited to 'jobs')
-rw-r--r--jobs/gerrit-verifications.yml4
-rw-r--r--jobs/master-builds.yml9
2 files changed, 11 insertions, 2 deletions
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: