Skip to content

Commit

Permalink
Replace kinetic with noetic (#377)
Browse files Browse the repository at this point in the history
Since ROS kinetic reached EOL we can remove the tests for kinetic from this repo

Simultaneously, we should add those for noetic, as there are users for noetic
already.
  • Loading branch information
fmauch authored May 15, 2021
1 parent b549c8f commit f77f680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ jobs:
fail-fast: false
matrix:
env:
- ROS_DISTRO: kinetic
- ROS_DISTRO: melodic
ROS_REPO: main
UPSTREAM_WORKSPACE: .ci.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
- ROS_DISTRO: melodic
- ROS_DISTRO: noetic
ROS_REPO: main
UPSTREAM_WORKSPACE: .ci.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
- ROS_DISTRO: kinetic
- ROS_DISTRO: melodic
ROS_REPO: testing
UPSTREAM_WORKSPACE: .ci.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
- ROS_DISTRO: melodic
- ROS_DISTRO: noetic
ROS_REPO: testing
UPSTREAM_WORKSPACE: .ci.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
Expand Down

0 comments on commit f77f680

Please sign in to comment.