aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-obs-check-builders.yml
blob: 01fdba5aeed943431d3dc75e230344d954b4d5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
- project:
    name: Osmocom_OBS_check_builders
    jobs:
      - Osmocom_OBS_check_builders

- job-template:
    name: 'Osmocom_OBS_check_builders'
    project-type: freestyle
    defaults: global
    description: |
        Verify that the expected amount of builders are connected to
        obs.osmocom.org.
    properties:
      - build-discarder:
          days-to-keep: 30
          num-to-keep: 30
    builders:
      - shell: |
          scripts/obs/check_builders.sh
    scm:
      - git:
          branches:
            - 'origin/master'
          url: https://gerrit.osmocom.org/osmo-ci
    triggers:
      - timed: "@hourly"
    node: obs
    publishers:
       - email:
          notify-every-unstable-build: true
          recipients: 'jenkins-notifications@lists.osmocom.org'