diff --git a/ci-operator/step-registry/ipi/ipi-workflow.yaml b/ci-operator/step-registry/ipi/ipi-workflow.yaml deleted file mode 100644 index 50bd4edd577f1..0000000000000 --- a/ci-operator/step-registry/ipi/ipi-workflow.yaml +++ /dev/null @@ -1,10 +0,0 @@ -workflow: - as: ipi - steps: - pre: - - ref: ipi-conf - - chain: ipi-install - post: - - chain: ipi-deprovision - documentation: |- - The IPI workflow provides pre- and post- steps that provision and deprovision an OpenShift cluster on a target IaaS platform, allowing job authors to inject their own end-to-end test logic.