jobs: osmo-gsm-tester: Update path to sysmocom's specific setup

Since osmo-gsm-tester.git I364e0859c0851b9167907a4d948b659a0f6a19fb the
example/ directory has been renamed to sysmocom/

Change-Id: I4c7516d2eb9636d37391a81dc9d484c0c04d7191
This commit is contained in:
Pau Espin 2020-04-10 18:33:22 +02:00
parent f55a3c67be
commit f6dec4217e
5 changed files with 18 additions and 18 deletions

View File

@ -225,9 +225,9 @@
- copy_artifact:
repo: osmo-gsm-tester_build-osmocom-bb
- shell: >
unlink osmo-gsm-tester/example/resources.conf || true
unlink osmo-gsm-tester/sysmocom/resources.conf || true
ln -s resources.conf.virtual osmo-gsm-tester/example/resources.conf
ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
# TODO: We (want to) grant CAP_SYS_NICE for osmo-bts-virtual
# but with newer cgroup support and the --cpu-rt-runtime/--ulimit
@ -236,7 +236,7 @@
docker run --rm=true \
-e HOME=/build \
-e JOB_NAME="$JOB_NAME" \
-e OSMO_GSM_TESTER_CONF="/build/osmo-gsm-tester/example" \
-e OSMO_GSM_TESTER_CONF="/build/osmo-gsm-tester/sysmocom" \
-e OSMO_GSM_TESTER_OPTS="$OSMO_GSM_TESTER_OPTS" \
-e BUILD_NUMBER="$BUILD_NUMBER" \
-w /build -i \

View File

@ -1,14 +1,14 @@
#!/bin/sh
set -e -x
# On our hardware, we actually use the example configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/example"
# On our hardware, we actually use the sysmocom configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/sysmocom"
# debug: provoke a failure
#export OSMO_GSM_TESTER_OPTS="-s debug -t fail"
unlink osmo-gsm-tester/example/resources.conf || true
ln -s resources.conf.prod osmo-gsm-tester/example/resources.conf
unlink osmo-gsm-tester/sysmocom/resources.conf || true
ln -s resources.conf.prod osmo-gsm-tester/sysmocom/resources.conf
export OSMO_GSM_TESTER_OPTS="-s nitb_sms:sysmo -s sms:sysmo -s gprs:sysmo"
./osmo-gsm-tester/contrib/jenkins-make-check-and-run.sh

View File

@ -1,14 +1,14 @@
#!/bin/sh
set -e -x
# On our hardware, we actually use the example configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/example"
# On our hardware, we actually use the sysmocom configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/sysmocom"
# debug: provoke a failure
#export OSMO_GSM_TESTER_OPTS="-s debug -t fail"
unlink osmo-gsm-tester/example/resources.conf || true
ln -s resources.conf.prod osmo-gsm-tester/example/resources.conf
unlink osmo-gsm-tester/sysmocom/resources.conf || true
ln -s resources.conf.prod osmo-gsm-tester/sysmocom/resources.conf
PATH="$PWD/osmo-gsm-tester/src:$PATH" \
./osmo-gsm-tester/contrib/jenkins-run.sh

View File

@ -1,14 +1,14 @@
#!/bin/sh
set -e -x
# On our hardware, we actually use the example configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/example"
# On our hardware, we actually use the sysmocom configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/sysmocom"
# debug: provoke a failure
#export OSMO_GSM_TESTER_OPTS="-s debug -t fail"
unlink osmo-gsm-tester/example/resources.conf || true
ln -s resources.conf.rnd osmo-gsm-tester/example/resources.conf
unlink osmo-gsm-tester/sysmocom/resources.conf || true
ln -s resources.conf.rnd osmo-gsm-tester/sysmocom/resources.conf
PATH="$PWD/osmo-gsm-tester/src:$PATH" \
./osmo-gsm-tester/contrib/jenkins-run.sh

View File

@ -2,13 +2,13 @@
set -e -x
# On our hardware, we actually use the ttcn3 configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/ttcn3"
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/sysmocom/ttcn3"
# debug: provoke a failure
#export OSMO_GSM_TESTER_OPTS="-s debug -t fail"
unlink osmo-gsm-tester/ttcn3/resources.conf || true
ln -s resources.conf.prod osmo-gsm-tester/ttcn3/resources.conf
unlink osmo-gsm-tester/sysmocom/ttcn3/resources.conf || true
ln -s resources.conf.prod osmo-gsm-tester/sysmocom/ttcn3/resources.conf
PATH="$PWD/osmo-gsm-tester/src:$PATH" \
./osmo-gsm-tester/ttcn3/jenkins-run.sh