aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-depcheck.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/osmocom-depcheck.yml')
-rw-r--r--jobs/osmocom-depcheck.yml17
1 files changed, 8 insertions, 9 deletions
diff --git a/jobs/osmocom-depcheck.yml b/jobs/osmocom-depcheck.yml
index 1eadd0e..5e9d247 100644
--- a/jobs/osmocom-depcheck.yml
+++ b/jobs/osmocom-depcheck.yml
@@ -12,7 +12,11 @@
Verifies that Osmocom programs really build with the dependency
versions they claim to support in configure.ac.
(Generated by job-builder)
- node: osmocom-master-debian9
+ properties:
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ node: osmocom-master
parameters:
- string:
name: PROJECTS
@@ -21,12 +25,12 @@
empty to default to all projects (!),
default revision is "master".
Examples: "osmo-hlr", "osmo-hlr:0.2.1 osmo-bts:0.8.1"
- default: 'osmo-hlr:0.2.1'
+ default: 'osmo-hlr:master'
- string:
name: GIT_URL_PREFIX
description: |
Where to clone the sources from
- default: 'https://git.osmocom.org/'
+ default: 'https://gerrit.osmocom.org/'
- bool:
name: BUILD
description: |
@@ -65,13 +69,8 @@
- git:
branches:
- '$BRANCH'
- url: https://git.osmocom.org/osmo-ci
+ url: https://gerrit.osmocom.org/osmo-ci
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins@osmocom.org'
- publishers:
- - email:
- notify-every-unstable-build: true
- recipients: 'jenkins-notifications@lists.osmocom.org'
-
# vim: expandtab tabstop=2 shiftwidth=2