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/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/22853 )
Change subject: jobs/registry-triggers: add for osmo-ttcn3-hacks
......................................................................
jobs/registry-triggers: add for osmo-ttcn3-hacks
Trigger registry-rebuild-upload-titan on changes in
osmo-ttcn3-hacks.git. Write registry-triggers.yml with a job template,
so we could add more triggers from git repos -> registry easily if
needed in the future.
Related: OS#5017
Change-Id: Ib6a27be6351ce821c7023a1f75a82b1ade2ffa49
---
A jobs/registry-triggers.yml
1 file changed, 32 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
osmith: Verified
diff --git a/jobs/registry-triggers.yml b/jobs/registry-triggers.yml
new file mode 100644
index 0000000..0763496
--- /dev/null
+++ b/jobs/registry-triggers.yml
@@ -0,0 +1,32 @@
+- project:
+ name: registry-triggers
+ jobs:
+ - 'registry-trigger-{repos}'
+ repos:
+ - osmo-ttcn3-hacks:
+ # Cache is invalidated on changes in deps/Makefile (OS#5017)
+ trigger: >
+ registry-rebuild-upload-titan
+
+- job-template:
+ name: 'registry-trigger-{repos}'
+ description: |
+ Update registry.osmocom.org after changes in {repos}.
+ node: osmocom-master-debian9
+ scm:
+ - git:
+ url: git://git.osmocom.org/{repos}
+ branches:
+ - 'origin/master'
+ trigger:
+ email: jenkins-notifications at lists.osmocom.org
+ triggers:
+ - pollscm:
+ cron: "H/5 * * * *"
+ ignore-post-commit-hooks: false
+ - timed: "H H * * *"
+ publishers:
+ - trigger:
+ project: '{obj:trigger}'
+
+# vim: expandtab tabstop=2 shiftwidth=2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/22853
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ib6a27be6351ce821c7023a1f75a82b1ade2ffa49
Gerrit-Change-Number: 22853
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210211/37683682/attachment.htm>