From 03bbf5d1ccb21c91b01ab73aa096e872b0bde2a4 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 25 Jun 2019 15:53:09 +0200 Subject: [PATCH 1/2] Add lttng packages to base CI docker image --- docker-ci-base/Dockerfile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docker-ci-base/Dockerfile b/docker-ci-base/Dockerfile index 6497f35..8deb9ab 100644 --- a/docker-ci-base/Dockerfile +++ b/docker-ci-base/Dockerfile @@ -9,9 +9,14 @@ RUN apt-get install --no-install-recommends -y \ RUN apt-get install -y software-properties-common RUN apt-add-repository -y ppa:lttng/ppa RUN apt-get update -RUN apt-get install -y \ +RUN apt-get install --no-install-recommends -y \ + lttng-tools \ + lttng-modules-dkms \ + liblttng-ust-dev +RUN apt-get install --no-install-recommends -y \ python3-lttng \ python3-babeltrace ENV RTI_NC_LICENSE_ACCEPTED=yes -RUN apt-get install rti-connext-dds-5.3.1 +RUN apt-get install --no-install-recommends -y \ + rti-connext-dds-5.3.1 From 9bf374f090d14cb895fb575a0d0cb46015b7e7b4 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 25 Jun 2019 15:53:35 +0200 Subject: [PATCH 2/2] Start lttng-sessiond before CI jobs --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d98cf2d..eb28d34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ before_script: - apt-get update - rosdep update - rosdep install --from-paths . --ignore-src --rosdistro dashing -y --skip-keys "console_bridge fastcdr fastrtps libopensplice67 libopensplice69 rti-connext-dds-5.3.1 urdfdom_headers" + - lttng-sessiond --daemonize # build: # script: