Skip to content

Commit 3bcca7d

Browse files
authored
Merge pull request #29926 from prateekgogia/add_cl2_test_kops
Reduce scheduler throughput for CL2 test on kops
2 parents 56e06d7 + 38e4717 commit 3bcca7d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

config/jobs/kubernetes/kops/build_jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,7 @@ def generate_presubmits_scale():
10761076
artifacts='$(ARTIFACTS)',
10771077
env={
10781078
'RUN_CL2_TEST': "true",
1079+
'CL2_SCHEDULER_THROUGHPUT_THRESHOLD': "25",
10791080
}
10801081
)
10811082
]

config/jobs/kubernetes/kops/kops-presubmits-scale.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ presubmits:
107107
value: $(ARTIFACTS)
108108
- name: RUN_CL2_TEST
109109
value: "true"
110+
- name: CL2_SCHEDULER_THROUGHPUT_THRESHOLD
111+
value: "25"
110112
- name: CLOUD_PROVIDER
111113
value: "aws"
112114
- name: CLUSTER_NAME

0 commit comments

Comments
 (0)