Change in osmo-ci[master]: job: Update master and gerrit osmo-trx jobs to also build on ARM plat...

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/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Feb 19 18:52:10 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/17228 )


Change subject: job: Update master and gerrit osmo-trx jobs to also build on ARM platform
......................................................................

job: Update master and gerrit osmo-trx jobs to also build on ARM platform

Related: OS#4301
Change-Id: I0049ab35b5106d5af8474903e203f66b044ff5ca
---
M jobs/gerrit-verifications.yml
M jobs/master-builds.yml
2 files changed, 10 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/28/17228/1

diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 80a3b08..e946674 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -206,14 +206,15 @@
       - osmo-sip-connector
 
       - osmo-trx:
+          slave_axis: !!python/tuple [osmocom-master-debian9,rpi4-deb9build-ansible]
           a1_name: INSTR
-          # ARM variants temporarily disabled due to issue OS#3061 (mind the combination_filter below!)
-          # a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
-          a1: !!python/tuple [--with-sse]
+          a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
           a2_name: WITH_MANUALS
           a2: !!python/tuple ["1", "0"]
           combination_filter: >
-            (INSTR == "--with-sse" && WITH_MANUALS == "1")
+            (INSTR == "--with-sse" && WITH_MANUALS == "1" && label == "osmocom-master-debian9") ||
+            (INSTR == "--with-neon" && WITH_MANUALS == "0" && label == "rpi4-deb9build-ansible") ||
+            (INSTR == "--with-neon-vfpv4" && WITH_MANUALS == "0" && label == "rpi4-deb9build-ansible")
           cmd: 'ASCIIDOC_WARNINGS_CHECK=1 ./contrib/jenkins.sh'
 
       - osmocom-bb
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 78aeb7c..688ee15 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -299,14 +299,15 @@
           email: gerrit-log at lists.osmocom.org laforge at gnumonks.org 246tnt at gmail.com
 
       - osmo-trx:
+          slave_axis: !!python/tuple [osmocom-master-debian9,rpi4-deb9build-ansible]
           a1_name: INSTR
-          # ARM variants temporarily disabled due to issue OS#3061 (mind the combination_filter below!)
-          # a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
-          a1: !!python/tuple [--with-sse]
+          a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
           a2_name: WITH_MANUALS
           a2: !!python/tuple ["1", "0"]
           combination_filter: >
-            (INSTR == "--with-sse" && WITH_MANUALS == "1")
+            (INSTR == "--with-sse" && WITH_MANUALS == "1" && label == "osmocom-master-debian9") ||
+            (INSTR == "--with-neon" && WITH_MANUALS == "0" && label == "rpi4-deb9build-ansible") ||
+            (INSTR == "--with-neon-vfpv4" && WITH_MANUALS == "0" && label == "rpi4-deb9build-ansible")
           cmd: 'PUBLISH=1 ASCIIDOC_WARNINGS_CHECK=1 ./contrib/jenkins.sh'
 
       - osmocom-bb

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I0049ab35b5106d5af8474903e203f66b044ff5ca
Gerrit-Change-Number: 17228
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200219/9d511ee4/attachment.htm>


More information about the gerrit-log mailing list