Files
agv_pro_ros2/navigation2/.circleci/defaults.yaml
T
2025-05-27 19:03:40 +08:00

17 lines
285 B
YAML

_common: &common
"test-result-base": "test_results"
"clean.packages":
<<: *common
"build":
<<: *common
"executor": "parallel"
"parallel-workers": 4
"symlink-install": true
"test":
<<: *common
"executor": "parallel"
"parallel-workers": 1
"test-result":
<<: *common