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 <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to