Skip to content

Commit

Permalink
Cleanup humble branch (#545)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
fmauch authored Nov 23, 2022
1 parent 2c5895f commit 47a2fc0
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 431 deletions.
18 changes: 0 additions & 18 deletions .github/mergify.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/foxy-binary-build.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/foxy-semi-binary-build.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/galactic-binary-build.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/galactic-execution-test.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/galactic-semi-binary-build.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/humble-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches:
- humble
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '13 4 * * *'

jobs:
humble_binary:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/humble-execution-test.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/humble-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches:
- humble
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 5 * * *'

jobs:
humble_semi_binary:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/humble-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Humble Source Build
on:
push:
branches:
- main
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '43 1 * * *'
- humble

jobs:
humble_source:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/issue-states.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/rolling-binary-build.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/rolling-execution-test.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/rolling-semi-binary-build.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/rolling-source-build.yml

This file was deleted.

Loading

0 comments on commit 47a2fc0

Please sign in to comment.