Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
ee71235c
Commit
ee71235c
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
CI: deplyoing wolf_ros_node pipeline depending on DEPLOY_CI_ROS
parent
fa47e1c3
No related branches found
No related tags found
1 merge request
!441
Removed loading of packages from Problem
Pipeline
#9234
failed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+50
-9
50 additions, 9 deletions
.gitlab-ci.yml
with
50 additions
and
9 deletions
.gitlab-ci.yml
+
50
−
9
View file @
ee71235c
stages
:
-
license
-
build_and_test
-
deploy
-
final
-
deploy_plugins
-
final_plugins
-
deploy_ros
############ YAML ANCHORS ############
.preliminaries_template
:
&preliminaries_definition
...
...
@@ -103,55 +104,95 @@ build_and_test:focal:
############ DEPLOY PLUGINS ############
deploy_imu
:
stage
:
deploy
stage
:
deploy
_plugins
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
DEPLOY_CI_ROS
:
"
false"
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/imu
strategy
:
depend
deploy_gnss
:
stage
:
deploy
stage
:
deploy
_plugins
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
DEPLOY_CI_ROS
:
"
false"
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/gnss
strategy
:
depend
deploy_vision
:
stage
:
deploy
stage
:
deploy
_plugins
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
DEPLOY_CI_ROS
:
false
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/vision
strategy
:
depend
deploy_laser
:
stage
:
deploy
stage
:
deploy
_plugins
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
DEPLOY_CI_ROS
:
false
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/laser
strategy
:
depend
deploy_apriltag
:
stage
:
deploy
stage
:
deploy
_plugins
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
DEPLOY_CI_ROS
:
false
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/apriltag
strategy
:
depend
deploy_bodydynamics
:
stage
:
deploy
stage
:
deploy
_plugins
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
DEPLOY_CI_ROS
:
false
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/bodydynamics
strategy
:
depend
############ WAIT FOR PLUGINS ############
final_all
:
final_all
_plugins
:
stage
:
final
script
:
-
echo "ALL PLUGINS PIPELINES SUCCEED!!!"
############ DEPLOY WOLF_ROS_NODE ############
deploy_wolf_ros_node
:
stage
:
deploy_ros
script
:
-
echo "Deploying CI for wolf_ros_node, since DEPLOY_CI_ROS is $DEPLOY_CI_ROS"
only
:
variables
:
-
$DEPLOY_CI_ROS
variables
:
WOLF_CORE_BRANCH
:
$CI_COMMIT_BRANCH
WOLF_IMU_BRANCH
:
$WOLF_IMU_BRANCH
WOLF_GNSS_BRANCH
:
$WOLF_GNSS_BRANCH
WOLF_LASER_BRANCH
:
$WOLF_LASER_BRANCH
WOLF_VISION_BRANCH
:
$WOLF_VISION_BRANCH
WOLF_APRILTAG_BRANCH
:
$WOLF_APRILTAG_BRANCH
WOLF_BODYDYNAMICS_BRANCH
:
$WOLF_BODYDYNAMICS_BRANCH
WOLF_ROS_CORE_BRANCH
:
$WOLF_ROS_CORE_BRANCH
WOLF_ROS_IMU_BRANCH
:
$WOLF_ROS_IMU_BRANCH
WOLF_ROS_GNSS_BRANCH
:
$WOLF_ROS_GNSS_BRANCH
WOLF_ROS_LASER_BRANCH
:
$WOLF_ROS_LASER_BRANCH
WOLF_ROS_VISION_BRANCH
:
$WOLF_ROS_VISION_BRANCH
WOLF_ROS_APRILTAG_BRANCH
:
$WOLF_ROS_APRILTAG_BRANCH
WOLF_ROS_BODYDYNAMICS_BRANCH
:
$WOLF_ROS_BODYDYNAMICS_BRANCH
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_ros/wolf_ros_node
no_deploy_wolf_ros_node
:
stage
:
deploy_ros
script
:
-
echo "NOT deploying CI for wolf_ros_node, since DEPLOY_CI_ROS is $DEPLOY_CI_ROS"
except
:
variables
:
-
$DEPLOY_CI_ROS
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