Skip to content

Commit 5ebdedb

Browse files
committed
adjust gitlab ci
1 parent 924e49f commit 5ebdedb

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
1-
ros:
1+
ros2:
22
trigger:
33
include:
44
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main/.gitlab-ci/docker-ros.yml
55
strategy: depend
66
variables:
7-
IMAGE_TAG: ros
8-
BASE_IMAGE: rwthika/ros:latest
9-
COMMAND: roslaunch mqtt_client standalone.launch
107
PLATFORM: amd64,arm64
118
TARGET: dev,run
12-
ENABLE_INDUSTRIAL_CI: 'true'
13-
14-
ros2:
15-
trigger:
16-
include:
17-
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main/.gitlab-ci/docker-ros.yml
18-
strategy: depend
19-
variables:
20-
IMAGE_TAG: ros2
219
BASE_IMAGE: rwthika/ros2:latest
2210
COMMAND: ros2 launch mqtt_client standalone.launch.xml
23-
PLATFORM: amd64,arm64
24-
TARGET: dev,run
25-
ENABLE_INDUSTRIAL_CI: 'true'
26-
ENABLE_PUSH_AS_LATEST: 'true'
11+
RMW_IMPLEMENTATION: rmw_zenoh_cpp

0 commit comments

Comments
 (0)