From d5ff75bbf33cd1a39fc6450131b640146958cdc0 Mon Sep 17 00:00:00 2001 From: Wolfgang Merkt Date: Tue, 2 Jul 2024 16:40:42 +0100 Subject: [PATCH] [CI] Update Industrial CI --- .github/workflows/industrial_ci_action.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/industrial_ci_action.yml b/.github/workflows/industrial_ci_action.yml index 2be3061..7ed40b2 100644 --- a/.github/workflows/industrial_ci_action.yml +++ b/.github/workflows/industrial_ci_action.yml @@ -6,22 +6,12 @@ jobs: strategy: matrix: env: - - {ROS_DISTRO: foxy} - - {ROS_DISTRO: galactic} + - {ROS_DISTRO: humble} + - {ROS_DISTRO: iron} + - {ROS_DISTRO: jazzy} - {ROS_DISTRO: rolling} - - {ROS_DISTRO: foxy, PRERELEASE: true} - - {ROS_DISTRO: galactic, PRERELEASE: true} - - {ROS_DISTRO: rolling, PRERELEASE: true} - env: - CCACHE_DIR: /github/home/.ccache # Enable ccache runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - # This step will fetch/store the directory used by ccache before/after the ci run - - uses: actions/cache@v2 - with: - path: ${{ env.CCACHE_DIR }} - key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }} - # Run industrial_ci + - uses: actions/checkout@v4 - uses: 'ros-industrial/industrial_ci@master' env: ${{ matrix.env }}