diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml index d784f8ee5189d..28aca99bf9fa7 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml @@ -153,3 +153,22 @@ presubmits: - sh args: - ./hack/tf-fmt.sh + + - name: ci-pull-openshift-installer-bazel-build-tarball + trigger: "(?m)^/test build-tarball" + rerun_command: "/test build-tarball" + context: ci/prow/build-tarball + always_run: true + skip_report: false + agent: kubernetes + decorate: true + spec: + containers: + - image: quay.io/coreos/tectonic-builder:bazel-v0.3 + env: + - name: IS_CONTAINER + value: "TRUE" + command: + - sh + args: + - ./hack/test-bazel-build-tarball.sh