File tree Expand file tree Collapse file tree 3 files changed +29
-8
lines changed Expand file tree Collapse file tree 3 files changed +29
-8
lines changed Original file line number Diff line number Diff line change
1
+ include :
2
+ - remote : https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main/.gitlab-ci/docker-ros.yml
3
+
4
+ variables :
5
+ IMAGE_TAG : ros
6
+ BASE_IMAGE : rwthika/ros:latest
7
+ COMMAND : roslaunch mqtt_client standalone.launch
8
+ PLATFORM : amd64,arm64
9
+ TARGET : dev,run
10
+ ENABLE_INDUSTRIAL_CI : ' true'
Original file line number Diff line number Diff line change
1
+ include :
2
+ - remote : https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main/.gitlab-ci/docker-ros.yml
3
+
4
+ variables :
5
+ IMAGE_TAG : ros2
6
+ BASE_IMAGE : rwthika/ros:latest
7
+ COMMAND : ros2 launch mqtt_client standalone.launch.ros2.xml
8
+ PLATFORM : amd64,arm64
9
+ TARGET : dev,run
10
+ ENABLE_INDUSTRIAL_CI : ' true'
11
+ ENABLE_PUSH_AS_LATEST : ' true'
Original file line number Diff line number Diff line change 1
- include :
2
- - remote : https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main/.gitlab-ci/docker-ros.yml
1
+ ros :
2
+ trigger :
3
+ include : .gitlab-ci.ros.yml
4
+ strategy : depend
3
5
4
- variables :
5
- BASE_IMAGE : rwthika/ros:noetic
6
- COMMAND : roslaunch mqtt_client standalone.launch
7
- PLATFORM : amd64,arm64
8
- TARGET : dev,run
9
- ENABLE_INDUSTRIAL_CI : ' true'
6
+ ros2 :
7
+ trigger :
8
+ include : .gitlab-ci.ros2.yml
9
+ strategy : depend
You can’t perform that action at this time.
0 commit comments