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
e14bc14c
Commit
e14bc14c
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
CI: deploying plugins branch using variable
parent
328b97c1
No related branches found
No related tags found
1 merge request
!447
new tag
Pipeline
#10182
passed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-1
7 additions, 1 deletion
.gitlab-ci.yml
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
7
−
1
View file @
e14bc14c
...
@@ -106,6 +106,7 @@ deploy_imu:
...
@@ -106,6 +106,7 @@ deploy_imu:
DEPLOY_CI_ROS
:
"
false"
DEPLOY_CI_ROS
:
"
false"
trigger
:
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/imu
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/imu
branch
:
$WOLF_IMU_BRANCH
strategy
:
depend
strategy
:
depend
deploy_gnss
:
deploy_gnss
:
...
@@ -115,6 +116,7 @@ deploy_gnss:
...
@@ -115,6 +116,7 @@ deploy_gnss:
DEPLOY_CI_ROS
:
"
false"
DEPLOY_CI_ROS
:
"
false"
trigger
:
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/gnss
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/gnss
branch
:
$WOLF_GNSS_BRANCH
strategy
:
depend
strategy
:
depend
deploy_vision
:
deploy_vision
:
...
@@ -124,6 +126,7 @@ deploy_vision:
...
@@ -124,6 +126,7 @@ deploy_vision:
DEPLOY_CI_ROS
:
"
false"
DEPLOY_CI_ROS
:
"
false"
trigger
:
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/vision
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/vision
branch
:
$WOLF_VISION_BRANCH
strategy
:
depend
strategy
:
depend
deploy_laser
:
deploy_laser
:
...
@@ -133,6 +136,7 @@ deploy_laser:
...
@@ -133,6 +136,7 @@ deploy_laser:
DEPLOY_CI_ROS
:
"
false"
DEPLOY_CI_ROS
:
"
false"
trigger
:
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/laser
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/laser
branch
:
$WOLF_LASER_BRANCH
strategy
:
depend
strategy
:
depend
deploy_apriltag
:
deploy_apriltag
:
...
@@ -142,6 +146,7 @@ deploy_apriltag:
...
@@ -142,6 +146,7 @@ deploy_apriltag:
DEPLOY_CI_ROS
:
"
false"
DEPLOY_CI_ROS
:
"
false"
trigger
:
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/apriltag
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/apriltag
branch
:
$WOLF_APRILTAG_BRANCH
strategy
:
depend
strategy
:
depend
deploy_bodydynamics
:
deploy_bodydynamics
:
...
@@ -151,6 +156,7 @@ deploy_bodydynamics:
...
@@ -151,6 +156,7 @@ deploy_bodydynamics:
DEPLOY_CI_ROS
:
"
false"
DEPLOY_CI_ROS
:
"
false"
trigger
:
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/bodydynamics
project
:
mobile_robotics/wolf_projects/wolf_lib/plugins/bodydynamics
branch
:
$WOLF_BODYDYNAMICS_BRANCH
strategy
:
depend
strategy
:
depend
############ WAIT FOR PLUGINS ############
############ WAIT FOR PLUGINS ############
...
@@ -173,7 +179,6 @@ deploy_wolf_ros_node:
...
@@ -173,7 +179,6 @@ deploy_wolf_ros_node:
WOLF_VISION_BRANCH
:
$WOLF_VISION_BRANCH
WOLF_VISION_BRANCH
:
$WOLF_VISION_BRANCH
WOLF_APRILTAG_BRANCH
:
$WOLF_APRILTAG_BRANCH
WOLF_APRILTAG_BRANCH
:
$WOLF_APRILTAG_BRANCH
WOLF_BODYDYNAMICS_BRANCH
:
$WOLF_BODYDYNAMICS_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_IMU_BRANCH
:
$WOLF_ROS_IMU_BRANCH
WOLF_ROS_GNSS_BRANCH
:
$WOLF_ROS_GNSS_BRANCH
WOLF_ROS_GNSS_BRANCH
:
$WOLF_ROS_GNSS_BRANCH
WOLF_ROS_LASER_BRANCH
:
$WOLF_ROS_LASER_BRANCH
WOLF_ROS_LASER_BRANCH
:
$WOLF_ROS_LASER_BRANCH
...
@@ -182,6 +187,7 @@ deploy_wolf_ros_node:
...
@@ -182,6 +187,7 @@ deploy_wolf_ros_node:
WOLF_ROS_BODYDYNAMICS_BRANCH
:
$WOLF_ROS_BODYDYNAMICS_BRANCH
WOLF_ROS_BODYDYNAMICS_BRANCH
:
$WOLF_ROS_BODYDYNAMICS_BRANCH
trigger
:
trigger
:
project
:
mobile_robotics/wolf_projects/wolf_ros/wolf_ros_node
project
:
mobile_robotics/wolf_projects/wolf_ros/wolf_ros_node
branch
:
$WOLF_ROS_CORE_BRANCH
no_deploy_wolf_ros_node
:
no_deploy_wolf_ros_node
:
stage
:
deploy_ros
stage
:
deploy_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