Skip to content

Commit 786258a

Browse files
Cleanup and grooming of CI (#374)
1 parent 049962a commit 786258a

16 files changed

+21
-47
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- humble
1212
schedule:
1313
# Run every day to detect flakiness and broken dependencies
14-
- cron: '28 6 * * *'
14+
- cron: '28 6 * * MON-FRI'
1515

1616

1717
jobs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- humble
1212
schedule:
1313
# Run every day to detect flakiness and broken dependencies
14-
- cron: '28 6 * * *'
14+
- cron: '28 6 * * MON-FRI'
1515

1616

1717
jobs:

.github/workflows/humble-build-source.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_build:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Humble - Debian Source 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: '03 5 * * *'
9+
- cron: '03 5 * * MON-FRI'
1010

1111

1212
jobs:
13-
debian_source_build:
13+
debian_semi_binary_build:
1414
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
1515
with:
1616
ros_distro: humble

.github/workflows/humble-rhel-semi-binary-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

1212
jobs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- jazzy
1212
schedule:
1313
# Run every day to detect flakiness and broken dependencies
14-
- cron: '28 6 * * *'
14+
- cron: '28 6 * * MON-FRI'
1515

1616

1717
jobs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- jazzy
1212
schedule:
1313
# Run every day to detect flakiness and broken dependencies
14-
- cron: '28 6 * * *'
14+
- cron: '28 6 * * MON-FRI'
1515

1616

1717
jobs:

.github/workflows/jazzy-build-source.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_build:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Jazzy - Debian Source 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: '03 5 * * *'
9+
- cron: '03 5 * * MON-FRI'
1010

1111

1212
jobs:
13-
debian_source_build:
13+
debian_semi_binary_build:
1414
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
1515
with:
1616
ros_distro: jazzy

.github/workflows/jazzy-rhel-semi-binary-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

1212
jobs:

.github/workflows/prerelease.yaml

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- ros2-master
1212
schedule:
1313
# Run every day to detect flakiness and broken dependencies
14-
- cron: '28 6 * * *'
14+
- cron: '28 6 * * MON-FRI'
1515

1616

1717
jobs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- ros2-master
1212
schedule:
1313
# Run every day to detect flakiness and broken dependencies
14-
- cron: '28 6 * * *'
14+
- cron: '28 6 * * MON-FRI'
1515

1616

1717
jobs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- ros2-master
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_build:

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

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

1111

1212
jobs:
13-
debian_source_build:
13+
debian_semi_binary_build:
1414
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
1515
strategy:
1616
fail-fast: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- ros2-master
77
schedule:
88
# Run every day to detect flakiness and broken dependencies
9-
- cron: '03 3 * * *'
9+
- cron: '03 3 * * MON-FRI'
1010

1111

1212
jobs:

0 commit comments

Comments
 (0)