From 136bd0e41ca3c9b140183b6145464e3bb9c55def Mon Sep 17 00:00:00 2001 From: Pawel Krupa Date: Tue, 11 Sep 2018 12:16:28 +0200 Subject: [PATCH] use redhat tooling image --- .../openshift/installer/openshift-installer-presubmits.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml index e416459ed1801..69ad245de7484 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml @@ -319,7 +319,7 @@ presubmits: env: - name: IS_CONTAINER value: "TRUE" - image: quay.io/coreos/golang-testing + image: openshift/origin-release:golang-1.10 name: "" resources: {} trigger: (?m)^/test go-fmt @@ -339,7 +339,7 @@ presubmits: env: - name: IS_CONTAINER value: "TRUE" - image: quay.io/coreos/golang-testing + image: openshift/origin-release:golang-1.10 name: "" resources: {} trigger: (?m)^/test go-vet @@ -359,7 +359,7 @@ presubmits: env: - name: IS_CONTAINER value: "TRUE" - image: quay.io/coreos/golang-testing + image: openshift/origin-release:golang-1.10 name: "" resources: {} trigger: (?m)^/test golint