Skip to content

Commit

Permalink
Merge pull request #31818 from alessandrocapanna/migrate-pull-release…
Browse files Browse the repository at this point in the history
…-cluster-up-job-to-community-cluster

feat: migrate pull-release-cluster-up job into community cluster
  • Loading branch information
k8s-ci-robot authored Feb 6, 2024
2 parents 13c11d7 + 6ab173d commit 6935828
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes/release:
- name: pull-release-cluster-up
cluster: k8s-infra-prow-build
run_if_changed: '^push-build.sh'
labels:
preset-service-account: "true"
Expand Down Expand Up @@ -29,12 +30,15 @@ presubmits:
- --gcp-nodes=4
- --gcp-zone=us-west1-b
- --provider=gce
- --stage=gs://kubernetes-release-pull/ci/pull-release-cluster-up
- --test_args=--ginkgo.focus=definitely-not-a-real-focus
- --timeout=65m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-master
resources:
requests:
cpu: 4
memory: "6Gi"
limits:
cpu: 4
memory: "6Gi"
securityContext:
privileged: true
Expand Down

0 comments on commit 6935828

Please sign in to comment.