Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pleg: enable tests on file changes #33463

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,7 @@ presubmits:
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
testgrid-tab-name: pr-crio-cgrpv1-evented-pleg-gce-e2e
always_run: false
run_if_changed: '^(pkg\/kubelet\/pleg)'
optional: true
max_concurrency: 12
labels:
Expand Down
1 change: 1 addition & 0 deletions config/jobs/kubernetes/sig-testing/kubernetes-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ presubmits:
- name: pull-kubernetes-e2e-kind-evented-pleg
cluster: k8s-infra-prow-build
optional: true
run_if_changed: '^(pkg\/kubelet\/pleg)'
always_run: false
decorate: true
skip_branches:
Expand Down