-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
32 lines (29 loc) · 839 Bytes
/
.gitlab-ci.yml
File metadata and controls
32 lines (29 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
variables:
REPOS_FILE: repos.yaml
VCS_ARGS: --recursive
include:
- project: 'polymathrobotics/ci/ci_templates'
ref: main
file: '/ros/ros2_package.impl.yml'
- project: 'polymathrobotics/ci/ci_templates'
ref: main
file: '/common/rules.yml'
- project: 'polymathrobotics/ci/ci_templates'
ref: main
file: '/common/stages.yml'
build_and_test_rmd_x8_90_driver:
image: registry.gitlab.com/polymathrobotics/polymath_core/amd64:humble
variables:
PACKAGE_NAME: rmd_x8_90_driver
PACKAGE_DIRECTORY: $PACKAGE_NAME
extends: .ros2_build_and_test
eval_rmd_x8_90_driver:
extends: .ros2_evaluate
variables:
PACKAGE_NAME: rmd_x8_90_driver
needs:
- job: build_and_test_rmd_x8_90_driver
artifacts: true
artifacts:
reports:
junit: $ARTIFACTS_PATH/test_results/test_results/$PACKAGE_NAME/*.xml