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.orgosmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/11031 )
Change subject: osmocom-debian-install.yml: new jenkins jobs
......................................................................
osmocom-debian-install.yml: new jenkins jobs
Installs most packages from the Osmocom Debian repository into a plain
debian:stretch container and call the osmo-* binaries with --version
(or -h).
Two jobs, one for nightly and one for latest.
Change-Id: Idbb43ed737e164f8cf3a0e085ed54e4c6a2d14bc
Related: OS#3176
---
A jobs/osmocom-debian-install.yml
1 file changed, 30 insertions(+), 0 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
osmith: Verified
diff --git a/jobs/osmocom-debian-install.yml b/jobs/osmocom-debian-install.yml
new file mode 100644
index 0000000..823db3c
--- /dev/null
+++ b/jobs/osmocom-debian-install.yml
@@ -0,0 +1,30 @@
+---
+- project:
+ name: Osmocom-Debian-install
+ jobs:
+ - Osmocom-Debian-install-{type}
+ type:
+ - nightly
+ - latest
+
+- job-template:
+ name: 'Osmocom-Debian-install-{type}'
+
+ project-type: freestyle
+ defaults: global
+ description: 'Generated by job-builder'
+ node: osmocom-master-debian9
+ builders:
+ - shell:
+ cd debian-repo-install-test && FEED={type} ./jenkins.sh
+ scm:
+ - git:
+ branches:
+ - '*/master'
+ url: git://git.osmocom.org/docker-playground
+ git-config-name: 'Jenkins Builder'
+ git-config-email: 'jenkins at osmocom.org'
+ triggers:
+ - timed: "@midnight"
+
+# vim: expandtab tabstop=2 shiftwidth=2
--
To view, visit https://gerrit.osmocom.org/11031
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: Idbb43ed737e164f8cf3a0e085ed54e4c6a2d14bc
Gerrit-Change-Number: 11031
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180920/f17281ed/attachment.htm>