Skip to content

Commit 340536c

Browse files
authored
Merge pull request kubernetes#33917 from ameukam/skip-e2e-tests
InGate: Skip tests when not making source code changes.
2 parents f33fedf + 8dff02b commit 340536c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/jobs/kubernetes-sigs/ingate/ingate-presubmits.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ presubmits:
22
kubernetes-sigs/ingate:
33
- name: pull-ingate-boilerplate
44
cluster: k8s-infra-prow-build
5-
always_run: true
65
decorate: true
6+
optional: false
7+
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS|OWNERS_ALIAS|SECURITY_CONTACTS)$|^(site|charts)/"
78
decoration_config:
89
timeout: 10m
910
path_alias: sigs.k8s.io/ingate

0 commit comments

Comments
 (0)