Skip to content

Commit dfdf790

Browse files
committed
Make node E2E presubmit optional for containerd
K8s node E2E tests now run via Github Actions on containerd pull requests, as part of the containerd migration off of Prow: containerd/containerd#11486 Given that these tests are stable, we can proceed with marking these Prow tests as optional on containerd pull requests. The job for the 1.6 branch was left untouched because the node E2E tests that run as Github Actions do not work on that branch, however 1.6 is past EOL and so we can remove this job once we remove the other containerd jobs. Signed-off-by: Chris Henzie <[email protected]>
1 parent 9e2b394 commit dfdf790

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ presubmits:
3737
memory: 6Gi
3838

3939
- name: pull-containerd-node-e2e
40-
always_run: true
40+
always_run: false
41+
optional: true
4142
cluster: k8s-infra-prow-build
4243
max_concurrency: 8
4344
decorate: true
@@ -97,7 +98,8 @@ presubmits:
9798
memory: 6Gi
9899

99100
- name: pull-containerd-node-e2e-1-7
100-
always_run: true
101+
always_run: false
102+
optional: true
101103
cluster: k8s-infra-prow-build
102104
max_concurrency: 8
103105
decorate: true

0 commit comments

Comments
 (0)