Skip to content
GitLab
Menu
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
3a492beb
Commit
3a492beb
authored
Aug 31, 2021
by
Iñigo Moreno i Caireta
Browse files
Updated gitlab ci templates
parent
2b2a1732
Pipeline
#55454
failed with stage
in 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
3a492beb
...
...
@@ -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
:
...
...
@@ -57,8 +59,20 @@ industrial_ci_melodic:
rules
:
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^noetic-.*/
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 @
3a492beb
...
...
@@ -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
:
...
...
@@ -59,8 +61,20 @@ industrial_ci_melodic:
rules
:
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^noetic-.*/
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
.
Attach a 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