From 758e018ef5bf0c36bcdc86ba8fbdac2406d523ab Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Fri, 18 Oct 2019 19:19:47 -0700 Subject: [PATCH] Import instrumented branches from source for re-compilation --- .gitlab-ci.yml | 2 +- instrumented.repos | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 instrumented.repos diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aeded08..5804315 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ variables: - build/*/pytest.xml before_script: - - vcs import < instrumentation.repos + - vcs import < instrumented.repos - . /root/ws/install/local_setup.sh tracing_enabled: diff --git a/instrumented.repos b/instrumented.repos new file mode 100644 index 0000000..d453b10 --- /dev/null +++ b/instrumented.repos @@ -0,0 +1,9 @@ +repositories: + ros2/rcl: + type: git + url: https://github.com/ros2/rcl.git + version: master + ros2/rclcpp: + type: git + url: https://github.com/ros2/rclcpp.git + version: master