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-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- humble
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
- cron: '03 1 * * MON-FRI'

concurrency:
# cancel previous runs of the same workflow, except for pushes on humble branch
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,20 +1,20 @@
name: Humble Debian 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: '33 2 * * *'
- cron: '33 2 * * MON-FRI'

concurrency:
# cancel previous runs of the same workflow, except for pushes on humble branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

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
4 changes: 2 additions & 2 deletions .github/workflows/humble-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Humble RHEL Binary Build
name: Humble - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'

concurrency:
# cancel previous runs of the same workflow, except for pushes on humble branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-source-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:
source:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- jazzy
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
- cron: '03 1 * * MON-FRI'

concurrency:
# cancel previous runs of the same workflow, except for pushes on jazzy branch
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,20 +1,20 @@
name: Jazzy Debian 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: '33 2 * * *'
- cron: '33 2 * * MON-FRI'

concurrency:
# cancel previous runs of the same workflow, except for pushes on jazzy branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

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
4 changes: 2 additions & 2 deletions .github/workflows/jazzy-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Jazzy RHEL Binary Build
name: Jazzy - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- jazzy
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'

concurrency:
# cancel previous runs of the same workflow, except for pushes on jazzy branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- jazzy
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
- cron: '03 1 * * MON-FRI'

concurrency:
# cancel previous runs of the same workflow, except for pushes on jazzy branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-source-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:
source:
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/prerelease-check.yml

This file was deleted.

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

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
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,20 +1,20 @@
name: Rolling Debian Build
name: Rolling - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '33 2 * * *'
- cron: '33 2 * * MON-FRI'

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

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
4 changes: 2 additions & 2 deletions .github/workflows/rolling-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Rolling RHEL Binary Build
name: Rolling - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- master
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
- cron: '03 1 * * MON-FRI'

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'

jobs:
source:
Expand Down
Loading