Skip to content

Commit 8dff02b

Browse files
committed
Ingate: skip tests when not making source code changes
Ensure to skip paths not relevant to code change. Signed-off-by: Arnaud Meukam <[email protected]>
1 parent f33fedf commit 8dff02b

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)