Commit graph

260 commits

Author SHA1 Message Date
Christophe Bedard
c3de155d41 Move readme to root 2019-06-26 11:18:46 +02:00
Christophe Bedard
7d7780cef1 Fix indentation 2019-06-26 11:18:35 +02:00
Christophe Bedard
cc69b63e58 Merge branch 'add-pytest-reports' into 'master'
Add pytest.xml files to reports

See merge request ros_tracing/ros2_tracing!31
2019-06-26 08:29:03 +00:00
Christophe Bedard
e5abbbaaaa Add rule to disabled build too 2019-06-26 10:16:09 +02:00
Christophe Bedard
60e156bd8d Add pytest.xml files to reports 2019-06-26 10:11:01 +02:00
Christophe Bedard
6bfa9ec3ea Merge branch 'fix-test-results' into 'master'
Fix test report artifacts

See merge request ros_tracing/ros2_tracing!30
2019-06-26 07:32:06 +00:00
Christophe Bedard
0f35ff06c9 Fix commented build job as well 2019-06-26 09:19:10 +02:00
Christophe Bedard
be294d647f Fix test report artifacts 2019-06-26 09:02:48 +02:00
Christophe Bedard
db0ac78196 Merge branch 'add-depend-python3-lttng' into 'master'
Add exec_depend on python3-lttng for tracetools_trace

See merge request ros_tracing/ros2_tracing!29
2019-06-26 06:57:09 +00:00
Christophe Bedard
a995715cb6 Add exec_depend on python3-lttng for tracetools_trace 2019-06-26 08:44:35 +02:00
Christophe Bedard
9ea684356a Merge branch 'rename-trace-action-module' into 'master'
Rename trace action module to 'action'

See merge request ros_tracing/ros2_tracing!28
2019-06-25 14:59:29 +00:00
Christophe Bedard
aa653a3c67 Merge branch 'preinstall-liblttng-ust-dev' into 'master'
Start lttng-sessiond and preinstall lttng-*

See merge request ros_tracing/ros2_tracing!27
2019-06-25 14:25:47 +00:00
Christophe Bedard
4389e22ce9 Rename trace action module to 'action' 2019-06-25 16:22:53 +02:00
Christophe Bedard
9bf374f090 Start lttng-sessiond before CI jobs 2019-06-25 15:53:35 +02:00
Christophe Bedard
03bbf5d1cc Add lttng packages to base CI docker image 2019-06-25 15:53:09 +02:00
Christophe Bedard
ae5386a83d Merge branch 'fix-python3-lttng' into 'master'
Use fixed python3-lttng and remove temporary workaround

See merge request ros_tracing/ros2_tracing!26
2019-06-25 13:34:37 +00:00
Christophe Bedard
e97a649c21 Remove temporary workaround for python3-lttng 2019-06-25 15:13:56 +02:00
Christophe Bedard
be117ae072 Merge branch 'base-docker-image' into 'master'
Use base docker image with installed dependencies

See merge request ros_tracing/ros2_tracing!25
2019-06-25 12:31:01 +00:00
Christophe Bedard
aab85e843c Use base docker image with installed dependencies 2019-06-25 14:12:10 +02:00
Christophe Bedard
4ace1b22b4 Merge branch 'manually-install-python3-lttng' into 'master'
Manually install python3-lttng|babeltrace for CI

See merge request ros_tracing/ros2_tracing!24
2019-06-25 11:52:26 +00:00
Christophe Bedard
10bd3e395b Add -y flag 2019-06-25 13:31:48 +02:00
Christophe Bedard
7a4fda5161 Manually install python3-babeltrace and python3-lttng in CI setup 2019-06-25 13:29:12 +02:00
Christophe Bedard
dc79af9c84 Merge branch 'optimize-ci' into 'master'
Optimize CI

