Skip to content

Commit 61ea16b

Browse files
authored
Merge pull request #35655 from pohly/alpha-beta-serial
kind-alpha-beta-features: serial experiment fix
2 parents 4ad1e2d + bc14c57 commit 61ea16b

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)