Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sig-release: migrate build jobs to community-owned clusters #29730

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions config/jobs/kubernetes/sig-release/kubernetes-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ presubmits:
optional: true
always_run: false
run_if_changed: '(^.go-version)|(^build/build-image/)|(^hack/lib/golang.sh)|(^build/common.sh)'
cluster: eks-prow-build-cluster
decorate: true
labels:
preset-dind-enabled: "true"
Expand Down Expand Up @@ -120,6 +121,7 @@ periodics:

- interval: 4h
name: ci-release-build-packages-debs
cluster: eks-prow-build-cluster
decorate: true
spec:
containers:
Expand All @@ -130,6 +132,9 @@ periodics:
args:
- debs
resources:
limits:
cpu: 4
memory: "8Gi"
requests:
cpu: 4
memory: "8Gi"
Expand All @@ -144,6 +149,7 @@ periodics:

- interval: 4h
name: ci-release-build-packages-rpms
cluster: eks-prow-build-cluster
decorate: true
spec:
containers:
Expand All @@ -154,6 +160,9 @@ periodics:
args:
- rpms
resources:
limits:
cpu: 4
memory: "8Gi"
requests:
cpu: 4
memory: "8Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ presubmits:
- always_run: false
branches:
- release-1.24
cluster: eks-prow-build-cluster
context: pull-kubernetes-e2e-kops-aws
labels:
preset-aws-credential: "true"
Expand Down Expand Up @@ -631,7 +632,11 @@ presubmits:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230513-7e1db2f1bb-1.24
name: ""
resources:
limits:
cpu: "2"
memory: 6Gi
requests:
cpu: "2"
memory: 6Gi
securityContext:
privileged: true
Expand Down Expand Up @@ -1001,6 +1006,7 @@ presubmits:
- always_run: false
branches:
- release-1.24
cluster: eks-prow-build-cluster
context: pull-kubernetes-node-e2e-containerd-kubetest2
decorate: true
decoration_config:
Expand Down Expand Up @@ -1721,6 +1727,7 @@ presubmits:
- always_run: false
branches:
- release-1.24
cluster: eks-prow-build-cluster
context: pull-perf-tests-clusterloader2
decorate: true
decoration_config:
Expand Down Expand Up @@ -1787,6 +1794,7 @@ presubmits:
- always_run: false
branches:
- release-1.24
cluster: eks-prow-build-cluster
context: pull-perf-tests-clusterloader2-kubemark
decorate: true
decoration_config:
Expand Down