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

Related: OS#4301
Change-Id: I0049ab35b5106d5af8474903e203f66b044ff5ca
This commit is contained in:
Pau Espin 2020-02-19 18:18:55 +01:00 committed by laforge
parent 6755bc3092
commit 4f98ae06a3
2 changed files with 10 additions and 8 deletions

View File

@ -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

View File

@ -299,14 +299,15 @@
email: gerrit-log@lists.osmocom.org laforge@gnumonks.org 246tnt@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