osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/30985
)
Change subject: jobs/gerrit-verifications: osmo-trx: fix matrix
......................................................................
jobs/gerrit-verifications: osmo-trx: fix matrix
Add the missing comma between "--without-sse, --without-neon", so the
matrix works as expected. Without this patch, the two builds with these
flags didn't run.
Change-Id: I51e58765dd33b15df2e9f2eb09c1260724e4ec9c
---
M jobs/gerrit-verifications.yml
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/85/30985/1
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 10cc91b..0f35fcd 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -281,7 +281,7 @@
- osmo-trx:
slave_axis: !!python/tuple [osmocom-gerrit,rpi4-raspbian11]
a1_name: INSTR
- a1: !!python/tuple [--with-sse, --without-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: >
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/30985
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I51e58765dd33b15df2e9f2eb09c1260724e4ec9c
Gerrit-Change-Number: 30985
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange