aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/gerrit-verifications.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/gerrit-verifications.yml')
-rw-r--r--jobs/gerrit-verifications.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 80a3b08..e946674 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -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