Kubernetes Prow Robot
f82030111f
Merge pull request #126198 from aojea/flaku_lb
...
e2e: fix flake on loadbalancer tests
2024-07-18 13:41:45 -07:00
Kubernetes Prow Robot
c4bd05df1c
Merge pull request #126181 from bitoku/refactor-kubeletseparatediskgc
...
[sig-testing] refactor KubeletSeparateDiskGC nodefeature
2024-07-18 10:39:25 -07:00
Kubernetes Prow Robot
601eb7e9cf
Merge pull request #122922 from marosset/windows-memory-eviction
...
Add support for Windows memory-pressure eviction
2024-07-18 10:39:06 -07:00
Kubernetes Prow Robot
3adafc6a50
Merge pull request #126194 from mimowo/job-e2e-tests-cleanup
...
Format helper scripts in Job e2e tests as multiline for readability
2024-07-18 09:33:39 -07:00
Kubernetes Prow Robot
dda657b598
Merge pull request #126191 from p0lyn0mial/upstream-revert-promote-watch-list-to-beta
...
Revert "Promote WatchList feature to Beta"
2024-07-18 07:39:28 -07:00
Antonio Ojea
fdbe6912d2
e2e: fix flake on loadbalancer tests
...
validating that one endpoint is reachable from one part of the cluster
is not enough condition to consider it will be reachable from any node,
as different Services proxies on different nodes will have different
propagation delays for the EndpointSlices and Services information.
2024-07-18 12:54:54 +00:00
Kubernetes Prow Robot
a491ea7af4
Merge pull request #126092 from pacoxu/fix-node-lease
...
fix node lease e2e flakes
2024-07-18 02:44:43 -07:00
Michal Wozniak
2d680054c1
Format helper scripts in Job e2e tests as multiline for readability
2024-07-18 11:05:36 +02:00
Ayato Tokubi
662ed5a42d
refactor nodefeature
...
Signed-off-by: Ayato Tokubi <atokubi@redhat.com >
2024-07-18 08:45:52 +00:00
Kubernetes Prow Robot
24fbb13eaf
Merge pull request #126113 from googs1025/enqueueExtensions_refactor
...
scheduler: Add ctx param and error return to EnqueueExtensions.EventsToRegister()
2024-07-18 00:53:25 -07:00
Lukasz Szaszkiewicz
367401cd85
Revert "e2e/apimachinery/watchlist: always run WatchList e2e tests"
...
This reverts commit be00cded2d .
2024-07-18 09:29:46 +02:00
googs1025
a3978e8315
scheduler: Add ctx param and error return to EnqueueExtensions.EventsToRegister()
2024-07-18 12:22:17 +08:00
Kubernetes Prow Robot
b68a58d372
Merge pull request #126141 from Nordix/esotsal/fix-126135
...
test/e2e_node: Fix pod_resize tests in CI
2024-07-17 16:29:25 -07:00
Mark Rossetti
3683010a7c
Adding e2e test to validate memory-pressure eviction on Windows
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com >
2024-07-17 15:11:30 -07:00
Kubernetes Prow Robot
5d40866fae
Merge pull request #125994 from carlory/fix-job-api
...
clean up codes after PodDisruptionConditions was promoted to GA
2024-07-17 14:37:09 -07:00
Kubernetes Prow Robot
ef2cb782be
Merge pull request #126172 from haircommander/proc-mount-loosten-test
...
e2e_node: loosen proc mount test
2024-07-17 13:10:09 -07:00
Kubernetes Prow Robot
6aa300c48b
Merge pull request #125482 from mimowo/failure-policy-e2e-conformance
...
Promote JobPodFailurePolicy and PodDisruptionConditions e2e tests to Conformance
2024-07-17 13:09:37 -07:00
Peter Hunt
3d8cb4fa89
e2e_node: loosen proc mount test
...
the exact number of lines/ro lines is not important, just that there are more than 0 ro lines
and more than 1 line total.
this helps accomodate different architectures that implement different kernel APIs
Signed-off-by: Peter Hunt <pehunt@redhat.com >
2024-07-17 13:26:23 -04:00
Michal Wozniak
25d938b481
Promote JobPodFailurePolicy and PodDisruptionConditions e2e tests to Conformance
2024-07-17 18:13:08 +02:00
Maciej Szulik
ce01dfc492
Cleanup unused test functions - cont-ed
...
Following up the work started in 0c0bd6d this is further cleaning up the
test/utils directory getting rid of unused functions.
2024-07-17 16:22:11 +02:00
Kubernetes Prow Robot
ad72be434d
Merge pull request #125417 from bitoku/splitfs
...
KEP-4191: Split Image Filesystem add end-to-end tests
2024-07-16 23:27:06 -07:00
Sotiris Salloumis
3a01281d2f
test/e2e_node: pod_resize tests
...
add NodeAlphaFeature label, as the feature is in alpha to be skipped in CI
add missing Arm64 check
2024-07-17 07:55:44 +02:00
Kubernetes Prow Robot
a6460c4f3e
Merge pull request #126036 from macsko/scheduler_perf_throughput_thresholds
...
Allow to set scheduling throughput thresholds in scheduler_perf tests
2024-07-16 21:43:13 -07:00
Kubernetes Prow Robot
a00c834ebf
Merge pull request #123303 from haircommander/proc-mount-e2e-tests
...
KEP-4265: add e2e tests for ProcMountType
2024-07-16 19:37:05 -07:00
Peter Hunt
a20a8225cf
e2e_node: skip proc mount tests on nodes without userns support in the runtime
...
Signed-off-by: Peter Hunt <pehunt@redhat.com >
Co-authored-by: Sohan Kunkerkar <sohank2602@gmail.com >
2024-07-16 17:46:23 -04:00
Peter Hunt
4f57a1448d
test/e2e: add test to ensure proc mount is stripped from windows pods
...
Signed-off-by: Peter Hunt <pehunt@redhat.com >
2024-07-16 17:46:23 -04:00
Peter Hunt
d6ee9ca860
test/e2e_node: add proc mount tests
...
including one Alpha only test, as the feature is in alpha
Signed-off-by: Peter Hunt <pehunt@redhat.com >
Co-authored-by: Sohan Kunkerkar <sohank2602@gmail.com >
2024-07-16 17:45:26 -04:00
Kubernetes Prow Robot
fc3abdaf2d
Merge pull request #125470 from everpeace/kep-3619-SupplementalGroupsPolicy-e2e
...
KEP-3619: Add NodeStatus.Features.SupplementalGroupsPolicy API and e2e
2024-07-16 13:57:06 -07:00
Kubernetes Prow Robot
7e1cfca8af
Merge pull request #126110 from chengjoey/docs/e2e-pod-traffic
...
add some notes for e2e preserve source pod ip test
2024-07-16 09:20:57 -07:00
Kubernetes Prow Robot
5f7cfdef11
Merge pull request #125993 from macsko/increase_server_timeout_in_scheduler_perf_tests
...
Increase API server timeout in scheduler_perf integration tests
2024-07-16 08:15:10 -07:00
Kubernetes Prow Robot
157f4b94d8
Merge pull request #125753 from SergeyKanzhelev/devicePluginFailuresTests
...
device plugin failure tests
2024-07-16 04:36:59 -07:00
Shingo Omura
a89bb017a3
KEP-3619: implement e2e test for SupplementalGroupsPolicy
2024-07-16 12:36:00 +09:00
Kubernetes Prow Robot
bfffd43108
Merge pull request #124296 from Nordix/esotsal/e2e_node_pod_resize_test
...
Add Pod Resize Node E2E test using framework in test/e2e_node
2024-07-15 19:27:23 -07:00
Kubernetes Prow Robot
2263f2d719
Merge pull request #124148 from cyclinder/add_flag_kubelet
...
kubelet: Add a TopologyManager policy option: max-allowable-numa-nodes
2024-07-15 19:27:16 -07:00
joey
47133919e7
add some notes for e2e preserve source pod ip test
...
Signed-off-by: joey <zchengjoey@gmail.com >
2024-07-16 10:18:05 +08:00
Kubernetes Prow Robot
be776efb00
Merge pull request #125967 from vinayakankugoyal/kep4633
...
KEP-4633: Add intgration tests for Anonymous Auth Configurable Endpoints
2024-07-15 18:23:09 -07:00
Vinayak Goyal
843d6f2d5d
KEP-4633: Add intgration tests for Anonymous Auth Configurable Endpoints.
...
Signed-off-by: Vinayak Goyal <vinaygo@google.com >
2024-07-16 00:17:44 +00:00
Kubernetes Prow Robot
5427708866
Merge pull request #125404 from mimowo/fix-kubelet-podip
...
Fix that PodIP field is temporarily removed for a terminal pod
2024-07-15 16:41:10 -07:00
Kubernetes Prow Robot
48eef1fc4f
Merge pull request #125867 from zhifei92/fix-e2e-node-density
...
Fix the bug related to cleaning up density test pods
2024-07-15 11:55:09 -07:00
Kubernetes Prow Robot
06ec6ba05d
Merge pull request #125305 from p0lyn0mial/upstream-dynamic-client-uses-watch-list
...
dynamic client: add support for API streaming
2024-07-15 10:05:12 -07:00
Lukasz Szaszkiewicz
ba160f6ed3
test/apimachinery/watchlist: add scenario for dynamic client's List method
2024-07-15 11:56:02 +02:00
Lukasz Szaszkiewicz
951d325111
test/apimachinery/watchlist: move common functionality to separate functions
2024-07-15 11:56:02 +02:00
Maciej Skoczeń
767d2a3e5e
Allow to set scheduling throughput thresholds in scheduler_perf tests
2024-07-15 08:06:21 +00:00
Paco Xu
8720d94785
fix node lease e2e flakes
2024-07-15 11:59:44 +08:00
Antonio Ojea
93736f268e
use node.status.addresses to obtain hostnetwork pods hostnames
2024-07-14 19:02:14 +00:00
Davanum Srinivas
133c4290c7
Fix for OOMKiller test consistently failing in EC2 cgroupv1 serial jobs
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-07-13 18:44:15 -04:00
Kubernetes Prow Robot
9c653b8837
Merge pull request #126055 from dims/set-ginkgo-timeout-if-not-specified-explicitly
...
Set ginkgo time if not specified explicitly
2024-07-12 12:50:34 -07:00
Michal Wozniak
5f1ab75d27
Fix that PodIP field is not set for terminal pod
2024-07-12 21:36:12 +02:00
Davanum Srinivas
2db4c4aaab
Set ginkgo time if not specified explicitly
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-07-12 11:33:22 -04:00
Michal Wozniak
f1233ac5e0
JobPodFailurePolicy to GA
...
# Conflicts:
# pkg/controller/job/job_controller_test.go
2024-07-12 17:21:32 +02:00