From 4711c925828f98190e0c447a0ddc6066087daa25 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 15 Dec 2017 04:38:03 +0100 Subject: jobs: add update-osmo-python-on-slaves.yml Change-Id: Ib3982e1f18286cc45d5c7b849abfb91cad9e1b27 --- jobs/update-osmo-python-on-slaves.yml | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 jobs/update-osmo-python-on-slaves.yml (limited to 'jobs') diff --git a/jobs/update-osmo-python-on-slaves.yml b/jobs/update-osmo-python-on-slaves.yml new file mode 100644 index 0000000..e906a53 --- /dev/null +++ b/jobs/update-osmo-python-on-slaves.yml @@ -0,0 +1,37 @@ +- job: + name: update-osmo-python-on-slaves + project-type: matrix + axes: + - axis: + type: slave + name: label + values: [ OsmocomBuild1, build1-debian9-lxc, build2-deb8build ] + 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: | + Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY! + + # 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 + +# vim: expandtab tabstop=2 shiftwidth=2 -- cgit v1.2.3