File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
infra/gcp/terraform/boskos
kubernetes/gke-prow-build/prow Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,20 @@ locals {
2929 boskos_gpu_e2e_projects = [
3030 for i in range (" 01" , " 10" ) : format (" k8s-infra-e2e-boskos-gpu-%02d" , i)
3131 ]
32+ # these are special boskos projects used for debugging prow jobs + the 5k project
33+ dev_boskos_projects = [
34+ " k8s-infra-e2e-gce-project" ,
35+ " k8s-infra-e2e-gpu-project" ,
36+ " k8s-infra-e2e-ingress-project" ,
37+ " k8s-infra-e2e-node-e2e-project" ,
38+ " k8s-infra-e2e-scale-project" ,
39+ " k8s-infra-e2e-scale-5k-project" ,
40+ ]
3241 boskos_projects = concat (
3342 local. boskos_e2e_projects ,
3443 local. boskos_scale_e2e_projects ,
35- local. boskos_gpu_e2e_projects
44+ local. boskos_gpu_e2e_projects ,
45+ local. dev_boskos_projects
3646 )
3747}
3848
Original file line number Diff line number Diff line change @@ -207,13 +207,14 @@ data:
207207 - k8s-infra-e2e-boskos-scale-25
208208 - k8s-infra-e2e-boskos-scale-26
209209 - k8s-infra-e2e-boskos-scale-27
210- - k8s-infra-e2e-boskos-scale-28
211- - k8s-infra-e2e-boskos-scale-29
212- - k8s-infra-e2e-boskos-scale-30
213210 state: dirty
214211 type: scalability-project
215212 - names:
216213 - k8s-infra-e2e-scale-5k-project
214+ # uncomment after the quotas have been bumped
215+ # - k8s-infra-e2e-boskos-scale-28
216+ # - k8s-infra-e2e-boskos-scale-29
217+ # - k8s-infra-e2e-boskos-scale-30
217218 state: dirty
218219 type: scalability-scale-project
219220 - names:
You can’t perform that action at this time.
0 commit comments