Skip to content
Snippets Groups Projects
Commit acca818d authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Add variable to restrict DDS communication to localhost and avoid collisions with other test jobs

parent 521e2d78
No related branches found
No related tags found
1 merge request!87Draft: Resolve "Collision between test jobs due to DDS autodiscovery (ROS2)"
Pipeline #134470 passed
...@@ -15,6 +15,7 @@ variables: ...@@ -15,6 +15,7 @@ variables:
PARALLEL_BUILDS: 2 # keep this for now, since there seems to be memory limit issues in the ci VM PARALLEL_BUILDS: 2 # keep this for now, since there seems to be memory limit issues in the ci VM
AFTER_SETUP_TARGET_WORKSPACE: "rosenv && bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/${GITLAB_TEMPLATES_BRANCH}/scripts/ci_run_entry_points.sh) $$current_ws" AFTER_SETUP_TARGET_WORKSPACE: "rosenv && bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/${GITLAB_TEMPLATES_BRANCH}/scripts/ci_run_entry_points.sh) $$current_ws"
CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context
ROS_LOCALHOST_ONLY: 1
.ddeploy: .ddeploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment