osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/41718?usp=email )
Change subject: jobs/ttcn3-testsuites: set RUN_BPFTRACE=1 ......................................................................
jobs/ttcn3-testsuites: set RUN_BPFTRACE=1
Allow better analysis of instabilities with the ttcn3-bts-test jobs in jenkins by running bpftrace scripts along with osmo-bts.
Only the ttcn3-bts-test scripts make use of the RUN_BPFTRACE environment variable, so this does not affect how any other testsuite runs.
See the related docker-playground commit for details.
Related: OS#6794 Related: docker-playground I5c22cdbb08fe797be936ca174f65ade626fa4895 Change-Id: Iaa960772fb0b09722594747006890e5e43752d43 --- M jobs/ttcn3-testsuites.yml 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index 3202212..40a2183 100644 --- a/jobs/ttcn3-testsuites.yml +++ b/jobs/ttcn3-testsuites.yml @@ -95,6 +95,7 @@ builders: - shell: |- export REGISTRY_HOST="registry.osmocom.org" + export RUN_BPFTRACE=1
# Translate job name to docker-playground dir and relevant # environment variables