From 8b2450fd4c2ef2880143e6956ae61df35946e8e6 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Thu, 4 Jul 2024 13:32:03 +0100 Subject: [PATCH] containerdisks: Remove centos presubmit CentOS 7 is now EOL and no longer sync'd as of https://github.com/kubevirt/containerdisks/pull/148 so we can now remove the presubmit. Signed-off-by: Lee Yarwood --- .../containerdisks-presubmits.yaml | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/github/ci/prow-deploy/files/jobs/kubevirt/containerdisks/containerdisks-presubmits.yaml b/github/ci/prow-deploy/files/jobs/kubevirt/containerdisks/containerdisks-presubmits.yaml index e2ef6656fb..17eabc5ff6 100644 --- a/github/ci/prow-deploy/files/jobs/kubevirt/containerdisks/containerdisks-presubmits.yaml +++ b/github/ci/prow-deploy/files/jobs/kubevirt/containerdisks/containerdisks-presubmits.yaml @@ -87,41 +87,6 @@ presubmits: privileged: true nodeSelector: type: bare-metal-external - - always_run: false - run_if_changed: "artifacts/centos/.*" - annotations: - testgrid-create-test-group: "false" - cluster: kubevirt-prow-workloads - decorate: true - decoration_config: - grace_period: 5m0s - timeout: 1h0m0s - labels: - preset-podman-in-container-enabled: "true" - preset-docker-mirror-proxy: "true" - max_concurrency: 11 - name: pull-containerdisks-pipeline-centos - spec: - containers: - - command: - - /usr/local/bin/runner.sh - - /bin/sh - - -c - - ./pipeline.sh - env: - - name: GIMME_GO_VERSION - value: "1.22.2" - - name: FOCUS - value: "centos:*" - image: quay.io/kubevirtci/golang:v20240607-febc467 - name: "" - resources: - requests: - memory: 12Gi - securityContext: - privileged: true - nodeSelector: - type: bare-metal-external - always_run: false run_if_changed: "artifacts/centosstream/.*" annotations: