Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ periodics:
annotations:
testgrid-dashboards: ibm-ppc64le-k8s, ibm-ppc64le-periodics
testgrid-tab-name: ci-kubernetes-unit-ppc64le
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '2'
spec:
# unit tests have no business requiring root or doing privileged operations
securityContext:
Expand Down Expand Up @@ -51,6 +53,8 @@ periodics:
annotations:
testgrid-dashboards: ibm-ppc64le-k8s, ibm-ppc64le-periodics
testgrid-tab-name: ci-kubernetes-integration-master-ppc64le
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '2'
description: "Ends up running: make test-integration"
spec:
containers:
Expand Down Expand Up @@ -85,6 +89,8 @@ periodics:
annotations:
testgrid-dashboards: ibm-ppc64le-k8s, ibm-ppc64le-periodics
testgrid-tab-name: ci-kubernetes-integration-1-34-ppc64le
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '2'
description: "Ends up running: make test-integration"
spec:
containers:
Expand Down Expand Up @@ -119,6 +125,8 @@ periodics:
annotations:
testgrid-dashboards: ibm-ppc64le-k8s, ibm-ppc64le-periodics
testgrid-tab-name: ci-kubernetes-integration-1-33-ppc64le
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '2'
description: "Ends up running: make test-integration"
spec:
containers:
Expand Down Expand Up @@ -159,6 +167,8 @@ periodics:
description: Runs conformance tests using kubetest2 against kubernetes ci latest on IBM powervs
testgrid-dashboards: ibm-ppc64le-e2e, ibm-ppc64le-k8s, conformance-ppc64le, ibm-k8s-e2e
testgrid-tab-name: ci-kubernetes-ppc64le-conformance-latest-kubetest2
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '2'
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251021-e2c2c9806f-master
Expand Down Expand Up @@ -242,6 +252,8 @@ periodics:
description: Runs e2e-node tests using kubetest2 on IBM powervs
testgrid-dashboards: ibm-ppc64le-node-e2e, ibm-ppc64le-k8s, sig-node-ppc64le
testgrid-tab-name: ci-kubernetes-ppc64le-e2e-node-latest-kubetest2
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '2'
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251021-e2c2c9806f-master
Expand Down Expand Up @@ -313,6 +325,8 @@ periodics:
description: Runs e2e tests with alpha enabled feature gates against kubernetes ci latest on IBM powervs
testgrid-dashboards: ibm-ppc64le-e2e, ibm-ppc64le-k8s, ibm-k8s-e2e
testgrid-tab-name: ci-kubernetes-ppc64le-e2e-alpha-enabled-default
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '2'
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251021-e2c2c9806f-master
Expand Down Expand Up @@ -380,6 +394,8 @@ periodics:
description: Runs e2e tests with against kubernetes ci latest on IBM powervs
testgrid-dashboards: ibm-ppc64le-e2e, ibm-ppc64le-k8s, ibm-k8s-e2e
testgrid-tab-name: ci-kubernetes-e2e-ppc64le-default
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '2'
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251021-e2c2c9806f-master
Expand Down Expand Up @@ -444,6 +460,8 @@ periodics:
description: Runs E2E slow tests using kubetest2 against kubernetes ci latest on IBM powervs
testgrid-dashboards: ibm-ppc64le-e2e, ibm-ppc64le-k8s, ibm-k8s-e2e
testgrid-tab-name: ci-kubernetes-ppc64le-e2e-slow-kubetest2
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '2'
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251021-e2c2c9806f-master
Expand Down Expand Up @@ -507,6 +525,8 @@ periodics:
description: Runs E2E serial tests using kubetest2 against kubernetes ci latest on IBM powervs
testgrid-dashboards: ibm-ppc64le-e2e, ibm-ppc64le-k8s, ibm-k8s-e2e
testgrid-tab-name: ci-kubernetes-e2e-ppc64le-serial-kubetest2
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '2'
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251021-e2c2c9806f-master
Expand Down