Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
push:
branches:
- humble
schedule:
- cron: '0 0 * * 6'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
Expand All @@ -29,7 +27,6 @@ jobs:
with:
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
target-ros2-distro: humble
ref: humble
colcon-defaults: |
{
"test": {
Expand Down
42 changes: 42 additions & 0 deletions .github/workflows/humble_cron.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: humble

on:
schedule:
- cron: '0 0 * * 6'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
ref: humble
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.15
with:
required-ros-distributions: humble
- name: build and test
uses: ros-tooling/action-ros-ci@0.4.5
with:
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
target-ros2-distro: humble
ref: humble
colcon-defaults: |
{
"test": {
"parallel-workers" : 1
}
}
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- name: Codecov
uses: codecov/codecov-action@v5.4.0
with:
files: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
# yml: ./codecov.yml
fail_ci_if_error: false
3 changes: 0 additions & 3 deletions .github/workflows/jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
push:
branches:
- jazzy
schedule:
- cron: '0 0 * * 6'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
Expand All @@ -29,7 +27,6 @@ jobs:
with:
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
target-ros2-distro: jazzy
ref: jazzy
colcon-defaults: |
{
"test": {
Expand Down
42 changes: 42 additions & 0 deletions .github/workflows/jazzy_cron.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: jazzy

on:
schedule:
- cron: '0 0 * * 6'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04]
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
ref: jazzy
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.15
with:
required-ros-distributions: jazzy
- name: build and test
uses: ros-tooling/action-ros-ci@0.4.5
with:
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
target-ros2-distro: jazzy
ref: jazzy
colcon-defaults: |
{
"test": {
"parallel-workers" : 1
}
}
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- name: Codecov
uses: codecov/codecov-action@v5.4.0
with:
files: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
# yml: ./codecov.yml
fail_ci_if_error: false
3 changes: 0 additions & 3 deletions .github/workflows/kilted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
push:
branches:
- kilted
schedule:
- cron: '0 0 * * 6'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
Expand All @@ -29,7 +27,6 @@ jobs:
with:
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
target-ros2-distro: kilted
ref: kilted
colcon-defaults: |
{
"test": {
Expand Down
42 changes: 42 additions & 0 deletions .github/workflows/kilted_cron.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: kilted

on:
schedule:
- cron: '0 0 * * 6'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04]
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
ref: kilted
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.15
with:
required-ros-distributions: kilted
- name: build and test
uses: ros-tooling/action-ros-ci@0.4.5
with:
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
target-ros2-distro: kilted
ref: kilted
colcon-defaults: |
{
"test": {
"parallel-workers" : 1
}
}
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- name: Codecov
uses: codecov/codecov-action@v5.4.0
with:
files: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
# yml: ./codecov.yml
fail_ci_if_error: false
3 changes: 0 additions & 3 deletions .github/workflows/rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
push:
branches:
- rolling
schedule:
- cron: '0 0 * * 6'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
Expand All @@ -29,7 +27,6 @@ jobs:
with:
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
target-ros2-distro: rolling
ref: rolling
colcon-defaults: |
{
"test": {
Expand Down
42 changes: 42 additions & 0 deletions .github/workflows/rolling_cron.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: rolling

on:
schedule:
- cron: '0 0 * * 6'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04]
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
ref: rolling
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.15
with:
required-ros-distributions: rolling
- name: build and test
uses: ros-tooling/action-ros-ci@0.4.5
with:
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
target-ros2-distro: rolling
ref: rolling
colcon-defaults: |
{
"test": {
"parallel-workers" : 1
}
}
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- name: Codecov
uses: codecov/codecov-action@v5.4.0
with:
files: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
# yml: ./codecov.yml
fail_ci_if_error: false
Loading