From 6d6938fa6028222ab4acfa3949d84ea404eb1d79 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 10 Dec 2018 14:42:27 +0100 Subject: 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 --- jobs/gerrit-verifications.yml | 4 +++- jobs/master-builds.yml | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'jobs') 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: -- cgit v1.2.3