Skip to content

Commit 91e92bc

Browse files
author
root
committed
Unit-test jobs for 1.34 and 1.33 branches on ppc64le
1 parent 2380718 commit 91e92bc

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

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

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,80 @@ periodics:
3636
cpu: 6
3737
memory: "28Gi"
3838

39+
- name: ci-kubernetes-unit-ppc64le-1.34
40+
interval: 1h
41+
cluster: k8s-infra-ppc64le-prow-build
42+
decorate: true
43+
extra_refs:
44+
- org: kubernetes
45+
repo: kubernetes
46+
base_ref: release-1.34
47+
path_alias: k8s.io/kubernetes
48+
annotations:
49+
testgrid-dashboards: ibm-ppc64le-k8s, ibm-ppc64le-periodics
50+
testgrid-tab-name: ci-kubernetes-unit-ppc64le-1.34
51+
spec:
52+
# unit tests have no business requiring root or doing privileged operations
53+
securityContext:
54+
# NOTE: these are arbitrary non-root values. They don't exist in the
55+
# image and don't need to, the unit tests should only write to TMPDIR
56+
runAsGroup: 2010
57+
runAsUser: 2001
58+
containers:
59+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251021-e2c2c9806f-master
60+
command:
61+
- make
62+
- test
63+
env:
64+
- name: KUBE_TIMEOUT
65+
value: "-timeout=300s"
66+
securityContext:
67+
allowPrivilegeEscalation: false
68+
resources:
69+
requests:
70+
cpu: 6
71+
memory: "28Gi"
72+
limits:
73+
cpu: 6
74+
memory: "28Gi"
75+
76+
- name: ci-kubernetes-unit-ppc64le-1.33
77+
interval: 1h
78+
cluster: k8s-infra-ppc64le-prow-build
79+
decorate: true
80+
extra_refs:
81+
- org: kubernetes
82+
repo: kubernetes
83+
base_ref: release-1.33
84+
path_alias: k8s.io/kubernetes
85+
annotations:
86+
testgrid-dashboards: ibm-ppc64le-k8s, ibm-ppc64le-periodics
87+
testgrid-tab-name: ci-kubernetes-unit-ppc64le-1.33
88+
spec:
89+
# unit tests have no business requiring root or doing privileged operations
90+
securityContext:
91+
# NOTE: these are arbitrary non-root values. They don't exist in the
92+
# image and don't need to, the unit tests should only write to TMPDIR
93+
runAsGroup: 2010
94+
runAsUser: 2001
95+
containers:
96+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251021-e2c2c9806f-master
97+
command:
98+
- make
99+
- test
100+
env:
101+
- name: KUBE_TIMEOUT
102+
value: "-timeout=300s"
103+
securityContext:
104+
allowPrivilegeEscalation: false
105+
resources:
106+
requests:
107+
cpu: 6
108+
memory: "28Gi"
109+
limits:
110+
cpu: 6
111+
memory: "28Gi"
112+
39113
- name: ci-kubernetes-integration-master-ppc64le
40114
interval: 1h
41115
cluster: k8s-infra-ppc64le-prow-build

0 commit comments

Comments
 (0)