Change in osmo-ci[master]: jobs: Enable --without-sse build variant for osmo-trx

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
Sun Sep 20 09:42:47 UTC 2020


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

Change subject: jobs: Enable --without-sse build variant for osmo-trx
......................................................................

jobs: Enable --without-sse build variant for osmo-trx

Change-Id: I47a2067dc25335557dfa93f291f6ca9cd4959735
---
M jobs/gerrit-verifications.yml
M jobs/master-builds.yml
2 files changed, 6 insertions(+), 4 deletions(-)

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



diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index b84e70e..486ecd3 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -212,11 +212,12 @@
       - osmo-trx:
           slave_axis: !!python/tuple [osmocom-master-debian9,rpi4-deb9build-ansible]
           a1_name: INSTR
-          a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
+          a1: !!python/tuple [--with-sse, --without-sse --with-neon, --with-neon-vfpv4]
           a2_name: WITH_MANUALS
           a2: !!python/tuple ["1", "0"]
           combination_filter: >
-            (INSTR == "--with-sse" && WITH_MANUALS == "1" && label == "osmocom-master-debian9") ||
+            (INSTR == "--without-sse" && WITH_MANUALS == "1" && label == "osmocom-master-debian9") ||
+            (INSTR == "--with-sse" && WITH_MANUALS == "0" && 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'
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index c2b671e..47a9eea 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -300,11 +300,12 @@
       - osmo-trx:
           slave_axis: !!python/tuple [osmocom-master-debian9,rpi4-deb9build-ansible]
           a1_name: INSTR
-          a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
+          a1: !!python/tuple [--with-sse, --without-sse, --with-neon, --with-neon-vfpv4]
           a2_name: WITH_MANUALS
           a2: !!python/tuple ["1", "0"]
           combination_filter: >
-            (INSTR == "--with-sse" && WITH_MANUALS == "1" && label == "osmocom-master-debian9") ||
+            (INSTR == "--without-sse" && WITH_MANUALS == "1" && label == "osmocom-master-debian9") ||
+            (INSTR == "--with-sse" && WITH_MANUALS == "0" && 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'

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I47a2067dc25335557dfa93f291f6ca9cd4959735
Gerrit-Change-Number: 20207
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200920/abc03689/attachment.htm>


More information about the gerrit-log mailing list