Skip to content

Commit 91ba5c4

Browse files
authored
Merge pull request #35340 from upodroid/rework-ibm-board
rework the ibm testgrid dashboard
2 parents 6386fa4 + 76a4162 commit 91ba5c4

File tree

6 files changed

+40
-46
lines changed

6 files changed

+40
-46
lines changed

config/jobs/etcd/etcd-periodics.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ periodics:
4646
repo: etcd
4747
base_ref: main
4848
annotations:
49-
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le
49+
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le, ibm-etcd-ppc64le
5050
testgrid-tab-name: ci-etcd-e2e-ppc64le
5151
spec:
5252
containers:
@@ -143,7 +143,7 @@ periodics:
143143
repo: etcd
144144
base_ref: main
145145
annotations:
146-
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le
146+
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le, ibm-etcd-ppc64le
147147
testgrid-tab-name: ci-etcd-unit-test-ppc64le
148148
spec:
149149
containers:
@@ -593,7 +593,7 @@ periodics:
593593
repo: etcd
594594
base_ref: main
595595
annotations:
596-
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le
596+
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le, ibm-etcd-ppc64le
597597
testgrid-tab-name: ci-etcd-integration-1-cpu-ppc64le
598598
spec:
599599
containers:
@@ -691,7 +691,7 @@ periodics:
691691
base_ref: main
692692
decorate: true
693693
annotations:
694-
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le
694+
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le, ibm-etcd-ppc64le
695695
testgrid-tab-name: ci-etcd-integration-2-cpu-ppc64le
696696
spec:
697697
containers:
@@ -789,7 +789,7 @@ periodics:
789789
base_ref: main
790790
decorate: true
791791
annotations:
792-
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le
792+
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le, ibm-etcd-ppc64le
793793
testgrid-tab-name: ci-etcd-integration-4-cpu-ppc64le
794794
spec:
795795
containers:
@@ -891,7 +891,7 @@ periodics:
891891
repo: etcd
892892
base_ref: release-3.6
893893
annotations:
894-
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le
894+
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le, ibm-etcd-ppc64le
895895
testgrid-tab-name: ci-etcd-e2e-release36-ppc64le
896896
spec:
897897
containers:
@@ -1293,7 +1293,7 @@ periodics:
12931293
repo: etcd
12941294
base_ref: release-3.6
12951295
annotations:
1296-
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le
1296+
testgrid-dashboards: sig-etcd-periodics, sig-etcd-ppc64le, ibm-etcd-ppc64le
12971297
testgrid-tab-name: ci-etcd-integration-1-cpu-release36-ppc64le
12981298
spec:
12991299
containers:

config/jobs/kubernetes-sigs/cluster-api-provider-ibmcloud/cluster-api-provider-ibmcom-periodics-main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ periodics:
33
cluster: eks-prow-build-cluster
44
interval: 12h
55
decorate: true
6+
annotations:
7+
testgrid-dashboards: ibm-periodics, ibm-cluster-api
8+
testgrid-tab-name: periodic-cluster-api-provider-ibmcloud-coverage
69
extra_refs:
710
- org: kubernetes-sigs
811
repo: cluster-api-provider-ibmcloud

config/jobs/kubernetes/cloud-provider-ibmcloud/cloud-provider-ibmcloud-periodics.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ periodics:
99
base_ref: master
1010
path_alias: k8s.io/kubernetes
1111
annotations:
12-
testgrid-dashboards: ibm-k8s-unit-tests-ppc64le
12+
testgrid-dashboards: ibm-k8s-ppc64le, ibm-periodics
1313
testgrid-tab-name: ci-kubernetes-unit-ppc64le
1414
spec:
1515
# unit tests have no business requiring root or doing privileged operations
@@ -51,7 +51,7 @@ periodics:
5151
workdir: true
5252
annotations:
5353
description: Runs conformance tests using kubetest2 against kubernetes ci latest on IBM powervs
54-
testgrid-dashboards: ibm-k8s-conformance-ppc64le, conformance-ppc64le
54+
testgrid-dashboards: ibm-k8s-e2e, ibm-k8s-ppc64le, conformance-ppc64le
5555
testgrid-tab-name: ci-kubernetes-ppc64le-conformance-latest-kubetest2
5656
spec:
5757
containers:
@@ -148,7 +148,7 @@ periodics:
148148
workdir: true
149149
annotations:
150150
description: Runs e2e-node tests using kubetest2 on IBM powervs
151-
testgrid-dashboards: ibm-k8s-e2e-node-ppc64le, sig-node-ppc64le
151+
testgrid-dashboards: ibm-node-e2e, ibm-k8s-ppc64le, sig-node-ppc64le
152152
testgrid-tab-name: ci-kubernetes-ppc64le-e2e-node-latest-kubetest2
153153
spec:
154154
containers:
@@ -224,7 +224,7 @@ periodics:
224224
workdir: true
225225
annotations:
226226
description: Runs e2e tests with alpha enabled feature gates against kubernetes ci latest on IBM powervs
227-
testgrid-dashboards: ibm-k8s-e2e-alpha-enabled-default
227+
testgrid-dashboards: ibm-k8s-e2e, ibm-k8s-ppc64le
228228
testgrid-tab-name: ci-kubernetes-ppc64le-e2e-alpha-enabled-default
229229
spec:
230230
containers:
@@ -306,7 +306,7 @@ periodics:
306306
workdir: true
307307
annotations:
308308
description: Runs e2e tests with against kubernetes ci latest on IBM powervs
309-
testgrid-dashboards: ibm-k8s-e2e-default
309+
testgrid-dashboards: ibm-k8s-e2e, ibm-k8s-ppc64le
310310
testgrid-tab-name: ci-kubernetes-e2e-ppc64le-default
311311
spec:
312312
containers:
@@ -384,7 +384,7 @@ periodics:
384384
workdir: true
385385
annotations:
386386
description: Runs E2E slow tests using kubetest2 against kubernetes ci latest on IBM powervs
387-
testgrid-dashboards: ibm-k8s-e2e-slow-ppc64le
387+
testgrid-dashboards: ibm-k8s-e2e, ibm-k8s-ppc64le
388388
testgrid-tab-name: ci-kubernetes-ppc64le-e2e-slow-kubetest2
389389
spec:
390390
containers:
@@ -463,7 +463,7 @@ periodics:
463463
workdir: true
464464
annotations:
465465
description: Runs E2E serial tests using kubetest2 against kubernetes ci latest on IBM powervs
466-
testgrid-dashboards: ibm-k8s-e2e-serial-ppc64le
466+
testgrid-dashboards: ibm-k8s-e2e, ibm-k8s-ppc64le
467467
testgrid-tab-name: ci-kubernetes-e2e-ppc64le-serial-kubetest2
468468
spec:
469469
containers:
File renamed without changes.

config/testgrids/ibm/config.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
dashboard_groups:
2+
- name: ibm
3+
dashboard_names:
4+
- ibm-k8s-e2e
5+
- ibm-node-e2e
6+
- ibm-k8s-ppc64le
7+
- ibm-periodics
8+
# - ibm-k8s-s390x
9+
- ibm-cluster-api
10+
- ibm-etcd-ppc64le
11+
# - ibm-etcd-s390x
12+
- ibm-presubmits
13+
14+
dashboards:
15+
- name: ibm-k8s-e2e
16+
- name: ibm-node-e2e
17+
- name: ibm-k8s-ppc64le
18+
# - name: ibm-k8s-s390x
19+
- name: ibm-etcd-ppc64le
20+
# - name: ibm-etcd-s390x
21+
- name: ibm-cluster-api
22+
- name: ibm-presubmits
23+
- name: ibm-periodics

config/testgrids/kubernetes/sig-cloud-provider/ibm/config.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)