Kubernetes Prow Robot
940e6bd357
Merge pull request #130526 from aojea/e2e_netpol_finalizers
...
e2e network policies test support network policies with finalizers
2025-03-03 06:51:49 -08:00
Kubernetes Prow Robot
b3095a49f5
Merge pull request #130519 from dims/reduce-the-number-of-versions-of-images-we-pull-in-our-e2e-tests
...
Reduce number of (versions of!) images we pull in our e2e tests
2025-03-03 06:51:41 -08:00
Kubernetes Prow Robot
c7d8f731b0
Merge pull request #130524 from dims/wrong-matcher-use-BeNil-instead-of-BeEmpty
...
Wrong matcher - use BeNil instead BeEmpty
2025-03-03 00:59:04 -08:00
Antonio Ojea
09427ab558
Update test/e2e/network/netpol/network_policy_api.go
...
Co-authored-by: Adrian Moisey <adrian@changeover.za.net >
2025-03-03 08:48:06 +01:00
Kubernetes Prow Robot
5d28e86245
Merge pull request #130097 from bitoku/podrejectionstatus
...
Modify how to check the status in PodRejectionStatus test
2025-03-02 18:52:57 -08:00
Antonio Ojea
f8b080a4be
Update test/e2e/network/netpol/network_policy_api.go
...
Co-authored-by: Adrian Moisey <adrian@changeover.za.net >
2025-03-02 18:57:33 +01:00
Antonio Ojea
2f6f8d083e
Update test/e2e/network/netpol/network_policy_api.go
...
Co-authored-by: Adrian Moisey <adrian@changeover.za.net >
2025-03-02 18:57:26 +01:00
Antonio Ojea
e5ad4a1878
e2e network policies test support network policies with finalizers
2025-03-02 13:11:22 +00:00
Davanum Srinivas
da987eb762
Wrong matcher - use BeNil instead BeEmpty
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2025-03-02 07:08:24 -05:00
Davanum Srinivas
1e64a89038
Reduce number of (versions of!) images we pull in our e2e tests
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2025-03-01 21:02:50 -05:00
Kubernetes Prow Robot
eddb6a7303
Merge pull request #130476 from dims/do-not-look-for-ssh-external-ip-for-NFSPersistentVolumes-tests
...
Do not look for SSH external IP for NFSPersistentVolumes tests
2025-02-28 18:21:02 -08:00
Kubernetes Prow Robot
d04883c90c
Merge pull request #130061 from mimowo/make-backoffperindex-stable
...
Graduate Backoff Limit Per Index as stable
2025-02-28 13:37:02 -08:00
Kubernetes Prow Robot
a743616631
Merge pull request #129583 from carlory/promote-HonorPVReclaimPolicy-GA
...
promote HonorPVReclaimPolicy to GA
2025-02-27 15:16:30 -08:00
Davanum Srinivas
c3de5b707e
Do not look for SSH external IP for NFSPersistentVolumes tests
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2025-02-27 15:51:05 -05:00
Kubernetes Prow Robot
b8c95e1954
Merge pull request #129688 from cpanato/update-main-go124
...
[go] Bump images, dependencies and versions to go 1.24.0
2025-02-27 09:10:30 -08:00
Kubernetes Prow Robot
341df1acca
Merge pull request #130451 from danwinship/e2e-np-bad-cidrs
...
Fix bad CIDRs in a NetworkPolicy test
2025-02-27 07:24:31 -08:00
Dan Winship
f2e8fe93fb
Fix bad CIDRs in a NetworkPolicy test
...
It was writing out IPBlock CIDRs like "192.168.0.5/4" rather than
"192.0.0.0/4".
Also, simplify a bit by basing the `cidr` and the `except` both on
podB, rather than one on podA and one on podB. (This is even
theoretically a bugfix, since it's not _required_ that podA and podB
be in the same /4.) Also reorganize the code to make the two test
cases more consistent with each other.
2025-02-27 09:22:16 -05:00
carlory
28d359beec
promote HonorPVReclaimPolicy to GA
...
Signed-off-by: carlory <baofa.fan@daocloud.io >
2025-02-27 14:01:22 +08:00
Kubernetes Prow Robot
a18b4a8d97
Merge pull request #129158 from LionelJouin/fix-128831
...
Fix ResourceClaim status API inconsistency
2025-02-26 20:32:30 -08:00
Kubernetes Prow Robot
f06716edb1
Merge pull request #129251 from alingse/patch-1
...
fix check errRaw != nil but return a nil value error err
2025-02-26 18:48:30 -08:00
Kubernetes Prow Robot
b38bf6c312
Merge pull request #130035 from cici37/nsDeletion
...
[KEP-5080]Ordered Namespace Deletion
2025-02-26 10:16:30 -08:00
Michal Wozniak
d44ac38891
Promote e2e to conformance tests for JobBackoffLimitPerIndex
2025-02-26 17:06:41 +01:00
Jordan Liggitt
8090db5dcf
Switch to private instances of rand for seeding for tests
2025-02-26 11:27:10 +01:00
Kubernetes Prow Robot
ffad281e3e
Merge pull request #130060 from carlory/fix-quota-scope
...
Fix the `ResourceQuota` admission plugin does not respect ANY scope change
2025-02-25 08:24:29 -08:00
Michał Woźniak
d66928b842
Add Job e2e for tracking failure count per index ( #130390 )
...
* Add Job e2e for tracking failure count per index
* Review remarks
2025-02-25 07:10:37 -08:00
Kubernetes Prow Robot
d92b99ea63
Merge pull request #130372 from aojea/e2e_websocket
...
E2e websocket
2025-02-24 18:48:29 -08:00
carlory
eb0f003d25
Fix a bug where the ResourceQuota admission plugin does not respect ANY scope change when a resource is being updated. i.e. to set/unset an existing pod's terminationGracePeriodSeconds field.
2025-02-25 10:26:34 +08:00
Kubernetes Prow Robot
b14fad5adc
Merge pull request #130181 from natasha41575/apiserver-generation
...
start setting pod metadata.generation
2025-02-24 10:48:29 -08:00
Antonio Ojea
ae991725b7
e2e uses websockets by default for portforward
2025-02-24 18:26:13 +00:00
Antonio Ojea
071b1bd839
e2e test use websockets as default for exec operations
2025-02-24 18:26:08 +00:00
Natasha Sarkar
d02401dea9
start setting pod metadata.generation
2025-02-24 16:22:14 +00:00
Kubernetes Prow Robot
aa96283764
Merge pull request #130306 from carlory/fix-130268
...
fix flaky test: Subpath Container restart should verify that container can restart successfully after configmaps modified
2025-02-23 23:00:28 -08:00
carlory
b56d30e32a
fix flaky test: Subpath Container restart should verify that container can restart successfully after configmaps modified
...
Signed-off-by: carlory <baofa.fan@daocloud.io >
2025-02-24 11:24:58 +08:00
Tim Allclair
ddd4c56893
Fix pod resize E2E tests after forbidding memory limit decrease
2025-02-21 15:46:33 -08:00
Kubernetes Prow Robot
fa03b93d25
Merge pull request #130326 from elizabeth-dev/statefulset-framework-return-errors
...
test(statefulset): return errors in framework function GetPodList for upstream handling
2025-02-21 00:06:26 -08:00
Cici Huang
e1b3c8fd9b
Add e2e test
2025-02-20 21:00:01 -08:00
Kubernetes Prow Robot
b2021035c7
Merge pull request #129888 from jsafrane/selinux-controller-tests
...
Add SELinux controller e2e tests
2025-02-20 13:46:26 -08:00
Elizabeth Martin Campos
a49b336e83
test(statefulset): return errors in framework function GetPodList for upstream handling
...
See #130159
2025-02-20 21:24:15 +01:00
Jan Safranek
bf63e0046c
selinux: rename allMetrics
...
To indicate they're all _SELinux_ metrics
2025-02-20 12:19:07 +01:00
Kubernetes Prow Robot
0b1ef24a99
Merge pull request #130285 from LionelJouin/fix-130096
...
Fix DRA flaky test for ResourceClaim device status
2025-02-20 00:20:26 -08:00
Kubernetes Prow Robot
afbbdbedc2
Merge pull request #128685 from AnishShah/fix-ippr-test
...
[FG:InPlacePodVerticalScaling] assert specific error occurred in tests
2025-02-19 17:06:26 -08:00
Lionel Jouin
993f3c361f
Fix DRA flaky test for ResourceClaim device status
...
The previous Eventually loop was not properly checking if the pod was
scheduled and running. Thus, the node name could not be retrieved from
the pod specs. The plugin could not be retrieved and the UpdateStatus
was called on a nil object.
TestPod function is now used instead, so the test waits for the pod to
be scheduled. The Eventually loop to get the pod and resourceClaim is
then no longer needed.
Signed-off-by: Lionel Jouin <lionel.jouin@est.tech >
2025-02-19 20:34:38 +01:00
Kubernetes Prow Robot
f0077a3689
Merge pull request #130221 from soltysh/flake_129779
...
Add more log information to help debug flake #129779
2025-02-19 06:46:26 -08:00
Kubernetes Prow Robot
0e3a247859
Merge pull request #130083 from elizabeth-dev/replace-network-e2e-replicationcontrollers-5
...
test(network): replace calls to e2erc.RunRC with Deployments in SIG Network tests
2025-02-18 15:06:26 -08:00
Jan Safranek
d3eb639313
selinux: add tests for SELinuxController
...
Squeeze them into existing kubelet metric tests. The tests would have very
similar setup + cleanup.
2025-02-18 17:44:13 +01:00
Elizabeth Martin Campos
e15fd43d81
test(network): replace calls to e2erc.RunRC with Deployments in service latency tests
...
See #119021
2025-02-18 17:42:00 +01:00
Elizabeth Martin Campos
cd0df9786e
test(network): replace calls to e2erc.RunRC with Deployments in service proxying tests
...
See #119021
2025-02-18 17:41:12 +01:00
Kubernetes Prow Robot
fc876787b8
Merge pull request #130126 from fuweid/fix-128314
...
proxy: should add PingPeriod for websocket translator
2025-02-18 08:00:26 -08:00
Jan Safranek
992c8e9479
selinux: explicitly specify NodeMetrics in function names
...
This is just refactoring / renaming.
The SELinux e2e tests grab node metrics so far, so mention `Node` in the
function names. Kube-controller-metrics will follow in a subsequent commit.
2025-02-18 11:48:36 +01:00
Kubernetes Prow Robot
931ad2a9fd
Merge pull request #130108 from carlory/cleanup-after-81245
...
remove NodeOSDistroIs from test/e2e/framework/pod
2025-02-18 00:12:12 -08:00