Skip to content

Commit cc286ed

Browse files
Cleanup and grooming of CI (#2279) (#2282)
Co-authored-by: Christoph Fröhlich <[email protected]>
1 parent 2330ac8 commit cc286ed

16 files changed

+24
-63
lines changed

.github/workflows/humble-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
- 'ros2_control-not-released.humble.repos'
3131
schedule:
3232
# Run every morning to detect flakiness and broken dependencies
33-
- cron: '03 1 * * *'
33+
- cron: '03 1 * * MON-FRI'
3434

3535
concurrency:
3636
# cancel previous runs of the same workflow, except for pushes on humble branch

.github/workflows/humble-debian-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Debian Humble Source Build
1+
name: Humble - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
@@ -15,15 +15,15 @@ on:
1515
- 'ros2_control.humble.repos'
1616
schedule:
1717
# Run every day to detect flakiness and broken dependencies
18-
- cron: '03 1 * * *'
18+
- cron: '03 1 * * MON-FRI'
1919

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

2525
jobs:
26-
debian_source_build:
26+
debian_semi_binary_build:
2727
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
2828
strategy:
2929
fail-fast: false

.github/workflows/humble-rhel-binary-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RHEL Humble Semi-Binary Build
1+
name: Humble - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
@@ -15,7 +15,7 @@ on:
1515
- 'ros2_control.humble.repos'
1616
schedule:
1717
# Run every day to detect flakiness and broken dependencies
18-
- cron: '03 1 * * *'
18+
- cron: '03 1 * * MON-FRI'
1919

2020
concurrency:
2121
# cancel previous runs of the same workflow, except for pushes on humble branch

.github/workflows/humble-semi-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
- 'ros2_control.humble.repos'
3131
schedule:
3232
# Run every morning to detect flakiness and broken dependencies
33-
- cron: '03 1 * * *'
33+
- cron: '03 1 * * MON-FRI'
3434

3535
concurrency:
3636
# cancel previous runs of the same workflow, except for pushes on humble branch

.github/workflows/humble-source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- 'ros2_control.humble.repos'
1616
schedule:
1717
# Run every day to detect flakiness and broken dependencies
18-
- cron: '03 3 * * *'
18+
- cron: '03 3 * * MON-FRI'
1919

2020
jobs:
2121
source:

.github/workflows/jazzy-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
- 'ros2_control-not-released.jazzy.repos'
3131
schedule:
3232
# Run every morning to detect flakiness and broken dependencies
33-
- cron: '03 1 * * *'
33+
- cron: '03 1 * * MON-FRI'
3434

3535
concurrency:
3636
# cancel previous runs of the same workflow, except for pushes on jazzy branch

.github/workflows/jazzy-debian-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Debian Jazzy Source Build
1+
name: Jazzy - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
@@ -15,15 +15,15 @@ on:
1515
- 'ros2_control.jazzy.repos'
1616
schedule:
1717
# Run every day to detect flakiness and broken dependencies
18-
- cron: '03 1 * * *'
18+
- cron: '03 1 * * MON-FRI'
1919

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

2525
jobs:
26-
debian_source_build:
26+
debian_semi_binary_build:
2727
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
2828
strategy:
2929
fail-fast: false

.github/workflows/jazzy-rhel-binary-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RHEL Jazzy Semi-Binary Build
1+
name: Jazzy - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
@@ -15,7 +15,7 @@ on:
1515
- 'ros2_control.jazzy.repos'
1616
schedule:
1717
# Run every day to detect flakiness and broken dependencies
18-
- cron: '03 1 * * *'
18+
- cron: '03 1 * * MON-FRI'
1919

2020
concurrency:
2121
# cancel previous runs of the same workflow, except for pushes on jazzy branch

.github/workflows/jazzy-semi-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
- 'ros2_control.jazzy.repos'
3131
schedule:
3232
# Run every morning to detect flakiness and broken dependencies
33-
- cron: '03 1 * * *'
33+
- cron: '03 1 * * MON-FRI'
3434

3535
concurrency:
3636
# cancel previous runs of the same workflow, except for pushes on jazzy branch

.github/workflows/jazzy-source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- 'ros2_control.jazzy.repos'
1616
schedule:
1717
# Run every day to detect flakiness and broken dependencies
18-
- cron: '03 3 * * *'
18+
- cron: '03 3 * * MON-FRI'
1919

2020
jobs:
2121
source:

.github/workflows/prerelease-check.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/rolling-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- 'ros2_control-not-released.kilted.repos'
3333
schedule:
3434
# Run every morning to detect flakiness and broken dependencies
35-
- cron: '03 1 * * *'
35+
- cron: '03 1 * * MON-FRI'
3636

3737
concurrency:
3838
# cancel previous runs of the same workflow, except for pushes on master branch

.github/workflows/rolling-debian-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Debian Rolling Source Build
1+
name: Rolling - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
@@ -16,7 +16,7 @@ on:
1616
- 'ros2_control.kilted.repos'
1717
schedule:
1818
# Run every day to detect flakiness and broken dependencies
19-
- cron: '03 1 * * *'
19+
- cron: '03 1 * * MON-FRI'
2020

2121
concurrency:
2222
# cancel previous runs of the same workflow, except for pushes on master branch
@@ -25,7 +25,7 @@ concurrency:
2525

2626

2727
jobs:
28-
debian_source_build:
28+
debian_semi_binary_build:
2929
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
3030
strategy:
3131
fail-fast: false

.github/workflows/rolling-rhel-binary-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RHEL Rolling Semi-Binary Build
1+
name: Rolling - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
@@ -16,7 +16,7 @@ on:
1616
- 'ros2_control.kilted.repos'
1717
schedule:
1818
# Run every day to detect flakiness and broken dependencies
19-
- cron: '03 1 * * *'
19+
- cron: '03 1 * * MON-FRI'
2020

2121
concurrency:
2222
# cancel previous runs of the same workflow, except for pushes on master branch

.github/workflows/rolling-semi-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- 'ros2_control.kilted.repos'
3333
schedule:
3434
# Run every morning to detect flakiness and broken dependencies
35-
- cron: '03 1 * * *'
35+
- cron: '03 1 * * MON-FRI'
3636

3737
concurrency:
3838
# cancel previous runs of the same workflow, except for pushes on master branch

.github/workflows/rolling-source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- 'ros2_control.kilted.repos'
1717
schedule:
1818
# Run every day to detect flakiness and broken dependencies
19-
- cron: '03 3 * * *'
19+
- cron: '03 3 * * MON-FRI'
2020

2121
jobs:
2222
source:

0 commit comments

Comments
 (0)