From 4726a110fc6f6428a1caf04168ee9ded198a833f Mon Sep 17 00:00:00 2001
From: Kay Yan <yankay@users.noreply.github.com>
Date: Fri, 10 Jun 2022 18:35:47 +0800
Subject: [PATCH] remove-support-for-ansible-2.9-2.10 (#8951)

---
 .gitlab-ci/packet.yml                           | 17 -----------------
 .../packet_ubuntu20-calico-aio-ansible-2_10.yml |  1 -
 .../packet_ubuntu20-calico-aio-ansible-2_9.yml  |  1 -
 3 files changed, 19 deletions(-)
 delete mode 120000 tests/files/packet_ubuntu20-calico-aio-ansible-2_10.yml
 delete mode 120000 tests/files/packet_ubuntu20-calico-aio-ansible-2_9.yml

diff --git a/.gitlab-ci/packet.yml b/.gitlab-ci/packet.yml
index a0d514c5c..663742a0c 100644
--- a/.gitlab-ci/packet.yml
+++ b/.gitlab-ci/packet.yml
@@ -31,23 +31,6 @@ packet_ubuntu20-calico-aio:
   variables:
     RESET_CHECK: "true"
 
-# Exericse ansible variants during the nightly jobs
-packet_ubuntu20-calico-aio-ansible-2_9:
-  stage: deploy-part1
-  extends: .packet_periodic
-  when: on_success
-  variables:
-    ANSIBLE_MAJOR_VERSION: "2.9"
-    RESET_CHECK: "true"
-
-packet_ubuntu20-calico-aio-ansible-2_10:
-  stage: deploy-part1
-  extends: .packet_periodic
-  when: on_success
-  variables:
-    ANSIBLE_MAJOR_VERSION: "2.10"
-    RESET_CHECK: "true"
-
 packet_ubuntu20-calico-aio-ansible-2_11:
   stage: deploy-part1
   extends: .packet_periodic
diff --git a/tests/files/packet_ubuntu20-calico-aio-ansible-2_10.yml b/tests/files/packet_ubuntu20-calico-aio-ansible-2_10.yml
deleted file mode 120000
index 10064637f..000000000
--- a/tests/files/packet_ubuntu20-calico-aio-ansible-2_10.yml
+++ /dev/null
@@ -1 +0,0 @@
-packet_ubuntu20-calico-aio.yml
\ No newline at end of file
diff --git a/tests/files/packet_ubuntu20-calico-aio-ansible-2_9.yml b/tests/files/packet_ubuntu20-calico-aio-ansible-2_9.yml
deleted file mode 120000
index 10064637f..000000000
--- a/tests/files/packet_ubuntu20-calico-aio-ansible-2_9.yml
+++ /dev/null
@@ -1 +0,0 @@
-packet_ubuntu20-calico-aio.yml
\ No newline at end of file
-- 
GitLab