From 39ecc771f2060eedf7b9904ffe186c5231a2fc40 Mon Sep 17 00:00:00 2001 From: chama1176 Date: Mon, 1 Jul 2024 20:00:00 +0900 Subject: [PATCH 1/4] =?UTF-8?q?jazzy=E3=81=AECI=E3=82=82industrial=20ci?= =?UTF-8?q?=E3=81=A7=E5=9B=9E=E3=81=99=E3=82=88=E3=81=86=E3=81=AB=E3=81=97?= =?UTF-8?q?=E3=81=BE=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/industrial_ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/industrial_ci.yaml b/.github/workflows/industrial_ci.yaml index 377ba28..0ed0876 100644 --- a/.github/workflows/industrial_ci.yaml +++ b/.github/workflows/industrial_ci.yaml @@ -20,6 +20,7 @@ jobs: - { ROS_DISTRO: foxy, ROS_REPO: ros } - { ROS_DISTRO: galactic, ROS_REPO: ros } - { ROS_DISTRO: humble, ROS_REPO: ros } + - { ROS_DISTRO: jazzy, ROS_REPO: ros } - { ROS_DISTRO: rolling, ROS_REPO: ros } runs-on: ubuntu-latest steps: From a377ba461fcc0d982e72f50636d5d0fdccd3cebd Mon Sep 17 00:00:00 2001 From: chama1176 Date: Mon, 1 Jul 2024 20:12:41 +0900 Subject: [PATCH 2/4] continue on error --- .github/workflows/industrial_ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/industrial_ci.yaml b/.github/workflows/industrial_ci.yaml index 0ed0876..e25dd94 100644 --- a/.github/workflows/industrial_ci.yaml +++ b/.github/workflows/industrial_ci.yaml @@ -14,6 +14,7 @@ on: jobs: industrial_ci: + continue-on-error: true strategy: matrix: env: From f2e82e9cf481faf0f298b80d708be910fdcbeef4 Mon Sep 17 00:00:00 2001 From: chama1176 Date: Mon, 1 Jul 2024 20:20:14 +0900 Subject: [PATCH 3/4] =?UTF-8?q?ci=E5=85=A8=E4=BD=93=E3=81=AE=E7=B5=90?= =?UTF-8?q?=E6=9E=9C=E3=82=92=E6=83=B3=E5=AE=9A=E9=80=9A=E3=82=8A=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=ABfail=20fast?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=BE=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/industrial_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/industrial_ci.yaml b/.github/workflows/industrial_ci.yaml index e25dd94..1aa3279 100644 --- a/.github/workflows/industrial_ci.yaml +++ b/.github/workflows/industrial_ci.yaml @@ -14,7 +14,7 @@ on: jobs: industrial_ci: - continue-on-error: true + fail-fast: false strategy: matrix: env: From 84995333fb5b7e8577da4656f458cfb782a7cd85 Mon Sep 17 00:00:00 2001 From: chama1176 Date: Mon, 1 Jul 2024 20:24:22 +0900 Subject: [PATCH 4/4] fix ci setting file --- .github/workflows/industrial_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/industrial_ci.yaml b/.github/workflows/industrial_ci.yaml index 1aa3279..0f00492 100644 --- a/.github/workflows/industrial_ci.yaml +++ b/.github/workflows/industrial_ci.yaml @@ -14,8 +14,8 @@ on: jobs: industrial_ci: - fail-fast: false strategy: + fail-fast: false matrix: env: - { ROS_DISTRO: foxy, ROS_REPO: ros }