Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tecnalia_robotics-public
templates
Commits
d2d14cc9
Commit
d2d14cc9
authored
Sep 03, 2021
by
Jon Azpiazu
Browse files
Merge branch '34-noetic-support' into 'master'
Resolve "No noetic support" Closes
#34
See merge request
!62
parents
4536c086
92da81d9
Pipeline
#56196
failed with stage
in 10 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
d2d14cc9
...
...
@@ -47,6 +47,8 @@ industrial_ci_kinetic:
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^melodic-.*/
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^noetic-.*/
when
:
never
-
when
:
always
industrial_ci_melodic
:
...
...
@@ -59,6 +61,16 @@ industrial_ci_melodic:
when
:
never
-
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 =~ /^noetic-.*/
industrial_ci_kinetic_deploy
:
extends
:
.industrial_ci
variables
:
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
d2d14cc9
...
...
@@ -49,6 +49,8 @@ industrial_ci_kinetic:
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^melodic-.*/
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^noetic-.*/
when
:
never
-
when
:
always
industrial_ci_melodic
:
...
...
@@ -61,6 +63,16 @@ industrial_ci_melodic:
when
:
never
-
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 =~ /^noetic-.*/
industrial_ci_kinetic_deploy
:
extends
:
.industrial_ci
variables
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment