From e976ed2730908983dfa44df72d0b3373d2e73c32 Mon Sep 17 00:00:00 2001 From: Miguel Prada <miguel.prada@tecnalia.com> Date: Thu, 22 May 2025 12:39:33 +0200 Subject: [PATCH] Drop Melodic related tests --- .gitlab-ci.yml | 10 ---------- test/auto_rules_melodic_noetic.yml | 5 ----- test/core_with_noetic.yml | 5 ----- 3 files changed, 20 deletions(-) delete mode 100644 test/auto_rules_melodic_noetic.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac694c3..3ecddc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,11 +28,6 @@ deploy_devcontainer: project: tecnalia_robotics/ci_test_repos/simple_ros_test strategy: depend -simple_ros_melodic_test: - extends: .simple_ros_test - variables: - TEMPLATE_TO_USE: ci-templates/auto-rules/melodic-default.yml - simple_ros_noetic_test: extends: .simple_ros_test variables: @@ -42,8 +37,3 @@ simple_ros_core_with_noetic_test: extends: .simple_ros_test variables: TEMPLATE_TO_USE: test/core_with_noetic.yml - -simple_ros_auto_rules_melodic_noetic_test: - extends: .simple_ros_test - variables: - TEMPLATE_TO_USE: test/auto_rules_melodic_noetic.yml diff --git a/test/auto_rules_melodic_noetic.yml b/test/auto_rules_melodic_noetic.yml deleted file mode 100644 index 26e5143..0000000 --- a/test/auto_rules_melodic_noetic.yml +++ /dev/null @@ -1,5 +0,0 @@ -include: ci-templates/auto-rules/no-default.yml - -variables: - BUILD_MELODIC: 1 - BUILD_NOETIC: 1 diff --git a/test/core_with_noetic.yml b/test/core_with_noetic.yml index ce063ed..b1e2422 100644 --- a/test/core_with_noetic.yml +++ b/test/core_with_noetic.yml @@ -1,10 +1,5 @@ include: ci-templates/core.yml -industrial_ci_melodic: - extends: .industrial_ci - variables: - ROS_DISTRO: melodic - industrial_ci_noetic: extends: .industrial_ci variables: -- GitLab