Skip to content
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
6 changes: 3 additions & 3 deletions config/jobs/kubernetes-sigs/kind/kind-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ presubmits:
- cd ./../../k8s.io/kubernetes && ./../../sigs.k8s.io/kind/hack/ci/e2e.sh
env:
- name: LABEL_FILTER
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky"
value: "Conformance && Feature: isEmpty && !Slow && !Disruptive && !Flaky && !Serial"
- name: PARALLEL
value: "true"
- name: IP_FAMILY
Expand Down Expand Up @@ -236,7 +236,7 @@ presubmits:
- cd ./../../k8s.io/kubernetes && ./../../sigs.k8s.io/kind/hack/ci/e2e.sh
env:
- name: LABEL_FILTER
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky"
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky && !Serial"
- name: PARALLEL
value: "true"
# we need privileged mode in order to do docker in docker
Expand Down Expand Up @@ -278,7 +278,7 @@ presubmits:
- cd ./../../k8s.io/kubernetes && ./../../sigs.k8s.io/kind/hack/ci/e2e.sh
env:
- name: LABEL_FILTER
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky"
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky && !Serial"
- name: PARALLEL
value: "true"
# we need privileged mode in order to do docker in docker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ presubmits:
- name: "PARALLEL"
value: "true"
- name: LABEL_FILTER
value: "!Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy"
value: "!Serial && !Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy"
- name: SKIP
value: \[Feature:SCTPConnectivity\]
command:
Expand Down Expand Up @@ -79,7 +79,7 @@ presubmits:
- name: "PARALLEL"
value: "true"
- name: LABEL_FILTER
value: "!Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy"
value: "!Serial && !Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy"
- name: SKIP
value: \[Feature:SCTPConnectivity\]
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ presubmits:
- ./../test-infra/experiment/dependencies/update-dependencies-and-run-tests.sh --test-mode kind
env:
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
Expand Down Expand Up @@ -119,6 +120,7 @@ presubmits:
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-network/sig-network-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ periodics:
- name: RUNTIME_CONFIG
value: '{"api/all":"true"}'
- name: LABEL_FILTER
value: "(Conformance || sig-network ) && !Feature: containsAny {Networking-IPv6, LoadBalancer, IPv6DualStack} && !Disruptive && !Flaky"
value: "(Conformance || sig-network ) && !Serial && !Feature: containsAny {Networking-IPv6, LoadBalancer, IPv6DualStack} && !Disruptive && !Flaky"
- name: SKIP
value: SCTPConnectivity
- name: PARALLEL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ periodics:
-C "${PATH%%:*}/" && e2e-k8s.sh
env:
- name: LABEL_FILTER
value: 'Feature: isEmpty && !Slow && !Disruptive && !Flaky'
value: '!Serial && Feature: isEmpty && !Slow && !Disruptive && !Flaky'
- name: PARALLEL
value: "true"
image: gcr.io/k8s-staging-test-infra/krte:v20250925-95b5a2c7a5-1.34
Expand Down Expand Up @@ -1076,7 +1076,7 @@ periodics:
- name: IP_FAMILY
value: ipv6
- name: LABEL_FILTER
value: 'Feature: isEmpty && !Slow && !Disruptive && !Flaky'
value: '!Serial && Feature: isEmpty && !Slow && !Disruptive && !Flaky'
- name: PARALLEL
value: "true"
image: gcr.io/k8s-staging-test-infra/krte:v20250925-95b5a2c7a5-1.34
Expand Down Expand Up @@ -1202,6 +1202,7 @@ presubmits:
--test-mode kind
env:
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: 'Feature: isEmpty && !Slow && !Disruptive && !Flaky'
- name: PARALLEL
value: "true"
Expand Down Expand Up @@ -1280,6 +1281,7 @@ presubmits:
- -C "${PATH%%:*}/" && e2e-k8s.sh
env:
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: 'Feature: isEmpty && !Slow && !Disruptive && !Flaky'
- name: PARALLEL
value: "true"
Expand Down
32 changes: 12 additions & 20 deletions config/jobs/kubernetes/sig-testing/kubernetes-kind-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ presubmits:
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
- name: LABEL_FILTER
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky"
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky && !Serial"
- name: PARALLEL
value: "true"
# we need privileged mode in order to do docker in docker
Expand Down Expand Up @@ -70,7 +70,7 @@ presubmits:
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
- name: LABEL_FILTER
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky"
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky && !Serial"
- name: PARALLEL
value: "true"
# we need privileged mode in order to do docker in docker
Expand Down Expand Up @@ -112,7 +112,7 @@ presubmits:
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
- name: LABEL_FILTER
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky"
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky && !Serial"
- name: PARALLEL
value: "true"
# enable IPV6 in bootstrap image
Expand Down Expand Up @@ -162,7 +162,7 @@ presubmits:
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
- name: LABEL_FILTER
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky"
value: "Feature: isEmpty && !Slow && !Disruptive && !Flaky && !Serial"
- name: PARALLEL
value: "true"
# enable IPV6 in bootstrap image
Expand Down Expand Up @@ -300,6 +300,7 @@ presubmits:
- name: RUNTIME_CONFIG
value: '{"api/beta":"true", "api/ga":"true"}'
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: "Feature: isSubsetOf OffByDefault && !Alpha && !Deprecated && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
Expand Down Expand Up @@ -345,11 +346,8 @@ presubmits:
value: '{"AllBeta":true}'
- name: RUNTIME_CONFIG
value: '{"api/beta":"true", "api/ga":"true"}'
- name: FOCUS
value: ""
- name: SKIP
value: ""
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: "Feature: isEmpty && !Deprecated && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
Expand Down Expand Up @@ -395,11 +393,8 @@ presubmits:
value: '{"AllBeta":true}'
- name: RUNTIME_CONFIG
value: '{"api/beta":"true", "api/ga":"true"}'
- name: FOCUS
value: ""
- name: SKIP
value: ""
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: "Conformance && !Deprecated && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
Expand Down Expand Up @@ -447,6 +442,7 @@ presubmits:
- name: RUNTIME_CONFIG
value: '{"api/all":"true"}'
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: "Feature: isSubsetOf OffByDefault && !Deprecated && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
Expand Down Expand Up @@ -493,11 +489,8 @@ presubmits:
value: '{"AllAlpha":true,"AllBeta":true,"EventedPLEG":false}'
- name: RUNTIME_CONFIG
value: '{"api/all":"true"}'
- name: FOCUS
value: ""
- name: SKIP
value: ""
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: "Feature: isEmpty && !Deprecated && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
Expand Down Expand Up @@ -544,11 +537,8 @@ presubmits:
value: '{"AllAlpha":true,"AllBeta":true,"EventedPLEG":false}'
- name: RUNTIME_CONFIG
value: '{"api/all":"true"}'
- name: FOCUS
value: ""
- name: SKIP
value: ""
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: "Conformance && !Deprecated && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
Expand Down Expand Up @@ -595,6 +585,7 @@ presubmits:
- name: RUNTIME_CONFIG
value: '{"api/all":"true"}'
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: "Feature: isSubsetOf OffByDefault && !Deprecated && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
Expand Down Expand Up @@ -653,6 +644,7 @@ presubmits:
- name: RUNTIME_CONFIG
value: '{"api/alpha":"true", "api/ga":"true"}'
- name: LABEL_FILTER
# Includes serial tests for the sake of completeness.
value: "Feature: isSubsetOf EventedPLEG && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
Expand Down