Skip to content

Commit d6a6ae3

Browse files
authored
Merge pull request #8602 from upodroid/tweak-scale-boskos-projects
move 3 scale projects to the 5k scale pool
2 parents ba12755 + 535a109 commit d6a6ae3

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

infra/gcp/terraform/boskos/main.tf

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

kubernetes/gke-prow-build/prow/boskos-resources-configmap.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)