Skip to content

Commit 91e54b7

Browse files
committed
Disable redundant pull-containerd-build job
This job's function of building containerd artifacts on pull requests is already covered by the `binaries` job in containerd's GitHub Actions: https://github.com/containerd/containerd/blob/v2.1.3/.github/workflows/ci.yml#L183 Disabling this job is a step towards the larger goal of migrating containerd's CI off of the community-owned `prow.k8s.io` infrastructure. Disabling this job by setting `always_run: false` and `optional: true` as a non-disruptive first step before its eventual removal. Signed-off-by: Chris Henzie <[email protected]>
1 parent 69e9bf8 commit 91e54b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/jobs/containerd/containerd/containerd-presubmit-jobs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
presubmits:
22
containerd/containerd:
33
- name: pull-containerd-build
4-
always_run: true
4+
always_run: false
5+
optional: true
56
cluster: k8s-infra-prow-build
67
branches:
78
- main

0 commit comments

Comments
 (0)