aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-debian-install.yml
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-27 11:31:06 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-27 14:42:05 +0200
commite3ce3b696047b3d002cc22086fe782040fff5f9f (patch)
tree8f21fed0ff38b11bb30d95973285e4f6589b3120 /jobs/osmocom-debian-install.yml
parent84929129bb1cc6c9468381806a3454185cee9d59 (diff)
repo-install-test: update jenkins jobosmith/centos-install-test
Rename osmocom-debian-install.yml to repo-install-test.yml to get debian out of the name. Extend it with a new distro parameter and update the description. Adjust the shell section to run the script from its new location (in osmo-ci.git, not docker-playground.git). Turn it into a matrix job, so we can have two parameters (distro, feed) for each job. Related: OS#4563 Change-Id: I777098f19d75f7efbd68b837ccdcd83309429c39
Diffstat (limited to 'jobs/osmocom-debian-install.yml')
-rw-r--r--jobs/osmocom-debian-install.yml44
1 files changed, 0 insertions, 44 deletions
diff --git a/jobs/osmocom-debian-install.yml b/jobs/osmocom-debian-install.yml
deleted file mode 100644
index 26b7fa0..0000000
--- a/jobs/osmocom-debian-install.yml
+++ /dev/null
@@ -1,44 +0,0 @@
----
-- 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: |
- <ul>
- <li> Install all Osmocom debian packages (<a href="https://osmocom.org/issues/3176">OS#3176</a>)
- <li> Check if Osmocom systemd services start properly (<a href="https://osmocom.org/issues/3369">OS#3369</a>)
- </ul>
- node: osmocom-master-debian9
- parameters:
- - string:
- name: BRANCH
- description: |
- docker-playground.git branch
- default: '*/master'
- builders:
- - shell:
- cd debian-repo-install-test && FEED={type} ./jenkins.sh
- scm:
- - git:
- branches:
- - '$BRANCH'
- url: git://git.osmocom.org/docker-playground
- git-config-name: 'Jenkins Builder'
- git-config-email: 'jenkins@osmocom.org'
- triggers:
- - timed: "H 04 * * *" # run after osmocom-obs.yml
- publishers:
- - email:
- notify-every-unstable-build: true
- recipients: 'jenkins-notifications@lists.osmocom.org'
-
-# vim: expandtab tabstop=2 shiftwidth=2