Skip to content
Snippets Groups Projects

Resolve "No noetic support"

Merged Iñigo Moreno i Caireta requested to merge 34-noetic-support into master

Files

@@ -47,6 +47,8 @@ industrial_ci_kinetic:
@@ -47,6 +47,8 @@ industrial_ci_kinetic:
when: never
when: never
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
when: never
when: never
 
- if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
 
when: never
- when: always
- when: always
industrial_ci_melodic:
industrial_ci_melodic:
@@ -57,8 +59,22 @@ industrial_ci_melodic:
@@ -57,8 +59,22 @@ industrial_ci_melodic:
rules:
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_TAG
when: never
when: never
 
- if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
 
when: never
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
 
industrial_ci_noetic:
 
extends: .industrial_ci
 
variables:
 
ROS_DISTRO: noetic
 
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
 
rules:
 
- if: $CI_COMMIT_TAG
 
when: never
 
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
 
when: never
 
- if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
 
industrial_ci_kinetic_deploy:
industrial_ci_kinetic_deploy:
extends: .industrial_ci
extends: .industrial_ci
variables:
variables:
Loading