Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 17-add-asciidoctor-syntax-check-to-ci-tests
  • 3-upload-docker-compose-file-with-services-in-roboticsbuilder
  • 40-repo-is-ros-testing
  • 45-double-pipeline-triggered-if-merge-request-has-melodic-branch-name
  • 46-default-docker-image-name-too-long
  • 48-python3_syntax
  • 52-ddeploy-job-failing-when-enforcing-labels-alt-quick-dind-test
  • 55-collision-between-test-jobs-due-to-dds-autodiscovery-ros2
  • 58-add-yolo-pip-package-support
  • 62-deploy-jobs-do-not-pull-files-from-lfs-custom-docker-image
  • 62-deploy-jobs-do-not-pull-files-from-lfs-manual-lfs-pull
  • 66-jazzy-support
  • 68-git-lfs-error-in-ddeploy-job
  • add-packages
  • dev-image-test
  • master
  • py3-without-industrial-ci-test
  • split-build-and-test
  • test-badges
  • test-lfs-concept
  • test-use-fat-docker-image
  • test/13-add-clang-format-to-the-ci-tests
  • test/configurable-ci-setup-lookup-path
  • use-minimal-docker
24 results

Target

Select target project
  • miguel.prada/gitlab_templates
  • tecnalia_robotics-public/gitlab_templates
2 results
Select Git revision
  • 17-add-asciidoctor-syntax-check-to-ci-tests
  • 3-upload-docker-compose-file-with-services-in-roboticsbuilder
  • 40-repo-is-ros-testing
  • 45-double-pipeline-triggered-if-merge-request-has-melodic-branch-name
  • 46-default-docker-image-name-too-long
  • 48-python3_syntax
  • 52-ddeploy-job-failing-when-enforcing-labels-alt-quick-dind-test
  • 55-collision-between-test-jobs-due-to-dds-autodiscovery-ros2
  • 58-add-yolo-pip-package-support
  • 62-deploy-jobs-do-not-pull-files-from-lfs-custom-docker-image
  • 62-deploy-jobs-do-not-pull-files-from-lfs-manual-lfs-pull
  • 66-jazzy-support
  • 68-git-lfs-error-in-ddeploy-job
  • add-packages
  • dev-image-test
  • master
  • py3-without-industrial-ci-test
  • split-build-and-test
  • test-badges
  • test-lfs-concept
  • test-use-fat-docker-image
  • test/13-add-clang-format-to-the-ci-tests
  • test/configurable-ci-setup-lookup-path
  • use-minimal-docker
24 results
Show changes
......@@ -15,6 +15,7 @@ variables:
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"
CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context
ROS_LOCALHOST_ONLY: 1
.ddeploy:
......