From 402180b3ee0a162677fc39fbc721b7ae64002a9b Mon Sep 17 00:00:00 2001 From: Jan Staschulat Date: Fri, 26 Mar 2021 11:37:22 +0100 Subject: [PATCH 1/2] removed rolling from CI job Signed-off-by: Jan Staschulat --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecb3f73e..f74b46cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: # os: [ ubuntu-20.04, windows-latest, macOS-latest ] os: [ ubuntu-20.04 ] - ros_distribution: [ foxy, rolling, dashing ] + ros_distribution: [ foxy, dashing ] include: - docker_image: ubuntu:bionic ros_distribution: dashing From 28ec23fdcc4c3b3a64bfde2d24382a647b3ed268 Mon Sep 17 00:00:00 2001 From: Jan Staschulat Date: Fri, 26 Mar 2021 11:42:13 +0100 Subject: [PATCH 2/2] corrections: using foxy branch, removed rolling image Signed-off-by: Jan Staschulat --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f74b46cd..593e0819 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ -name: CI RCLC +name: CI RCLC Foxy on: push: - branches: [ master ] + branches: [ foxy ] pull_request: - branches: [ master ] + branches: [ foxy ] schedule: # Run once per day to detect broken dependencies. - cron: '33 6 * * *' @@ -24,9 +24,6 @@ jobs: - docker_image: ubuntu:focal ros_distribution: foxy - - - docker_image: ubuntu:focal - ros_distribution: rolling container: image: ${{ matrix.docker_image }} steps: