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
2 changes: 1 addition & 1 deletion .github/workflows/humble-build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '28 6 * * *'
- cron: '28 6 * * MON-FRI'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-build-semi-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '28 6 * * *'
- cron: '28 6 * * MON-FRI'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-build-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'

jobs:
source_build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/humble-debian-build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Humble - Debian Source Build
name: Humble - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 5 * * *'
- cron: '03 5 * * MON-FRI'


jobs:
debian_source_build:
debian_semi_binary_build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
with:
ros_distro: humble
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- jazzy
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '28 6 * * *'
- cron: '28 6 * * MON-FRI'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-build-semi-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- jazzy
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '28 6 * * *'
- cron: '28 6 * * MON-FRI'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-build-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- jazzy
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'

jobs:
source_build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jazzy-debian-build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Jazzy - Debian Source Build
name: Jazzy - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- jazzy
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 5 * * *'
- cron: '03 5 * * MON-FRI'


jobs:
debian_source_build:
debian_semi_binary_build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
with:
ros_distro: jazzy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- jazzy
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'


jobs:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/prerelease.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/rolling-build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- ros2-master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '28 6 * * *'
- cron: '28 6 * * MON-FRI'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-build-semi-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- ros2-master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '28 6 * * *'
- cron: '28 6 * * MON-FRI'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-build-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- ros2-master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'

jobs:
source_build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rolling-debian-build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Rolling - Debian Source Build
name: Rolling - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- ros2-master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 5 * * *'
- cron: '03 5 * * MON-FRI'


jobs:
debian_source_build:
debian_semi_binary_build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- ros2-master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'


jobs:
Expand Down
Loading