aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-debian-install.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-05-27repo-install-test: update jenkins jobosmith/centos-install-testOliver Smith1-44/+0
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
2019-07-26jobs: upload to OBS before debian-install testOliver Smith1-1/+1
Make sure that we don't test yesterday's packages. Adjust timers to run the OBS job around 1 o'clock, and the debian-install test around 4 o'clock. Use the H (hash) symbol for minute to spread the load. Change-Id: I503058018172d50e9585d4804dfec1b4ece7644a
2019-07-23osmocom-debian-install.yml: add BRANCH variableOliver Smith1-1/+7
Allow changing the branch in the jenkins UI when starting the build. We already have this in other jobs, and it is very useful to test changes. Change-Id: Ice4662551625b3c96ca105629a934a0a081db2e4
2019-07-23osmocom-debian-install.yml: update descriptionOliver Smith1-1/+5
Replace "Generated by job-builder" with a proper description. The job builder automatically adds "<!-- Managed by Jenkins Job Builder -->" to the description (which is visible when editing the job), so we don't need to mention it in the description at all. Related: OS#3369 Change-Id: I17d2e9e0ac7fe77fb0306724a1f1e15641d76854
2019-03-03jenkins: Send build failures to jenkins-notifications mailing listHarald Welte1-0/+4
Change-Id: I5609a0f4b8f176ffa692db732abb4694acaaf927
2018-09-20osmocom-debian-install.yml: new jenkins jobsOliver Smith1-0/+30
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