Skip to content

Commit 1b84503

Browse files
feat: migrate pull-release-cluster-up job into community cluster
1 parent 223f947 commit 1b84503

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/jobs/kubernetes/release/release-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
presubmits:
22
kubernetes/release:
33
- name: pull-release-cluster-up
4+
cluster: k8s-infra-prow-build
45
run_if_changed: '^push-build.sh'
56
labels:
67
preset-service-account: "true"
@@ -35,6 +36,10 @@ presubmits:
3536
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-master
3637
resources:
3738
requests:
39+
cpu: 4
40+
memory: "6Gi"
41+
limits:
42+
cpu: 4
3843
memory: "6Gi"
3944
securityContext:
4045
privileged: true

0 commit comments

Comments
 (0)