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

Change-Id: I47a2067dc25335557dfa93f291f6ca9cd4959735
This commit is contained in:
Pau Espin 2020-09-18 21:15:10 +02:00
parent b12f989f86
commit cf17475839
2 changed files with 6 additions and 4 deletions

View File

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

View File

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