Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Commits
3c6ca5d2
Commit
3c6ca5d2
authored
3 years ago
by
Iñigo Moreno i Caireta
Browse files
Options
Downloads
Patches
Plain Diff
Update deploy rules
parent
c6f626aa
No related branches found
No related tags found
1 merge request
!64
Resolve "Improve CI template organization"
Pipeline
#55804
failed
3 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+26
-3
26 additions, 3 deletions
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
with
26 additions
and
3 deletions
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+
26
−
3
View file @
3c6ca5d2
...
@@ -95,11 +95,9 @@ industrial_ci_noetic:
...
@@ -95,11 +95,9 @@ industrial_ci_noetic:
-
if
:
$DEFAULT_DISTRO == "noetic"
-
if
:
$DEFAULT_DISTRO == "noetic"
-
if
:
$BUILD_NOETIC
-
if
:
$BUILD_NOETIC
industrial_ci_
kinetic_
deploy
:
.
industrial_ci_deploy
:
extends
:
.industrial_ci
extends
:
.industrial_ci
variables
:
variables
:
ROS_DISTRO
:
kinetic
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
AFTER_SCRIPT
:
"
wget
-q
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/pre-deploy-cleanup.bash
|
bash"
AFTER_SCRIPT
:
"
wget
-q
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/pre-deploy-cleanup.bash
|
bash"
DOCKER_COMMIT
:
industrial_ci_image
DOCKER_COMMIT
:
industrial_ci_image
script
:
script
:
...
@@ -119,4 +117,29 @@ industrial_ci_kinetic_deploy:
...
@@ -119,4 +117,29 @@ industrial_ci_kinetic_deploy:
rules
:
rules
:
-
if
:
$DEPLOY
-
if
:
$DEPLOY
industrial_kinetic_deploy
:
extends
:
-
industrial_ci_kinetic
-
.industrial_ci_deploy
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "kinetic"
-
if
:
$DEPLOY && $BUILD_KINETIC
industrial_melodic_deploy
:
extends
:
-
industrial_ci_melodic
-
.industrial_ci_deploy
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "melodic"
-
if
:
$DEPLOY && $BUILD_MELODIC
industrial_noetic_deploy
:
extends
:
-
industrial_ci_noetic
-
.industrial_ci_deploy
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "noetic"
-
if
:
$DEPLOY && $BUILD_NOETIC
include
:
'
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/-/raw/35-improve-ci-template-organization/gitlab-ci/post-check.yml'
include
:
'
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/-/raw/35-improve-ci-template-organization/gitlab-ci/post-check.yml'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment