Skip to content

Commit

Permalink
Update README regarding distribution branches (#80)
Browse files Browse the repository at this point in the history
* Update README regarding distribution branches

* Update ci using reusable_ici and indivirual badges

* Fix badges on detailed view

(cherry picked from commit 54039d4)
  • Loading branch information
fmauch authored and mergify[bot] committed Jul 27, 2023
1 parent c805a88 commit b7b6a82
Show file tree
Hide file tree
Showing 15 changed files with 256 additions and 242 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/binary-galactic.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/binary-humble.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/binary-iron.yml

This file was deleted.

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

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
jobs:
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
linter: [copyright, lint_cmake]
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/setup-ros@v0.2
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/[email protected]
with:
distribution: rolling
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/humble-binary-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Humble Binary Build Main
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
- cron: '53 5 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
ros_repo: main
ref_for_scheduled_build: humble
21 changes: 21 additions & 0 deletions .github/workflows/humble-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Humble Binary Build Testing
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
- cron: '53 5 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
ros_repo: testing
ref_for_scheduled_build: humble
21 changes: 21 additions & 0 deletions .github/workflows/iron-binary-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Iron Binary Build Main
on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
push:
branches:
- iron
schedule:
- cron: '53 5 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: iron
ros_repo: main
ref_for_scheduled_build: iron
21 changes: 21 additions & 0 deletions .github/workflows/iron-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Iron Binary Build Testing
on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
push:
branches:
- iron
schedule:
- cron: '53 5 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: iron
ros_repo: testing
ref_for_scheduled_build: iron
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble, rolling]
ROS_DISTRO: [rolling]
ROS_REPO: [main]
PRERELEASE: [true]
env:
Expand Down
Loading

0 comments on commit b7b6a82

Please sign in to comment.