aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-15 04:38:03 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-15 19:31:27 +0100
commit4711c925828f98190e0c447a0ddc6066087daa25 (patch)
treeb21b98b6b9d960b6680cead1d258dceb963d2533 /jobs
parent7fd10510d2535ca6b393edbae30bbeb8082784fb (diff)
jobs: add update-osmo-python-on-slaves.yml
Diffstat (limited to 'jobs')
-rw-r--r--jobs/update-osmo-python-on-slaves.yml37
1 files changed, 37 insertions, 0 deletions
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: |
+ <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
+
+# vim: expandtab tabstop=2 shiftwidth=2