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 @@ -36,6 +36,80 @@ periodics:
cpu: 6
memory: "28Gi"

- name: ci-kubernetes-unit-ppc64le-1.34
interval: 1h
cluster: k8s-infra-ppc64le-prow-build
decorate: true
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: release-1.34
path_alias: k8s.io/kubernetes
annotations:
testgrid-dashboards: ibm-ppc64le-k8s, ibm-ppc64le-periodics
testgrid-tab-name: ci-kubernetes-unit-ppc64le-1.34
spec:
# unit tests have no business requiring root or doing privileged operations
securityContext:
# NOTE: these are arbitrary non-root values. They don't exist in the
# image and don't need to, the unit tests should only write to TMPDIR
runAsGroup: 2010
runAsUser: 2001
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251021-e2c2c9806f-master
command:
- make
- test
env:
- name: KUBE_TIMEOUT
value: "-timeout=300s"
securityContext:
allowPrivilegeEscalation: false
resources:
requests:
cpu: 6
memory: "28Gi"
limits:
cpu: 6
memory: "28Gi"

- name: ci-kubernetes-unit-ppc64le-1.33
interval: 1h
cluster: k8s-infra-ppc64le-prow-build
decorate: true
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: release-1.33
path_alias: k8s.io/kubernetes
annotations:
testgrid-dashboards: ibm-ppc64le-k8s, ibm-ppc64le-periodics
testgrid-tab-name: ci-kubernetes-unit-ppc64le-1.33
spec:
# unit tests have no business requiring root or doing privileged operations
securityContext:
# NOTE: these are arbitrary non-root values. They don't exist in the
# image and don't need to, the unit tests should only write to TMPDIR
runAsGroup: 2010
runAsUser: 2001
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251021-e2c2c9806f-master
command:
- make
- test
env:
- name: KUBE_TIMEOUT
value: "-timeout=300s"
securityContext:
allowPrivilegeEscalation: false
resources:
requests:
cpu: 6
memory: "28Gi"
limits:
cpu: 6
memory: "28Gi"

- name: ci-kubernetes-integration-master-ppc64le
interval: 1h
cluster: k8s-infra-ppc64le-prow-build
Expand Down