Skip to content
Snippets Groups Projects
Commit 2eefaad0 authored by Rivero Pavlenko, Danil's avatar Rivero Pavlenko, Danil
Browse files

Update auto rules with humble DISTRO

parent 0234399d
Branches
Tags 6.1.4
1 merge request!85Resolve "Humble support"
Pipeline #127644 passed
include: ci-templates/auto-rules/no-default.yml
variables:
DEFAULT_DISTRO: humble
...@@ -11,6 +11,9 @@ workflow: ...@@ -11,6 +11,9 @@ workflow:
- if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/ - if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
variables: variables:
DEFAULT_DISTRO: "noetic" DEFAULT_DISTRO: "noetic"
- if: $CI_COMMIT_REF_NAME =~ /^humble-.*/
variables:
DEFAULT_DISTRO: "humble"
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
...@@ -38,6 +41,14 @@ industrial_ci_noetic: ...@@ -38,6 +41,14 @@ industrial_ci_noetic:
- if: $DEFAULT_DISTRO == "noetic" - if: $DEFAULT_DISTRO == "noetic"
- if: $BUILD_NOETIC - if: $BUILD_NOETIC
industrial_ci_humble:
extends: .industrial_ci
variables:
ROS_DISTRO: humble
rules:
- if: $DEFAULT_DISTRO == "humble"
- if: $BUILD_HUMBLE
ddeploy: ddeploy:
extends: .ddeploy extends: .ddeploy
rules: rules:
......
include: ci-templates/auto-rules/with-rosinstall/no-default.yml
variables:
DEFAULT_DISTRO: humble
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment