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 @@ -34,7 +34,7 @@ on:
- '**.xml'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 2 * * *'
- 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,4 +1,4 @@
name: Debian Humble Build
name: Humble - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
Expand All @@ -17,15 +17,15 @@ on:
- '**.xml'
schedule:
# Run every day 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
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

jobs:
humble_debian:
debian_semi_binary_build:
name: Humble debian build
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/humble-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: RHEL Humble Binary Build
name: Humble - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
Expand All @@ -17,15 +17,15 @@ on:
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 2 * * *'
- cron: '03 1 * * 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:
humble_rhel_binary:
rhel_semi_binary_build:
name: Humble RHEL binary build
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rhel-binary-build.yml@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
- '**.xml'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 2 * * *'
- cron: '33 1 * * 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 @@ -17,7 +17,7 @@ on:
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 4 * * *'
- 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 @@ -35,7 +35,7 @@ on:
- '**.xml'
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,4 +1,4 @@
name: Debian Jazzy Source Build
name: Jazzy - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
Expand All @@ -17,15 +17,15 @@ on:
- '**.xml'
schedule:
# Run every day 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
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

jobs:
jazzy_debian:
debian_semi_binary_build:
name: Rolling debian build
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jazzy-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: RHEL Jazzy Semi-Binary Build
name: Jazzy - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
Expand All @@ -17,15 +17,15 @@ on:
- '**.xml'
schedule:
# Run every day 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
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

jobs:
jazzy_rhel:
rhel_semi_binary_build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rhel-binary-build.yml@master
with:
ros_distro: jazzy
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 @@ -35,7 +35,7 @@ on:
- '**.xml'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 1 * * *'
- cron: '33 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 @@ -17,7 +17,7 @@ on:
- '**.xml'
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 @@ -38,7 +38,7 @@ on:
- '**.xml'
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,4 +1,4 @@
name: Debian Rolling Build
name: Rolling - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
Expand All @@ -18,15 +18,15 @@ on:
- '**.xml'
schedule:
# Run every day 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
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

jobs:
rolling_debian:
debian_semi_binary_build:
name: Rolling debian build
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
strategy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rolling-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: RHEL Rolling Semi-Binary Build
name: Rolling - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
Expand All @@ -18,15 +18,15 @@ on:
- '**.xml'
schedule:
# Run every day 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
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

jobs:
rolling_rhel:
rhel_semi_binary_build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rhel-binary-build.yml@master
strategy:
fail-fast: false
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 @@ -37,7 +37,7 @@ on:
- '**.xml'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 1 * * *'
- cron: '33 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 @@ -18,7 +18,7 @@ on:
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
- cron: '03 3 * * MON-FRI'

jobs:
source:
Expand Down
Loading