Skip to content
Success

Changes

Summary

  1. ansible: jenkins: mount tracefs via fstab (details)
  2. jobs/ttcn3-testsuites: set RUN_BPFTRACE=1 (details)
Commit 8f99ae3566c74e43409de3f08b9a456e4fe5293e by Oliver Smith
ansible: jenkins: mount tracefs via fstab

Allow using bpftrace inside the jenkins lxc containers by making
/sys/kernel/tracing available through /etc/fstab.

Related: OS#6794
Change-Id: I568e3635fcc33040036fd19e9226b413db0d3ef3
The file was modifiedansible/roles/osmocom-jenkins-slave/tasks/main.yml
Commit bb15a95e3843864b853e6d1747b82b08556a1923 by Oliver Smith
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
The file was modifiedjobs/ttcn3-testsuites.yml