diff --git a/ci-operator/config/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-main.yaml b/ci-operator/config/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-main.yaml index 6c92c86df1759..e24f298d2c6b6 100644 --- a/ci-operator/config/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-main.yaml +++ b/ci-operator/config/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-main.yaml @@ -2,7 +2,7 @@ build_root: image_stream_tag: name: release namespace: openshift - tag: golang-1.17 + tag: rhel-8-release-golang-1.19-openshift-4.14 resources: '*': requests: @@ -10,7 +10,8 @@ resources: memory: 200Mi tests: - as: unit - commands: make test + commands: GOFLAGS= XDG_DATA_HOME=/tmp/.local/share XDG_CACHE_HOME=/tmp/.cache make + test container: from: src optional: true