Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to gz #7

Merged
merged 12 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9.7
- name: Install system hooks
run: sudo apt-get install clang-format-10 cppcheck
- uses: pre-commit/[email protected]
python-version: '3.10'
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual
40 changes: 0 additions & 40 deletions .github/workflows/ci-ros-lint.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/galactic-source-build.yml

This file was deleted.

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 Main
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
- cron: '13 4 * * *'

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 Testing
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
- cron: '13 4 * * *'

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

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
ros_repo: main
ref_for_scheduled_build: humble
upstream_workspace: ur_simulation_gz.humble.repos
22 changes: 22 additions & 0 deletions .github/workflows/humble-semi-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Humble Semi Binary Testing
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
- cron: '13 4 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
ros_repo: testing
ref_for_scheduled_build: humble
upstream_workspace: ur_simulation_gz.humble.repos
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 Main
on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
push:
branches:
- iron
schedule:
- cron: '13 4 * * *'

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 Testing
on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
push:
branches:
- iron
schedule:
- cron: '13 4 * * *'

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

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: iron
ros_repo: main
ref_for_scheduled_build: iron
upstream_workspace: ur_simulation_gz.iron.repos
22 changes: 22 additions & 0 deletions .github/workflows/iron-semi-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Iron Semi Binary Testing
on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
push:
branches:
- iron
schedule:
- cron: '13 4 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: iron
ros_repo: testing
ref_for_scheduled_build: iron
upstream_workspace: ur_simulation_gz.iron.repos
Loading
Loading