Skip to content

Commit

Permalink
[WIP]Migrate k8s/sig-release prowjobs to eks
Browse files Browse the repository at this point in the history
Signed-off-by: ArkaSaha30 <[email protected]>
  • Loading branch information
ArkaSaha30 committed Jun 13, 2023
1 parent 0ed1a04 commit f708ac8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
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

0 comments on commit f708ac8

Please sign in to comment.