Skip to content
Snippets Groups Projects
Commit 68a07ac4 authored by Poveda Hernandez, Jorge's avatar Poveda Hernandez, Jorge
Browse files

Merge branch '66-jazzy-support' into 'master'

Resolve "Jazzy support"

Closes #66

See merge request !97
parents 1c08ffaa d2c68182
No related branches found
No related tags found
1 merge request!97Resolve "Jazzy support"
Pipeline #160888 passed
include: ci-templates/auto-rules/no-default.yml
variables:
DEFAULT_DISTRO: jazzy
......@@ -14,6 +14,9 @@ workflow:
- if: $CI_COMMIT_REF_NAME =~ /^humble-.*/
variables:
DEFAULT_DISTRO: "humble"
- if: $CI_COMMIT_REF_NAME =~ /^jazzy-.*/
variables:
DEFAULT_DISTRO: "jazzy"
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH
......@@ -49,6 +52,14 @@ industrial_ci_humble:
- if: $DEFAULT_DISTRO == "humble"
- if: $BUILD_HUMBLE
industrial_ci_jazzy:
extends: .industrial_ci
variables:
ROS_DISTRO: jazzy
rules:
- if: $DEFAULT_DISTRO == "jazzy"
- if: $BUILD_JAZZY
.py3_rules:
rules:
- if: $DEFAULT_DISTRO == "noetic"
......@@ -59,6 +70,10 @@ industrial_ci_humble:
when: always
- if: $BUILD_HUMBLE
when: always
- if: $DEFAULT_DISTRO == "jazzy"
when: always
- if: $BUILD_JAZZY
when: always
py3-flake8:
extends:
......
include: ci-templates/auto-rules/with-rosinstall/no-default.yml
variables:
DEFAULT_DISTRO: jazzy
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