diff --git a/ci-operator/config/openshift/prometheus-community-windows_exporter/openshift-prometheus-community-windows_exporter-release-4.22.yaml b/ci-operator/config/openshift/prometheus-community-windows_exporter/openshift-prometheus-community-windows_exporter-release-4.22.yaml new file mode 100644 index 0000000000000..1d18849a2d8f9 --- /dev/null +++ b/ci-operator/config/openshift/prometheus-community-windows_exporter/openshift-prometheus-community-windows_exporter-release-4.22.yaml @@ -0,0 +1,40 @@ +base_images: + base: + name: "4.22" + namespace: ocp + tag: base + ocp_builder_rhel-9-golang-1.25-openshift-4.22: + name: builder + namespace: ocp + tag: rhel-9-golang-1.25-openshift-4.22 +build_root: + image_stream_tag: + name: builder + namespace: ocp + tag: rhel-9-golang-1.25-openshift-4.22 +resources: + '*': + limits: + memory: 4Gi + requests: + cpu: 100m + memory: 200Mi +tests: +- as: build + steps: + test: + - as: test + commands: | + git clone --branch master --single-branch https://github.com/openshift/promu.git openshift-promu + cd openshift-promu/ + GOBIN=/go/src/github.com/openshift/prometheus-community-windows_exporter go install . + cd /go/src/github.com/openshift/prometheus-community-windows_exporter + GOOS=windows ./promu build -v + from: src + resources: + requests: + cpu: 100m +zz_generated_metadata: + branch: release-4.22 + org: openshift + repo: prometheus-community-windows_exporter