aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmocom-obs-check-builders.yml
blob: f378ec1c043cbc5d1f406c86a1297315bb3063a0 (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
---
- 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.
    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'