Skip to content

Commit 47a2fc0

Browse files
author
Felix Exner (fexner)
authored
Cleanup humble branch (#545)
* Update branch references for Humble in main README * Update build badges to reference scheduled builds We do the same for foxy and galactic which do not live on the main branch. * Updated CI workflows to refer to humble branch and removed schedules Scheduled runs need to live on the main branch. We should be able to remove them from the distro-specific branch. * Remove repos files for other distros * Remove faulty line from CHANGELOG Since rst usually requires double backticks for code, our rst check will fail, otherwise.
1 parent 2c5895f commit 47a2fc0

20 files changed

+10
-431
lines changed

.github/mergify.yml

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

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

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

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

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

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

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

.github/workflows/galactic-execution-test.yml

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

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

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
push:
77
branches:
88
- humble
9-
schedule:
10-
# Run every morning to detect flakiness and broken dependencies
11-
- cron: '13 4 * * *'
129

1310
jobs:
1411
humble_binary:

.github/workflows/humble-execution-test.yml

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
push:
77
branches:
88
- humble
9-
schedule:
10-
# Run every morning to detect flakiness and broken dependencies
11-
- cron: '03 5 * * *'
129

1310
jobs:
1411
humble_semi_binary:

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Humble Source Build
22
on:
33
push:
44
branches:
5-
- main
6-
schedule:
7-
# Run every morning to detect flakiness and broken dependencies
8-
- cron: '43 1 * * *'
5+
- humble
96

107
jobs:
118
humble_source:

0 commit comments

Comments
 (0)