Skip to content

Commit 3f2e659

Browse files
committed
Re-enable compaction conformance tests in kind-alpha-beta test suites
1 parent 688ad46 commit 3f2e659

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

config/jobs/kubernetes/sig-network/sig-network-kind.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -947,10 +947,8 @@ periodics:
947947
value: '{"api/all":"true"}'
948948
- name: LABEL_FILTER
949949
value: "(Conformance || sig-network ) && !Feature: containsAny {Networking-IPv6, LoadBalancer, IPv6DualStack} && !Disruptive && !Flaky"
950-
# ListFromCacheSnapshot does not implement the compaction behavior for watch cache defined in "Servers with support for API chunking should support continue listing from the last key if the original version has been compacted away" conformance test so it flakes
951-
# Ref: https://issues.k8s.io/131011
952950
- name: SKIP
953-
value: Servers.with.support.for.API.chunking.should.support.continue.listing.from.the.last.key.if.the.original.version.has.been.compacted.away|SCTPConnectivity
951+
value: SCTPConnectivity
954952
- name: PARALLEL
955953
value: "true"
956954
# we need privileged mode in order to do docker in docker

config/jobs/kubernetes/sig-testing/kubernetes-kind-ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ periodics:
134134
value: '{"api/alpha":"true", "api/ga":"true"}'
135135
- name: LABEL_FILTER
136136
value: "Feature: isSubsetOf OffByDefault && !BetaOffByDefault && !Deprecated && !Slow && !Disruptive && !Flaky"
137-
# ListFromCacheSnapshot does not implement the compaction behavior for watch cache defined in "Servers with support for API chunking should support continue listing from the last key if the original version has been compacted away" conformance test so it flakes
138-
# Ref: https://issues.k8s.io/131011
139-
- name: SKIP
140-
value: Servers.with.support.for.API.chunking.should.support.continue.listing.from.the.last.key.if.the.original.version.has.been.compacted.away
141137
- name: PARALLEL
142138
value: "true"
143139
# we need privileged mode in order to do docker in docker
@@ -236,10 +232,6 @@ periodics:
236232
value: '{"api/all":"true"}'
237233
- name: LABEL_FILTER
238234
value: "Feature: isSubsetOf OffByDefault && !Deprecated && !Slow && !Disruptive && !Flaky"
239-
# ListFromCacheSnapshot does not implement the compaction behavior for watch cache defined in "Servers with support for API chunking should support continue listing from the last key if the original version has been compacted away" conformance test so it flakes
240-
# Ref: https://issues.k8s.io/131011
241-
- name: SKIP
242-
value: Servers.with.support.for.API.chunking.should.support.continue.listing.from.the.last.key.if.the.original.version.has.been.compacted.away
243235
- name: PARALLEL
244236
value: "true"
245237
# we need privileged mode in order to do docker in docker

0 commit comments

Comments
 (0)