Change in osmo-ci[master]: jobs/registry-rebuild-upload-titan: new job

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.org
Thu Feb 11 18:03:38 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/22852 )

Change subject: jobs/registry-rebuild-upload-titan: new job
......................................................................

jobs/registry-rebuild-upload-titan: new job

Trigger for this job will be added in follow-up patch.

Related: OS#5017
Change-Id: I2c4b264abf760894edb0788054fd987f9346b6ec
---
A jobs/registry-rebuild-upload-titan.yml
1 file changed, 37 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  osmith: Verified



diff --git a/jobs/registry-rebuild-upload-titan.yml b/jobs/registry-rebuild-upload-titan.yml
new file mode 100644
index 0000000..7e50aed
--- /dev/null
+++ b/jobs/registry-rebuild-upload-titan.yml
@@ -0,0 +1,37 @@
+
+---
+- project:
+    name: registry-rebuild-upload-titan
+    jobs:
+      - registry-rebuild-upload-titan
+
+- job:
+    name: registry-rebuild-upload-titan
+    description: |
+        Rebuild + push ttcn3 base images (debian-stretch-titan) in our private
+        registry.osmocom.org
+        <br><br>
+        Related:<br>
+        <ul>
+          <li> <a href="https://osmocom.org/issues/5017">OS#5017</a>
+        </ul>
+    node: osmocom-master-debian9
+    scm:
+      - git:
+          url: git://git.osmocom.org/docker-playground
+          skip-tag: true
+          branches:
+            - 'origin/master'
+
+    builders:
+      - shell: |
+          REGISTRY="registry.osmocom.org"
+          make -C debian-stretch-titan REGISTRY_HOST=$REGISTRY
+          docker push "$REGISTRY/$USER/debian-stretch-titan"
+
+    publishers:
+      - email:
+          notify-every-unstable-build: true
+          recipients: 'jenkins-notifications at lists.osmocom.org'
+
+# vim: expandtab tabstop=2 shiftwidth=2

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/22852
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I2c4b264abf760894edb0788054fd987f9346b6ec
Gerrit-Change-Number: 22852
Gerrit-PatchSet: 2
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/cc577430/attachment.htm>


More information about the gerrit-log mailing list