Kubernetes Prow Robot
08dd9951f5
Merge pull request #126886 from pohly/scheduler-perf-output
...
scheduler_perf: output
2024-08-26 22:23:40 +01:00
Kubernetes Prow Robot
8bbc0636b9
Merge pull request #126911 from macsko/scheduler_perf_throughput_fixes
...
Fix wrong throughput threshold for one scheduler_perf test case
2024-08-26 18:42:17 +01:00
Kubernetes Prow Robot
0bcbc3b77a
Merge pull request #124003 from carlory/scheduler-rm-non-csi-limit
...
kube-scheduler remove non-csi volumelimit plugins
2024-08-26 12:02:13 +01:00
Maciej Skoczeń
7a88548755
Add workload name to failed threshold log
2024-08-26 07:44:52 +00:00
Maciej Skoczeń
71c9b9e2b0
Fix wrong throughput threshold for SchedulingRequiredPodAntiAffinityWithNSSelector test
2024-08-26 07:40:04 +00:00
Maciej Skoczeń
48dc6ff43c
Disable scheduler_perf performance DRA tests
2024-08-26 07:35:36 +00:00
Kubernetes Prow Robot
7b80cdb66a
Merge pull request #126645 from cici37/cleanupFG
...
Remove feature gate ValiatingAdmissionPolicy after being stable for two releases
2024-08-23 18:07:55 +01:00
Kubernetes Prow Robot
605e94f6df
Merge pull request #126871 from macsko/set_thresholds_in_scheduler_perf
...
Set scheduling throughput thresholds in scheduler_perf tests
2024-08-23 16:39:54 +01:00
Maciej Skoczeń
48a8cb2bc5
Document throughput thresholds in scheduler_perf readme
2024-08-23 14:22:48 +00:00
Patrick Ohly
bf1188d292
scheduler_perf: only store log output after failures
...
Reconfiguring the logging infrastructure with a per-test output file mimicks
the behavior of per-test output (log output captured only on failures) while
still using the normal logging code, which is important for benchmarking.
To enable this behavior, the ARTIFACT env variable must be set.
2024-08-23 16:02:45 +02:00
Patrick Ohly
6cbdef850c
scheduler_perf: normal error handling during node creation
...
Calling klog.Fatalf is not a good way to report problems. It kills the entire
test run, without given other code a chance to react.
2024-08-23 16:02:45 +02:00
Maciej Skoczeń
d0e3fc3561
Set scheduling throughput thresholds in scheduler_perf tests
2024-08-23 12:48:28 +00:00
Patrick Ohly
cc9234cffd
test etcd: avoid potential data race
...
If the caller needs to reconfigure klog, then calling klog without proper
synchronizing while stopping causes a data race. We have to ensure that
the goroutine has terminated before stop returns.
2024-08-23 14:31:17 +02:00
Kubernetes Prow Robot
a1fc2551ba
Merge pull request #126144 from likakuli/cleanup-unusedparamters
...
cleanup: remove scheduler_perf unused parameters
2024-08-22 19:29:40 +01:00
Cici Huang
0f19faf9be
Remove feature gate ValiatingAdmissionPolicy after stable.
2024-08-22 17:39:18 +00:00
Kubernetes Prow Robot
e855753ca6
Merge pull request #126848 from carlory/ref-124136
...
Fix hotloop once the watch closes
2024-08-22 16:32:24 +01:00
Kubernetes Prow Robot
77737c3eb3
Merge pull request #126512 from kmala/metrics
...
add resource to the transformation metrics
2024-08-21 22:06:26 +01:00
Keerthan Reddy Mala
3a8df1efdd
add resource to the transformation metrics
2024-08-21 09:52:24 -07:00
carlory
231d9af5fe
Fix hotloop once the watch closes
2024-08-22 00:03:26 +08:00
Kubernetes Prow Robot
b1aadefec8
Merge pull request #126556 from carlory/ref-124136
...
Collect more info for debugging #124136
2024-08-21 15:22:05 +01:00
Kubernetes Prow Robot
ad6ed1376e
Merge pull request #126629 from carlory/add-owners
...
put volumescheduling and volume intergation test under SIG-Storage reviewing
2024-08-21 12:44:57 +01:00
carlory
9c9a1623d2
put volumescheduling and volume intergation test under SIG-Storage reviewing
2024-08-21 18:38:00 +08:00
Kubernetes Prow Robot
beb696c2c9
Merge pull request #126305 from richabanker/optimize-tests
...
Init common apiserver for all testcases in CEL tests
2024-08-21 02:04:59 +01:00
Maciej Skoczeń
77372cf3cf
Label short workloads in scheduler_perf tests
2024-08-20 10:04:30 +00:00
Maciej Skoczeń
09fc399837
Add label to select short workloads in scheduler_perf tests
2024-08-20 10:04:30 +00:00
Maciej Skoczeń
a2cd8aa539
Make smaller workloads for scheduler_perf integration tests
2024-08-20 10:04:25 +00:00
Richa Banker
4acedb5132
init a common apiserver for TestAuthorizationDecisionCaching testcases
2024-08-16 10:52:30 -07:00
Richa Banker
342ecab56a
init a common apiserver for Test_ValidateSecondaryAuthorization testcases
2024-08-16 10:52:30 -07:00
Richa Banker
99eaa71f0e
init a common apiserver for TestCRDParams testcases
2024-08-16 10:52:30 -07:00
Richa Banker
de2730a9a6
split Test_CostLimitForValidation into feature-enabled and feature-disabled tests, init a common apiserver for all testcases
2024-08-16 10:52:30 -07:00
Richa Banker
1e03472fe8
init a common apiserver for Test_ValidateNamespace_WithConfigMapParams testcases
2024-08-16 10:52:29 -07:00
Richa Banker
9df04b7c78
split Test_ValidateNamespace_NoParams into successes and failures tests, init a common apiserver for all testcases
2024-08-16 10:52:29 -07:00
Kubernetes Prow Robot
983875b2f5
Merge pull request #126337 from macsko/add_larger_scheduler_perf_test_cases
...
Add larger scheduler_perf test cases
2024-08-16 09:44:38 -07:00
Kubernetes Prow Robot
114900ab1f
Merge pull request #126523 from enj/enj/i/ssa_authz_create_err
...
SSA: improve create authz error message
2024-08-16 08:38:38 -07:00
Maciej Skoczeń
3b7b50a2cc
Create fresh etcd instance for each workload in scheduler_perf
2024-08-16 08:19:52 +00:00
Monis Khan
6398b8a19f
Remove KMSv2 and KMSv2KDF feature gates
...
These have been GA since v1.29 and can be safely removed.
Signed-off-by: Monis Khan <mok@microsoft.com >
2024-08-14 17:05:18 -04:00
Kubernetes Prow Robot
1ecb491ce5
Merge pull request #126658 from macsko/measure_metrics_only_for_specific_op
...
Measure metrics only during a specific op in scheduler_perf
2024-08-14 03:16:28 -07:00
Kubernetes Prow Robot
b50a23b6ef
Merge pull request #126286 from xyz-li/test_empty_list
...
integration/api: check field items in empty List
2024-08-14 03:16:19 -07:00
Kubernetes Prow Robot
f15ce180b5
Merge pull request #126451 from aramase/aramase/t/oidc_int_tests_parallel
...
Run `apiserver/oidc` integration tests in parallel
2024-08-13 21:04:12 -07:00
Kubernetes Prow Robot
6cf49df138
Merge pull request #126158 from macsko/use_generics_in_scheduling_queue_heap
...
Use generics in scheduling queue's heap
2024-08-13 21:03:02 -07:00
Kubernetes Prow Robot
ea1143efc7
Merge pull request #126022 from macsko/new_node_to_status_map_structure
...
Change structure of NodeToStatus map in scheduler
2024-08-13 21:02:55 -07:00
Maciej Skoczeń
5894e201fa
Measure metrics only during a specific op in scheduler_perf
2024-08-13 12:34:06 +00:00
carlory
b6ef1c80e2
Collect more info for debugging #124136
2024-08-07 16:39:07 +08:00
carlory
cba2b3f773
kube-scheduler remove non-csi volumelimit plugins
2024-08-05 15:02:32 +08:00
Monis Khan
857127f7c4
SSA: improve create authz error message
...
Signed-off-by: Monis Khan <mok@microsoft.com >
2024-08-02 17:20:53 -04:00
Monis Khan
d76eae46fc
SSA: add integration test to exercise authz
...
Signed-off-by: Monis Khan <mok@microsoft.com >
2024-08-02 17:04:51 -04:00
xyz-li
e38b7dcaf7
integration/api: check field items in empty List
...
Signed-off-by: xyz-li <hui0787411@163.com >
2024-07-31 08:49:57 +08:00
Anish Ramasekar
d8d0bbff2d
Run apiserver/oidc integration tests in parallel
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com >
2024-07-29 16:58:47 -07:00
Feilian Xie
ebdca53805
[sample-apiserver] Fix: Use Correct Effective Version for kube ( #125941 )
...
* Fix slice copy of VersionedSpecs in FeatureGate.
Signed-off-by: Siyuan Zhang <sizhang@google.com >
* Update wardle to kube version mapping
Signed-off-by: Siyuan Zhang <sizhang@google.com >
Signed-off-by: Feilian Xie <fxie@redhat.com >
Co-authored-by: Feilian Xie <fxie@redhat.com >
* Add cap to wardleEmulationVersionToKubeEmulationVersion.
Signed-off-by: Siyuan Zhang <sizhang@google.com >
* Add integration test for default BanFlunder behavior in version 1.2 without Wardle feature gate.
Signed-off-by: Siyuan Zhang <sizhang@google.com >
---------
Signed-off-by: Siyuan Zhang <sizhang@google.com >
Signed-off-by: Feilian Xie <fxie@redhat.com >
Co-authored-by: Siyuan Zhang <sizhang@google.com >
2024-07-26 12:03:52 -07:00
Kubernetes Prow Robot
5f5c02da51
Merge pull request #124012 from Jefftree/le-controller
...
Coordinated Leader Election
2024-07-25 13:05:53 -07:00