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

chore: remove unnecessary depends #227

Merged
merged 7 commits into from
Dec 27, 2021
Merged
Show file tree
Hide file tree
Changes from 5 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
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test-arm-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
with:
fetch-depth: 0

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal

- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic

- name: Get modified packages
id: get-modified-packages
uses: autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/build-and-test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
with:
fetch-depth: 0

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal

- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic

- name: Get modified packages
id: get-modified-packages
uses: autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
Expand All @@ -38,6 +46,14 @@ jobs:
with:
fetch-depth: 0

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal

- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic

- name: Get modified packages
id: get-modified-packages
uses: autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal

- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic

- name: Get self packages
id: get-self-packages
uses: autowarefoundation/autoware-github-actions/get-self-packages@tier4/proposal
Expand Down
36 changes: 36 additions & 0 deletions .github/workflows/check-build-depends.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: check-build-depends

on:
pull_request:
paths:
- build_depends.repos

jobs:
check-build-depends:
runs-on: ubuntu-latest
container: ros:galactic
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1

- name: Checkout repository
uses: actions/checkout@v2

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal

- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic

- name: Get self packages
id: get-self-packages
uses: autowarefoundation/autoware-github-actions/get-self-packages@tier4/proposal

- name: Build and test
uses: autowarefoundation/autoware-github-actions/colcon-build-and-test@tier4/proposal
with:
rosdistro: galactic
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
build-depends-repos: build_depends.repos
72 changes: 17 additions & 55 deletions build_depends.repos
Original file line number Diff line number Diff line change
@@ -1,69 +1,31 @@
repositories:
launch/aip_launcher:
# core
core/autoware_msgs:
type: git
url: https://github.com/tier4/AutowareArchitectureProposal_aip_launcher.git
version: use-autoware-auto-msgs
common/autoware_lint_common:
url: https://github.com/tier4/autoware_auto_msgs.git # TODO(Tier IV): Move to autowarefoundation/autoware_msgs
version: tier4/main
core/common:
type: git
url: https://github.com/tier4/tier4_ament_lint
version: main
messages/autoware_auto_msgs:
url: https://github.com/autowarefoundation/autoware_common.git
version: tier4/proposal
core/autoware:
type: git
url: https://github.com/tier4/autoware_auto_msgs.git
version: tier4/main
messages/tier4_msgs:
url: https://github.com/autowarefoundation/autoware.core.git
version: tier4/proposal
# universe
universe/tier4_autoware_msgs:
type: git
url: https://github.com/tier4/AutowareArchitectureProposal_msgs.git
url: https://github.com/tier4/AutowareArchitectureProposal_msgs.git # TODO(Tier IV): Rename to tier4/tier4_autoware_msgs
version: tier4/universe
vendor/grid_map:
universe/vendor/grid_map:
type: git
url: https://github.com/ANYbotics/grid_map.git
version: ba2f9cb6e62f7ee9c5bac7401391a211e442e459
vendor/perception_pcl:
type: git
url: https://github.com/ros-perception/perception_pcl.git
version: foxy-devel
vendor/topic_tools:
type: git
url: https://github.com/tier4/topic_tools.git
version: tier4/main
vendor/rosbridge_suite:
type: git
url: https://github.com/RobotWebTools/rosbridge_suite.git
version: ros2
vendor/rosauth:
type: git
url: https://github.com/GT-RAIL/rosauth.git
version: ros2
vendor/ndt_omp:
type: git
url: https://github.com/tier4/ndt_omp.git
version: tier4/main
vendor/mussp:
universe/vendor/mussp:
type: git
url: https://github.com/tier4/muSSP.git
version: tier4/main
vendor/hash_library_vendor:
universe/vendor/ndt_omp:
type: git
url: https://github.com/tier4/hash_library_vendor.git
version: main
vendor/pointcloud_to_laserscan:
type: git
url: https://github.com/tier4/pointcloud_to_laserscan.git
url: https://github.com/tier4/ndt_omp.git
version: tier4/main
vendor/pacmod3_msgs:
type: git
url: https://github.com/astuff/pacmod3_msgs
version: main
vendor/tamagawa_imu_driver:
type: git
url: https://github.com/tier4/tamagawa_imu_driver.git
version: ros2
vendor/livox-driver:
type: git
url: https://github.com/tier4/livox_ros2_driver.git
version: tier4/master
vendor/velodyne_vls:
type: git
url: https://github.com/tier4/velodyne_vls.git
version: use-autoware-auto-msgs