diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3f7b3699..2c9a3d6b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,25 +21,25 @@ jobs: env: - ROS_DISTRO: melodic ROS_REPO: main - UPSTREAM_WORKSPACE: .ci.rosinstall + UPSTREAM_WORKSPACE: .melodic.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: noetic ROS_REPO: main - UPSTREAM_WORKSPACE: .ci.rosinstall + UPSTREAM_WORKSPACE: .noetic.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_REPO: testing - UPSTREAM_WORKSPACE: .ci.rosinstall + UPSTREAM_WORKSPACE: .melodic.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: noetic ROS_REPO: testing - UPSTREAM_WORKSPACE: .ci.rosinstall + UPSTREAM_WORKSPACE: .noetic.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 diff --git a/.ci.rosinstall b/.melodic.rosinstall similarity index 100% rename from .ci.rosinstall rename to .melodic.rosinstall diff --git a/.noetic.rosinstall b/.noetic.rosinstall new file mode 100644 index 000000000..36c3f298a --- /dev/null +++ b/.noetic.rosinstall @@ -0,0 +1,8 @@ +- git: + uri: https://github.com/ros-industrial/universal_robot.git + local-name: universal_robot + version: melodic-devel-staging +- git: + uri: https://github.com/ros-industrial/ur_msgs.git + local-name: ur_msgs + version: melodic-devel