Increase the max and min periodicity tolerances to fix flaky tests (#… #1460
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rolling Source Build | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
paths: | |
- '**.hpp' | |
- '**.h' | |
- '**.cpp' | |
- '**.py' | |
- '.github/workflows/rolling-source-build.yml' | |
- '**/package.xml' | |
- '**/CMakeLists.txt' | |
- 'ros2_control.rolling.repos' | |
schedule: | |
# Run every day to detect flakiness and broken dependencies | |
- cron: '03 3 * * *' | |
jobs: | |
source: | |
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-source-build.yml@master | |
with: | |
ros_distro: rolling | |
ref: master | |
ros2_repo_branch: master | |
container: ubuntu:24.04 |