From edf29bf24c187e12f439c396a1a36cec7ee1d626 Mon Sep 17 00:00:00 2001 From: Wolfgang Merkt Date: Sat, 25 May 2024 15:12:39 +0100 Subject: [PATCH 1/2] [CI] Enable rolling and jazzy --- .github/workflows/industrial_ci_build_and_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/industrial_ci_build_and_test.yml b/.github/workflows/industrial_ci_build_and_test.yml index 8ffa94a3..56ec6926 100644 --- a/.github/workflows/industrial_ci_build_and_test.yml +++ b/.github/workflows/industrial_ci_build_and_test.yml @@ -6,9 +6,10 @@ jobs: strategy: matrix: env: - # - {ROS_DISTRO: rolling} + - {ROS_DISTRO: rolling} - {ROS_DISTRO: humble, PRERELEASE: true} - {ROS_DISTRO: iron, PRERELEASE: true} + - {ROS_DISTRO: jazzy, PRERELEASE: true} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From 1664a56d5d67f148be87b5f52e654f4ca76e06df Mon Sep 17 00:00:00 2001 From: Wolfgang Merkt Date: Sat, 25 May 2024 15:27:59 +0100 Subject: [PATCH 2/2] [CI] No prerelease on jazzy --- .github/workflows/industrial_ci_build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/industrial_ci_build_and_test.yml b/.github/workflows/industrial_ci_build_and_test.yml index 56ec6926..c453f1be 100644 --- a/.github/workflows/industrial_ci_build_and_test.yml +++ b/.github/workflows/industrial_ci_build_and_test.yml @@ -9,7 +9,7 @@ jobs: - {ROS_DISTRO: rolling} - {ROS_DISTRO: humble, PRERELEASE: true} - {ROS_DISTRO: iron, PRERELEASE: true} - - {ROS_DISTRO: jazzy, PRERELEASE: true} + - {ROS_DISTRO: jazzy} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4