Skip to content

Commit

Permalink
CI: Try speeding up CI by using better docker images.
Browse files Browse the repository at this point in the history
  • Loading branch information
peci1 committed Jan 6, 2025
1 parent 3cbe47c commit 4aa7f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
env:
- {ROS_DISTRO: melodic, ROS_REPO: testing}
- {ROS_DISTRO: noetic, ROS_REPO: testing}
- {ROS_DISTRO: melodic, ROS_REPO: testing, DOCKER_IMAGE: "ros:melodic-perception-bionic"}
- {ROS_DISTRO: noetic, ROS_REPO: testing, DOCKER_IMAGE: "ros:noetic-perception-focal"}
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache # Directory for ccache (and how we enable ccache in industrial_ci)
AFTER_SETUP_TARGET_WORKSPACE: 'cd $BASEDIR/target_ws/src/ros-utils; for d in *; do if [[ "$d" != "cras_docs_common" ]] && [[ "$d" != "cras_cpp_common" ]] && [[ "$d" != "cras_py_common" ]] && [[ "$d" != "cras_topic_tools" ]] && [[ "$d" != "cras_bag_tools" ]] && [[ "$d" != "image_transport_codecs" ]]; then rm -rf "$d"; fi; done'
Expand Down

0 comments on commit 4aa7f72

Please sign in to comment.