diff --git a/.gitlab-ci/packet.yml b/.gitlab-ci/packet.yml
index 353e0eedc3be7da110a5b3aee4b4d0526494d382..9e6bc9733c389eb468ffe26a3fa61677717bc9f8 100644
--- a/.gitlab-ci/packet.yml
+++ b/.gitlab-ci/packet.yml
@@ -80,13 +80,6 @@ packet_ubuntu18-cilium-sep:
   except: ['triggers']
   only: ['master', /^pr-.*$/]
 
-packet_rhel7-weave:
-  stage: deploy-part2
-  <<: *packet
-  when: manual
-  except: ['triggers']
-  only: ['master', /^pr-.*$/]
-
 packet_debian9-calico-upgrade:
   stage: deploy-part2
   <<: *packet
@@ -94,13 +87,6 @@ packet_debian9-calico-upgrade:
   except: ['triggers']
   only: ['master', /^pr-.*$/]
 
-packet_rhel7-canal-sep:
-  stage: deploy-special
-  <<: *packet
-  when: manual
-  except: ['triggers']
-  only: ['master', /^pr-.*$/]
-
 packet_centos7-calico-ha:
   stage: deploy-part2
   <<: *packet
diff --git a/tests/files/packet_rhel7-canal-sep.yml b/tests/files/packet_rhel7-canal-sep.yml
deleted file mode 100644
index 36041e8291449153dc15f072b11032e37b1e13ba..0000000000000000000000000000000000000000
--- a/tests/files/packet_rhel7-canal-sep.yml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-# Instance settings
-cloud_image: rhel-server-7
-mode: separate
-
-# Kubespray settings
-kube_network_plugin: canal
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_rhel7-weave.yml b/tests/files/packet_rhel7-weave.yml
deleted file mode 100644
index 167a3913acb8a00ae966f89d43fb3af4a37e86d6..0000000000000000000000000000000000000000
--- a/tests/files/packet_rhel7-weave.yml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-# Instance settings
-cloud_image: rhel-server-7
-mode: default
-
-# Kubespray settings
-kube_network_plugin: weave
-deploy_netchecker: true
-dns_min_replicas: 1