From 126dc2af86758612b4a4a26c9015073033229d8b Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 25 Jun 2019 12:03:41 +0200 Subject: [PATCH] Disable CI job with lttng not enabled --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7f9c74..0cf58c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,16 +13,16 @@ before_script: - export RTI_NC_LICENSE_ACCEPTED=yes - 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" -build: - script: - - colcon build --symlink-install --packages-up-to $PACKAGES_LIST - - colcon test --packages-select $PACKAGES_LIST - artifacts: - paths: - - install - - build/*/test_results/*/*.xunit.xml - reports: - junit: build/*/Testing/*/Test.xml +# build: +# script: +# - colcon build --symlink-install --packages-up-to $PACKAGES_LIST +# - colcon test --packages-select $PACKAGES_LIST +# artifacts: +# paths: +# - install +# - build/*/test_results/*/*.xunit.xml +# reports: +# junit: build/*/Testing/*/Test.xml build_enabled: script: