Skip to content

Commit 6a150f6

Browse files
authored
Merge pull request #35797 from BenTheElder/kind-informing
promote additional kind alpha/beta jobs to release informing
2 parents 2b47567 + 06441b2 commit 6a150f6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ periodics:
153153
cluster: k8s-infra-prow-build
154154
name: ci-kubernetes-e2e-kind-beta-enabled
155155
annotations:
156-
testgrid-dashboards: sig-testing-kind
156+
testgrid-dashboards: sig-release-master-informing, sig-testing-kind
157157
testgrid-tab-name: kind-master-beta-enabled
158158
description: Runs tests with no special requirements in a KinD cluster where beta feature gates and APIs are enabled, i.e. this does not include tests for off-by-default beta features.
159-
159+
160160
testgrid-num-columns-recent: '6'
161161
labels:
162162
preset-dind-enabled: "true"
@@ -202,10 +202,10 @@ periodics:
202202
cluster: k8s-infra-prow-build
203203
name: ci-kubernetes-e2e-kind-beta-enabled-conformance
204204
annotations:
205-
testgrid-dashboards: sig-testing-kind
205+
testgrid-dashboards: sig-release-master-informing, sig-testing-kind
206206
testgrid-tab-name: kind-master-beta-enabled-conformance
207207
description: Runs conformance tests in a KinD cluster where beta feature gates and APIs are enabled.
208-
208+
209209
testgrid-num-columns-recent: '6'
210210
labels:
211211
preset-dind-enabled: "true"
@@ -357,10 +357,10 @@ periodics:
357357
cluster: k8s-infra-prow-build
358358
name: ci-kubernetes-e2e-kind-alpha-beta-enabled
359359
annotations:
360-
testgrid-dashboards: sig-testing-kind
360+
testgrid-dashboards: sig-release-master-informing, sig-testing-kind
361361
testgrid-tab-name: kind-master-alpha-beta-enabled
362362
description: Runs tests with no special requirements in a KinD cluster where alpha and beta feature gates and APIs are enabled, i.e. this does not include tests for alpha features and off-by-default beta features.
363-
363+
364364
testgrid-num-columns-recent: '6'
365365
labels:
366366
preset-dind-enabled: "true"
@@ -407,10 +407,10 @@ periodics:
407407
cluster: k8s-infra-prow-build
408408
name: ci-kubernetes-e2e-kind-alpha-beta-conformance
409409
annotations:
410-
testgrid-dashboards: sig-testing-kind
410+
testgrid-dashboards: sig-release-master-informing,sig-testing-kind
411411
testgrid-tab-name: kind-master-alpha-beta-enabled-conformance
412412
description: Runs conformance tests in a KinD cluster where alpha and beta feature gates and APIs are enabled.
413-
413+
414414
testgrid-num-columns-recent: '6'
415415
labels:
416416
preset-dind-enabled: "true"

0 commit comments

Comments
 (0)