osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/34334?usp=email )
Change subject: jobs/osmocom-obs-sync: new job
......................................................................
jobs/osmocom-obs-sync: new job
Related: OS#6165
Change-Id: Ibcf02eb5feee2b314ff28861835040c21aea4294
---
A jobs/osmocom-obs-sync.yml
1 file changed, 64 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/34/34334/1
diff --git a/jobs/osmocom-obs-sync.yml b/jobs/osmocom-obs-sync.yml
new file mode 100644
index 0000000..2dd9888
--- /dev/null
+++ b/jobs/osmocom-obs-sync.yml
@@ -0,0 +1,54 @@
+---
+- job:
+ name: 'Osmocom_OBS_sync'
+ project-type: freestyle
+ concurrent: false
+ defaults: global
+ description: |
+ Sync base distributions (Debian:12 etc.) from openSUSE's OBS to our OBS
+ (<a
href="https://osmocom.org/issues/6165">OS#6165</a>);OS#6165</a>).
+ properties:
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ node: obs
+ parameters:
+ - string:
+ name: CI_BRANCH
+ description: osmo-ci.git branch
+ default: 'master'
+ scm:
+ - git:
+ branches:
+ - '$CI_BRANCH'
+ url:
https://gerrit.osmocom.org/osmo-ci
+ git-config-name: 'Jenkins Builder'
+ git-config-email: 'jenkins(a)osmocom.org'
+ builders:
+ - shell: |
+ export PYTHONUNBUFFERED=1
+ export DISTROS="
+ AlmaLinux:8
+ Debian:10
+ Debian:11
+ Debian:12
+ Debian:Next
+ Debian:Testing
+ Raspbian:10
+ Raspbian:11
+ Ubuntu:20.04
+ Ubuntu:22.04
+ Ubuntu:23.04
+ "
+ ./scripts/obs/sync_obs_projects.py \
+ --docker \
+ $DISTROS
+ triggers:
+ - timed: "H H * * *"
+ wrappers:
+ - ansicolor:
+ colormap: xterm
+ publishers:
+ - email:
+ notify-every-unstable-build: true
+ recipients: 'jenkins-notifications(a)lists.osmocom.org'
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/34334?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ibcf02eb5feee2b314ff28861835040c21aea4294
Gerrit-Change-Number: 34334
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange