From 73fb625c35fe8263a1dd8e2123392e0d15b72068 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Mon, 15 Dec 2025 12:19:06 -0600 Subject: [PATCH] kube-compare: remove golangci-lint --- .../openshift-kube-compare-main.yaml | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/ci-operator/config/openshift/kube-compare/openshift-kube-compare-main.yaml b/ci-operator/config/openshift/kube-compare/openshift-kube-compare-main.yaml index d3607ea2ee2e8..947c688e0e180 100644 --- a/ci-operator/config/openshift/kube-compare/openshift-kube-compare-main.yaml +++ b/ci-operator/config/openshift/kube-compare/openshift-kube-compare-main.yaml @@ -1,8 +1,16 @@ base_images: - golangci-lint: - name: golangci-lint - namespace: ci - tag: v1.64.8 + ocp_4.21_cli: + name: "4.22" + namespace: ocp + tag: cli + ocp_builder_rhel-8-golang-1.24-openshift-4.21: + name: builder + namespace: ocp + tag: rhel-8-golang-1.24-openshift-4.21 + ocp_builder_rhel-9-golang-1.24-openshift-4.21: + name: builder + namespace: ocp + tag: rhel-9-golang-1.24-openshift-4.21 binary_build_commands: GOFLAGS="-mod=readonly" make build build_root: image_stream_tag: @@ -57,13 +65,6 @@ tests: container: from: bin run_if_changed: ^addon-tools/report-creator/*$ -- as: golint - commands: | - make golangci-lint - container: - clone: true - from: golangci-lint - skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$) - as: security optional: true steps: