Skip to content

Commit c700c9b

Browse files
christophfroehlichmergify[bot]
authored andcommitted
Cleanup and grooming of CI (#343)
(cherry picked from commit 3ad9ccf)
1 parent 90a1b72 commit c700c9b

15 files changed

+23
-62
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- humble
1313
schedule:
1414
# Run every morning to detect flakiness and broken dependencies
15-
- cron: '03 1 * * *'
15+
- cron: '03 1 * * MON-FRI'
1616

1717
concurrency:
1818
# 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,20 +1,20 @@
1-
name: Humble Debian Build
1+
name: Humble - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
55
branches:
66
- humble
77
schedule:
88
# Run every day to detect flakiness and broken dependencies
9-
- cron: '33 2 * * *'
9+
- cron: '33 2 * * MON-FRI'
1010

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

1616
jobs:
17-
debian_source_build:
17+
debian_semi_binary_build:
1818
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
1919
with:
2020
ros_distro: humble

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Humble RHEL Binary Build
1+
name: Humble - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
55
branches:
66
- humble
77
schedule:
88
# Run every day to detect flakiness and broken dependencies
9-
- cron: '03 3 * * *'
9+
- cron: '03 3 * * MON-FRI'
1010

1111
concurrency:
1212
# 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
@@ -6,7 +6,7 @@ on:
66
- humble
77
schedule:
88
# Run every day to detect flakiness and broken dependencies
9-
- cron: '03 3 * * *'
9+
- cron: '03 3 * * MON-FRI'
1010

1111
jobs:
1212
source:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- jazzy
1313
schedule:
1414
# Run every morning to detect flakiness and broken dependencies
15-
- cron: '03 1 * * *'
15+
- cron: '03 1 * * MON-FRI'
1616

1717
concurrency:
1818
# 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,20 +1,20 @@
1-
name: Jazzy Debian Build
1+
name: Jazzy - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
55
branches:
66
- jazzy
77
schedule:
88
# Run every day to detect flakiness and broken dependencies
9-
- cron: '33 2 * * *'
9+
- cron: '33 2 * * MON-FRI'
1010

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

1616
jobs:
17-
debian_source_build:
17+
debian_semi_binary_build:
1818
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
1919
with:
2020
ros_distro: jazzy

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Jazzy RHEL Binary Build
1+
name: Jazzy - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
44
pull_request:
55
branches:
66
- jazzy
77
schedule:
88
# Run every day to detect flakiness and broken dependencies
9-
- cron: '03 3 * * *'
9+
- cron: '03 3 * * MON-FRI'
1010

1111
concurrency:
1212
# 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
@@ -12,7 +12,7 @@ on:
1212
- jazzy
1313
schedule:
1414
# Run every morning to detect flakiness and broken dependencies
15-
- cron: '03 1 * * *'
15+
- cron: '03 1 * * MON-FRI'
1616

1717
concurrency:
1818
# 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
@@ -6,7 +6,7 @@ on:
66
- jazzy
77
schedule:
88
# Run every day to detect flakiness and broken dependencies
9-
- cron: '03 3 * * *'
9+
- cron: '03 3 * * MON-FRI'
1010

1111
jobs:
1212
source:

.github/workflows/prerelease-check.yml

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

0 commit comments

Comments
 (0)