Skip to content

Commit

Permalink
Build only specific packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN committed Nov 25, 2024
1 parent 7ea1222 commit ec2dfe7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# TODO WIP Humble Upgrade: Remove after humble upgrade is done
- name: Read packages from file
run: |
PACKAGES=$(find . -maxdepth 2 -type f -name "package.xml" -print0 | xargs -0 -I {} dirname {} | xargs -I {} basename {} | grep -v "template_package" | sort -u)
PACKAGES=$(cat /opt/carma/src/${{ github.event.repository.name }}/.github/workflows/humble-upgraded-packages.txt)
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV
- name: Build ROS2
Expand Down
31 changes: 30 additions & 1 deletion .github/workflows/humble-upgraded-packages.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
carma_wm
approximate_intersection
basic_autonomy
motion_computation
system_controller
carma
mock_controller_driver
motion_prediction_visualizer
object_visualizer
object_detection_tracking
gnss_to_map_convertor
carma_record
bsm_generator
mobilitypath_visualizer
carma
guidance
lightbar_manager
mobilitypath_publisher
port_drayage_plugin
trajectory_executor
trajectory_visualizer
subsystem_controllers
carma_wm
roadway_objects
carma_guidance_plugins
plan_delegator
traffic_incident_parser
intersection_transit_maneuvering
approaching_emergency_vehicle_plugin
lci_strategic_plugin
sci_strategic_plugin
stop_and_dwell_strategic_plugin

0 comments on commit ec2dfe7

Please sign in to comment.