Skip to content

Commit

Permalink
containerdisks: Remove centos presubmit (#3507)
Browse files Browse the repository at this point in the history
CentOS 7 is now EOL and no longer sync'd as of
kubevirt/containerdisks#148 so we can now remove
the presubmit.

Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
  • Loading branch information
lyarwood committed Jul 5, 2024
1 parent 9db2f48 commit 9a7e357
Showing 1 changed file with 0 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a7e357

Please sign in to comment.