diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-presubmits.yaml index 5243aebf283dd..74933644b5f2a 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-presubmits.yaml @@ -97,7 +97,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(all| go-fmt),?(\s+|$)) @@ -117,7 +117,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(all| go-vet),?(\s+|$)) @@ -137,7 +137,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(all| golint),?(\s+|$)) diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-presubmits.yaml index 1e030e7f70845..aa8ed073de939 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-presubmits.yaml @@ -97,7 +97,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(all| go-fmt),?(\s+|$)) @@ -117,7 +117,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(all| go-vet),?(\s+|$)) @@ -137,7 +137,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(all| golint),?(\s+|$))