Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# sigs.k8s.io/cluster-capacity presubmits
presubmits:
kubernetes-sigs/cluster-capacity:
- name: pull-cluster-capacity-verify-gofmt-release-1-30
- name: pull-cluster-capacity-verify-gofmt-release-1-34
cluster: eks-prow-build-cluster
decorate: true
path_alias: sigs.k8s.io/cluster-capacity
branches:
# The script this job runs is not in all branches.
- ^release-1.30$
- ^release-1.34$
always_run: true
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.22.3
- image: public.ecr.aws/docker/library/golang:1.24.6
command:
- make
args:
Expand All @@ -23,17 +23,17 @@ presubmits:
limits:
cpu: 2
memory: 4Gi
- name: pull-cluster-capacity-verify-build-release-1-30
- name: pull-cluster-capacity-verify-build-release-1-34
cluster: eks-prow-build-cluster
decorate: true
path_alias: sigs.k8s.io/cluster-capacity
branches:
# The script this job runs is not in all branches.
- ^release-1.30$
- ^release-1.34$
always_run: true
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.22.3
- image: public.ecr.aws/docker/library/golang:1.24.6
command:
- make
args:
Expand All @@ -45,17 +45,17 @@ presubmits:
limits:
cpu: 2
memory: 4Gi
- name: pull-cluster-capacity-unit-test-release-1-30
- name: pull-cluster-capacity-unit-test-release-1-34
cluster: eks-prow-build-cluster
decorate: true
path_alias: sigs.k8s.io/cluster-capacity
branches:
# The script this job runs is not in all branches.
- ^release-1.30$
- ^release-1.34$
always_run: true
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.22.3
- image: public.ecr.aws/docker/library/golang:1.24.6
command:
- make
args:
Expand All @@ -67,11 +67,11 @@ presubmits:
limits:
cpu: 2
memory: 4Gi
- name: pull-cluster-capacity-test-e2e-k8s-release-1-30-1-30
- name: pull-cluster-capacity-test-e2e-k8s-release-1-34-1-34
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-release-1.30-1.30
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-release-1.34-1.34
decorate: true
decoration_config:
timeout: 20m
Expand All @@ -81,7 +81,7 @@ presubmits:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
branches:
- release-1.30
- release-1.34
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
Expand All @@ -90,7 +90,7 @@ presubmits:
- runner.sh
env:
- name: KUBERNETES_VERSION
value: "v1.30.4"
value: "v1.34.0"
- name: KIND_E2E
value: "true"
args:
Expand All @@ -106,11 +106,11 @@ presubmits:
limits:
cpu: 2
memory: 4Gi
- name: pull-cluster-capacity-test-e2e-k8s-release-1-30-1-29
- name: pull-cluster-capacity-test-e2e-k8s-release-1-34-1-33
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-release-1.30-1.29
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-release-1.34-1.33
decorate: true
decoration_config:
timeout: 20m
Expand All @@ -120,7 +120,7 @@ presubmits:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
branches:
- release-1.30
- release-1.34
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
Expand All @@ -129,7 +129,7 @@ presubmits:
- runner.sh
env:
- name: KUBERNETES_VERSION
value: "v1.29.8"
value: "v1.33.0"
- name: KIND_E2E
value: "true"
args:
Expand All @@ -145,11 +145,11 @@ presubmits:
limits:
cpu: 2
memory: 4Gi
- name: pull-cluster-capacity-test-e2e-k8s-release-1-30-1-28
- name: pull-cluster-capacity-test-e2e-k8s-release-1-34-1-32
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-release-1.30-1.28
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-release-1.34-1.32
decorate: true
decoration_config:
timeout: 20m
Expand All @@ -159,7 +159,7 @@ presubmits:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
branches:
- release-1.30
- release-1.34
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
Expand All @@ -168,7 +168,7 @@ presubmits:
- runner.sh
env:
- name: KUBERNETES_VERSION
value: "v1.28.9"
value: "v1.32.3"
- name: KIND_E2E
value: "true"
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ presubmits:
always_run: true
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.24.2
- image: public.ecr.aws/docker/library/golang:1.24.6
command:
- make
args:
Expand All @@ -33,7 +33,7 @@ presubmits:
always_run: true
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.24.2
- image: public.ecr.aws/docker/library/golang:1.24.6
command:
- make
args:
Expand All @@ -55,7 +55,7 @@ presubmits:
always_run: true
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.24.2
- image: public.ecr.aws/docker/library/golang:1.24.6
command:
- make
args:
Expand All @@ -67,11 +67,11 @@ presubmits:
limits:
cpu: 2
memory: 4Gi
- name: pull-cluster-capacity-test-e2e-k8s-master-1-33
- name: pull-cluster-capacity-test-e2e-k8s-master-1-34
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-master-1.33
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-master-1.34
decorate: true
decoration_config:
timeout: 20m
Expand All @@ -90,7 +90,7 @@ presubmits:
- runner.sh
env:
- name: KUBERNETES_VERSION
value: "v1.33.0"
value: "v1.34.0"
- name: KIND_E2E
value: "true"
args:
Expand All @@ -106,11 +106,11 @@ presubmits:
limits:
cpu: 2
memory: 4Gi
- name: pull-cluster-capacity-test-e2e-k8s-master-1-32
- name: pull-cluster-capacity-test-e2e-k8s-master-1-33
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-master-1.32
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-master-1.33
decorate: true
decoration_config:
timeout: 20m
Expand All @@ -129,7 +129,7 @@ presubmits:
- runner.sh
env:
- name: KUBERNETES_VERSION
value: "v1.32.3"
value: "v1.33.0"
- name: KIND_E2E
value: "true"
args:
Expand All @@ -145,11 +145,11 @@ presubmits:
limits:
cpu: 2
memory: 4Gi
- name: pull-cluster-capacity-test-e2e-k8s-master-1-31
- name: pull-cluster-capacity-test-e2e-k8s-master-1-32
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-master-1.31
testgrid-tab-name: pull-cluster-capacity-test-e2e-k8s-master-1.32
decorate: true
decoration_config:
timeout: 20m
Expand All @@ -168,7 +168,7 @@ presubmits:
- runner.sh
env:
- name: KUBERNETES_VERSION
value: "v1.31.6"
value: "v1.32.3"
- name: KIND_E2E
value: "true"
args:
Expand Down