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