File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
config/jobs/kubernetes-sigs/kube-network-policies Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ periodics:
26
26
value : " true"
27
27
- name : LABEL_FILTER
28
28
value : " !Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy || Conformance"
29
+ - name : SKIP
30
+ value : \[Feature:SCTPConnectivity\]
29
31
command :
30
32
- wrapper.sh
31
33
- bash
@@ -79,6 +81,8 @@ periodics:
79
81
value : " true"
80
82
- name : LABEL_FILTER
81
83
value : " !Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy || Conformance"
84
+ - name : SKIP
85
+ value : \[Feature:SCTPConnectivity\]
82
86
command :
83
87
- wrapper.sh
84
88
- bash
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ presubmits:
27
27
value : " true"
28
28
- name : LABEL_FILTER
29
29
value : " !Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy"
30
+ - name : SKIP
31
+ value : \[Feature:SCTPConnectivity\]
30
32
command :
31
33
- wrapper.sh
32
34
- bash
@@ -78,6 +80,8 @@ presubmits:
78
80
value : " true"
79
81
- name : LABEL_FILTER
80
82
value : " !Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy"
83
+ - name : SKIP
84
+ value : \[Feature:SCTPConnectivity\]
81
85
command :
82
86
- wrapper.sh
83
87
- bash
You can’t perform that action at this time.
0 commit comments