osmo-ci/jobs/update-osmo-python-on-slave...

46 lines
1.3 KiB
YAML

- job:
name: update-osmo-python-on-slaves
project-type: matrix
axes:
- axis:
type: slave
name: label
values:
- host2-deb9build-ansible
- build2-deb9build-ansible
- build2-deb10build-ansible
- rpi4-raspbian11build-ansible-1
- rpi4-raspbian11build-ansible-2
- rpi4-raspbian11build-ansible-3
properties:
- build-discarder:
days-to-keep: 30
num-to-keep: 120
scm:
- git:
url: https://gerrit.osmocom.org/python/osmo-python-tests
branches:
- 'origin/master'
skip-tag: true
wipe-workspace: true
triggers:
- pollscm:
cron: "H/5 * * * *"
ignore-post-commit-hooks: false
builders:
- shell: './contrib/jenkins.sh'
description: |
<b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>
# make sure to update the osmo-python in docker images, rebuilt from osmo-ci/contrib/jenkins.sh
publishers:
- trigger:
project: update-osmo-ci-on-slaves
threshold: FAILURE
- email:
recipients: jenkins-notifications@lists.osmocom.org
# vim: expandtab tabstop=2 shiftwidth=2