|
|
|
- job:
|
|
|
|
name: update-osmo-ci-on-slaves
|
|
|
|
project-type: matrix
|
|
|
|
axes:
|
|
|
|
- axis:
|
|
|
|
type: slave
|
|
|
|
name: label
|
|
|
|
values:
|
|
|
|
- build2-deb10build-ansible
|
|
|
|
- build2-deb11build-ansible
|
|
|
|
- build3-deb11build-ansible
|
|
|
|
- gtp0-deb10fr
|
|
|
|
- host2-deb11build-ansible
|
|
|
|
- rpi4-raspbian11build-ansible-1
|
|
|
|
- rpi4-raspbian11build-ansible-2
|
|
|
|
- rpi4-raspbian11build-ansible-3
|
|
|
|
- simtester
|
|
|
|
properties:
|
|
|
|
- build-discarder:
|
|
|
|
days-to-keep: 30
|
|
|
|
scm:
|
|
|
|
- git:
|
|
|
|
url: https://gerrit.osmocom.org/osmo-ci
|
|
|
|
git-config-name: 'Jenkins Builder'
|
|
|
|
git-config-email: 'jenkins@osmocom.org'
|
|
|
|
skip-tag: true
|
|
|
|
branches:
|
|
|
|
- 'origin/master'
|
|
|
|
wipe-workspace: true
|
|
|
|
|
|
|
|
triggers:
|
|
|
|
- pollscm:
|
|
|
|
cron: "H/5 * * * *"
|
|
|
|
ignore-post-commit-hooks: false
|
|
|
|
- timed: "H H * * *"
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- shell: './contrib/jenkins.sh'
|
|
|
|
description: |
|
|
|
|
<b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- email:
|
|
|
|
recipients: jenkins-notifications@lists.osmocom.org
|
|
|
|
|
|
|
|
# Trigger from docker-playground.git too
|
|
|
|
- job:
|
|
|
|
name: update-osmo-ci-on-slaves-dp
|
|
|
|
description: |
|
|
|
|
Trigger <a href="https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/">update-osmo-ci-on-slaves</a>
|
|
|
|
on changes in docker-playground.git, so it can rebuild docker containers relevant for the jenkins slaves.
|
|
|
|
scm:
|
|
|
|
- git:
|
|
|
|
url: https://gerrit.osmocom.org/docker-playground
|
|
|
|
git-config-name: 'Jenkins Builder'
|
|
|
|
git-config-email: 'jenkins@osmocom.org'
|
|
|
|
skip-tag: true
|
|
|
|
branches:
|
|
|
|
- 'origin/master'
|
|
|
|
triggers:
|
|
|
|
- pollscm:
|
|
|
|
cron: "H/5 * * * *"
|
|
|
|
ignore-post-commit-hooks: false
|
|
|
|
publishers:
|
|
|
|
- trigger:
|
|
|
|
project: "update-osmo-ci-on-slaves"
|
|
|
|
|
|
|
|
|
|
|
|
# vim: expandtab tabstop=2 shiftwidth=2
|