See merge request ros_tracing/ros2_tracing!23
2019-06-25 11:19:11 +00:00
Christophe Bedard
342c6e7e35 Re-order CI script commands 2019-06-25 12:04:27 +02:00
Christophe Bedard
126dc2af86 Disable CI job with lttng not enabled 2019-06-25 12:03:41 +02:00
Christophe Bedard
374d10dbf5 Use packages list variable 2019-06-25 12:03:14 +02:00
Christophe Bedard
735232bf8e Fix test report artifacts 2019-06-25 11:52:35 +02:00
Christophe Bedard
8e332ff872 Make CI only build necessary packages from source 2019-06-25 11:30:43 +02:00
Christophe Bedard
e4fd7b2278 Merge branch 'tracetools-launch-for-tests' into 'master'
Use tracetools_launch instead of tracetools_trace in tracetools_test

See merge request micro-ROS/ros2_tracing!22
2019-06-24 14:29:54 +00:00
Christophe Bedard
03eb5f7440 Use tracetools_launch instead of tracetools_trace in tracetools_test 2019-06-24 16:29:00 +02:00
Christophe Bedard
70b9c780cb Merge branch 'small-fixes' into 'master'
Fix lint and formatting errors

See merge request micro-ROS/ros2_tracing!21
2019-06-24 14:15:48 +00:00
Christophe Bedard
4448a107dc Merge branch 'extract-tracetools-read' into 'master'
Extract trace reading functions and create tracetools_read

Closes #7

See merge request micro-ROS/ros2_tracing!20
2019-06-24 14:15:23 +00:00
Christophe Bedard
82d2d26f9a Fix lint and formatting errors 2019-06-24 16:13:42 +02:00
Christophe Bedard
de8c131a34 Extract trace reading functions 2019-06-24 16:06:17 +02:00
Christophe Bedard
cc5109f3e2 Merge branch 'replace-asserts' into 'master'
Replace basic asserts with trace testcase asserts

See merge request micro-ROS/ros2_tracing!18
2019-06-24 13:08:55 +00:00
Christophe Bedard
b97e19d195 Merge branch 'package-depend-tracetools-trace' into 'master'
Add test dependency on tracetools_trace for tracetools_test

See merge request micro-ROS/ros2_tracing!19
2019-06-24 12:54:15 +00:00
Christophe Bedard
857fe08584 Merge branch 'format-test-classes' into 'master'
Fix formatting for test classes

See merge request micro-ROS/ros2_tracing!17
2019-06-24 12:53:01 +00:00
Ingo Lütkebohle
424a489828 Merge branch 'add-other-base-packages' into 'master'
Add other base packages

Closes #6

See merge request micro-ROS/ros2_tracing!16
2019-06-24 12:44:29 +00:00
Christophe Bedard
02b2a371ed Add test_depend on tracetools_trace for tracetools_test 2019-06-24 14:37:14 +02:00
Christophe Bedard
711c22664d Remove remaining basic asserts 2019-06-24 14:34:05 +02:00
Christophe Bedard
d1b0769a91 Add blank line after class def 2019-06-24 14:22:59 +02:00
Christophe Bedard
d6d5e943a7 Only enable a few kernel events by default 2019-06-24 14:10:03 +02:00
Christophe Bedard
8000f50e65 Document and format lttng interface module 2019-06-24 13:38:34 +02:00
Christophe Bedard
6ef980a6e8 Team up maintainers 2019-06-24 11:28:31 +02:00
Christophe Bedard
16f4be55e5 Unify licenses 2019-06-24 11:18:27 +02:00
Christophe Bedard
d2d8f01a72 Remove prints in trace action 2019-06-24 10:56:27 +02:00
Christophe Bedard
578ef3bd02 Add function docstring 2019-06-24 10:53:27 +02:00
Christophe Bedard
d5767dc11a Add more info to trace command description 2019-06-24 10:48:27 +02:00
Christophe Bedard
dd8241cc1d Add file docstrings 2019-06-24 10:45:29 +02:00
Christophe Bedard
a32df113f5 Add copyright headers 2019-06-24 10:36:39 +02:00