laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/27121 )
Change subject: jobs/master-builds.yml: Add master-pysim to publish manual
......................................................................
jobs/master-builds.yml: Add master-pysim to publish manual
We only had gerrit build verification for pysim so far, but no 'master'
job that periodically builds/tests master (and publishes the manual).
As a reult, the pySim manual was still the original version from April
2021, while the code has of course progressed quite a bit in git since.
Change-Id: I4dce05cdb5f2c574256378d5fb66cff1c329c141
Closes: OS#5271
---
M jobs/master-builds.yml
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 0b226d1..95efdd6 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -371,6 +371,11 @@
- rtl-sdr:
email: laforge(a)gnumonks.org steve(a)steve-m.de
+ - pysim:
+ concurrent: false
+ slave_axis: !!python/tuple [simtester]
+ cmd: 'PUBLISH=1 WITH_MANUALS=1 /usr/bin/timeout 30m
./contrib/jenkins.sh'
+
- sysmo-usim-tool:
concurrent: false
cmd: cd ./tests; ./run-tests
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/27121
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4dce05cdb5f2c574256378d5fb66cff1c329c141
Gerrit-Change-Number: 27121
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged