[MERGED] osmo-ci[master]: jobs: add update-osmo-python-on-slaves.yml

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Dec 15 18:32:19 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: jobs: add update-osmo-python-on-slaves.yml
......................................................................


jobs: add update-osmo-python-on-slaves.yml

Change-Id: Ib3982e1f18286cc45d5c7b849abfb91cad9e1b27
---
A jobs/update-osmo-python-on-slaves.yml
1 file 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

-- 
To view, visit https://gerrit.osmocom.org/5410
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib3982e1f18286cc45d5c7b849abfb91cad9e1b27
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list