diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml index 28aca99bf9fa..734afc2e1efb 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml @@ -172,3 +172,23 @@ presubmits: - sh args: - ./hack/test-bazel-build-tarball.sh + + - name: ci-pull-openshift-installer-go-vet + trigger: "(?m)^/test go-vet" + rerun_command: "/test go-vet" + context: ci/prow/go-vet + always_run: true + skip_report: false + agent: kubernetes + decorate: true + spec: + containers: + - image: quay.io/coreos/golang-testing + env: + - name: IS_CONTAINER + value: 'TRUE' + command: + - sh + args: + - ./hack/go-vet.sh + - ./...