From ce1d21fec1c210395e508c0877ae9922caea3fac Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 Jan 2018 19:21:23 +0100 Subject: libosmocore: use dispatcher script Get rid of job name comparison because it depends and exact build server name and hence is highly fragile. Use dispatcher script the same way we do in osmo-bts. N. B: this requires I2955e866bce4f000a53369bd601a346c36c82468 in libosmocore. Change-Id: I76dfc11a05007ae5c6e0554fe8132695b67cccaa --- jobs/gerrit-verifications.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'jobs/gerrit-verifications.yml') diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml index d0df20c..ce9d084 100644 --- a/jobs/gerrit-verifications.yml +++ b/jobs/gerrit-verifications.yml @@ -46,13 +46,7 @@ a1_name: arch a1: !!python/tuple [arm-none-eabi, amd64] combination_filter: '!(arch=="arm-none-eabi" && label=="FreeBSD_amd64")' - cmd: > - # keep first line with less indent to preserve newlines - if [[ "$JOB_NAME" == *"arch=arm-none-eabi,label=linux_amd64_debian8"* ]]; then - ./contrib/jenkins-arm.sh - else - ./contrib/jenkins.sh - fi + cmd: './contrib/jenkins_arch.sh "$arch"' - libsmpp34 - libusrp -- cgit v1.2.3