Skip to content
Snippets Groups Projects
Commit 6b93b657 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Add job testing usage of 'core.yml'

parent fb49ba38
No related branches found
No related tags found
1 merge request!80Resolve "python_syntax is python2 only"
Pipeline #137361 failed
...@@ -37,3 +37,8 @@ simple_ros_noetic_test: ...@@ -37,3 +37,8 @@ simple_ros_noetic_test:
extends: .simple_ros_test extends: .simple_ros_test
variables: variables:
TEMPLATE_TO_USE: ci-templates/auto-rules/noetic-default.yml TEMPLATE_TO_USE: ci-templates/auto-rules/noetic-default.yml
simple_ros_core_with_noetic_test:
extends: .simple_ros_test
variables:
TEMPLATE_TO_USE: test/core_with_noetic.yml
include: ci-templates/core.yml
industrial_ci_melodic:
extends: .industrial_ci
variables:
ROS_DISTRO: melodic
industrial_ci_noetic:
extends: .industrial_ci
variables:
ROS_DISTRO: noetic
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