diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml index 09d01ac3a4ccb..deb6ca9b9ec9b 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml @@ -343,23 +343,3 @@ presubmits: name: "" resources: {} trigger: (?m)^/test tf-lint - - agent: kubernetes - always_run: true - context: ci/prow/yaml-lint - decorate: true - name: pull-ci-openshift-installer-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - ./hack/yaml-lint.sh - command: - - sh - env: - - name: IS_CONTAINER - value: "TRUE" - image: quay.io/coreos/yamllint - imagePullPolicy: Always - name: "" - resources: {} - trigger: (?m)^/test yaml-lint