Change in osmo-ci[master]: add registry-rebuild-upload-fpga-build.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/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Dec 17 16:50:05 UTC 2020


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

Change subject: add registry-rebuild-upload-fpga-build.yml
......................................................................

add registry-rebuild-upload-fpga-build.yml

This will rune once per week and make sure that registry.osmocom.org
has a fpga-build container that the buld slaves can use.

Change-Id: Ie700d7c6e3c5e794edd81c3acc4b689e05d6864d
---
A jobs/registry-rebuild-upload-fpga-build.yml
1 file changed, 35 insertions(+), 0 deletions(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved; Verified



diff --git a/jobs/registry-rebuild-upload-fpga-build.yml b/jobs/registry-rebuild-upload-fpga-build.yml
new file mode 100644
index 0000000..9338bce
--- /dev/null
+++ b/jobs/registry-rebuild-upload-fpga-build.yml
@@ -0,0 +1,35 @@
+---
+- project:
+    name: registry-rebuild-upload-fpga-build
+    jobs:
+      - registry-rebuild-upload-fpga-build
+
+- job:
+    name: registry-rebuild-upload-fpga-build
+    description: |
+        Rebuild + push fpga-build docker images in our private registry.osmocom.org
+    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"
+          cd debian-buster-build && make
+          cd ..
+          cd fpga-build && make REGISTRY_HOST=$REGISTRY
+          docker push $REGISTRY/$USER/fpga-build
+          cd ..
+    triggers:
+      - timed: "@weekly"
+
+    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/+/21763
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ie700d7c6e3c5e794edd81c3acc4b689e05d6864d
Gerrit-Change-Number: 21763
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201217/5ceefb30/attachment.htm>


More information about the gerrit-log mailing list