Skip to content

Commit

Permalink
Activate CI for ROS2 Rolling
Browse files Browse the repository at this point in the history
Triggering the pipeline once a week seems fine for now.
  • Loading branch information
stefanscherzinger committed Aug 11, 2023
1 parent b2c6a67 commit 0dd426c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/industrial_ci_rolling_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Rolling

on:
push:
pull_request:
schedule:
# Run every Friday at 6:30 am to detect breaking APIs
- cron: '30 6 * * 5'



jobs:
industrial_ci:
env:
BEFORE_BUILD_TARGET_WORKSPACE: 'sudo apt-get install -y libboost-all-dev'
UPSTREAM_WORKSPACE: 'github:SICKAG/sick_safevisionary_base#main'
ROSDEP_SKIP_KEYS: 'sick_safevisionary_base'
strategy:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: rolling, ROS_REPO: testing}
- {ROS_DISTRO: rolling, ROS_REPO: main}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![License](https://img.shields.io/badge/License-Apache_2.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0)
![build badge](https://github.com/SICKAG/sick_safevisionary_ros2/actions/workflows/industrial_ci_humble_action.yml/badge.svg)
![build badge](https://github.com/SICKAG/sick_safevisionary_ros2/actions/workflows/industrial_ci_iron_action.yml/badge.svg)
![build badge](https://github.com/SICKAG/sick_safevisionary_ros2/actions/workflows/industrial_ci_rolling_action.yml/badge.svg)

# Sick Safevisionary ROS2
This is the official ROS2 driver for the [Sick safeVisionary2](https://www.sick.com/de/en/safety-camera-sensors/safety-camera-sensors/safevisionary2/c/g568562) cameras.
Expand Down

0 comments on commit 0dd426c

Please sign in to comment.