Revert "Add temporary test playbook and job"

This reverts commit 17154e0b64e3abcc207502b04bed1d536cc78eeb.

Change-Id: Iddb47304ebcbf27ef581d7fc13fb34fcc49bf2a1
diff --git a/playbooks/test-playbook.yaml b/playbooks/test-playbook.yaml
deleted file mode 100644
index ed465a7..0000000
--- a/playbooks/test-playbook.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- hosts: all
-  tasks:
-    - name: Debug sleep
-      shell: sleep 3600
diff --git a/zuul.d/sp-cinder.yaml b/zuul.d/sp-cinder.yaml
index 1756579..829370b 100644
--- a/zuul.d/sp-cinder.yaml
+++ b/zuul.d/sp-cinder.yaml
@@ -271,28 +271,6 @@
       kolla_cinder_volume_image_full: "cts.storpool.com/kolla/ubuntu-binary-cinder-volume:zed-ubuntu-jammy-pre-release"
       tempest_test_regex: volume
 
-- job:
-    name: test-job
-    pre-run:
-      - playbooks/setup-openstack-client/pre.yaml
-    run: playbooks/test-playbook.yaml
-    cleanup-run:
-      - playbooks/setup-openstack-client/post.yaml
-    timeout: 10800
-    nodeset: ubuntu2204-openstack-multi-node-mixed
-    attempts: 1
-    secrets:
-      # openstack-client
-      - name: OPENSTACK_DATA
-        secret: OPENSTACK_DATA
-      - name: RESOLVED_DATA
-        secret: RESOLVED_DATA
-    vars:
-      os_venv: "~/sp-venv-openstack"
-      zuul_copy_output:
-        /etc/multipath.conf: logs_txt
-        /etc/iscsi/iscsid.conf: logs_txt
-
 - project:
     name: openstack/cinder
     check:
@@ -321,10 +299,3 @@
 #      jobs:
 #        - kolla-cinder-storpool-tempest-iscsi-multipath:
 #            branches: master
-
-- project:
-    name: kolla-experiments
-    check:
-      jobs:
-        - test-job:
-            branches: master
\ No newline at end of file