Skip to content

Commit bc14c57

Browse files
committed
kind-alpha-beta-features: serial experiment fix
Deprecated features are not usable in the AllAlpha/Beta cluster config and have to be skipped. That means we loose coverage for them while deprecated and still supported, unless feature owners set up dedicated jobs! Testgrid name also was not as intended.
1 parent 947c063 commit bc14c57

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ periodics:
302302
name: ci-kubernetes-e2e-kind-alpha-beta-features-canary
303303
annotations:
304304
testgrid-dashboards: sig-testing-kind
305-
testgrid-tab-name: kind-master-alpha-beta
305+
testgrid-tab-name: kind-master-alpha-beta-features-canary
306306
description: Runs tests with no special requirements other than alpha or beta feature gates in a KinD cluster where alpha and beta feature gates and APIs are enabled. In contrast to ci-kubernetes-e2e-kind-alpha-beta-features it really runs all such tests, with flaky tests being the only exception.
307307
testgrid-alert-email: [email protected]
308308
testgrid-num-columns-recent: '6'
@@ -332,8 +332,9 @@ periodics:
332332
- name: RUNTIME_CONFIG
333333
value: '{"api/all":"true"}'
334334
- name: LABEL_FILTER
335-
# Full coverage. The only exception are known flaky tests.
336-
value: "Feature: isSubsetOf OffByDefault && !Flaky"
335+
# Full coverage. The only exception are known flaky tests
336+
# and deprecated features because those don't get enabled by AllAlpha/Beta.
337+
value: "Feature: isSubsetOf OffByDefault && !Deprecated && !Flaky"
337338
- name: PARALLEL
338339
value: "true"
339340
# we need privileged mode in order to do docker in docker

0 commit comments

Comments
 (0)