kubernetes-sigs / vsphere-csi-driver

vSphere storage Container Storage Interface (CSI) plugin
https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/index.html
Apache License 2.0
293 stars 177 forks source link

update k8s deps to 1.27.10 #2839

Closed adikul30 closed 5 months ago

adikul30 commented 5 months ago

What this PR does / why we need it: Update k8s deps to 1.27

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Testing done: wcp -> https://github.com/kubernetes-sigs/vsphere-csi-driver/pull/2839#issuecomment-2031510207

vanilla -> https://github.com/kubernetes-sigs/vsphere-csi-driver/pull/2839#issuecomment-2043546207

Special notes for your reviewer:

Release note:

Update k8s deps to 1.27
adikul30 commented 5 months ago

/retest-required

svcbot-qecnsdp commented 5 months ago

Started WCP block pre-checkin pipeline... Build Number: 1370

svcbot-qecnsdp commented 5 months ago
Build ID: 1370
WCP build status: FAILURE 
Stage before exit: null 
Jenkins E2E Test Results: 
FAIL! -- 10 Passed | 3 Failed | 0 Pending | 803 Skipped
--- FAIL: TestE2E (1946.71s)
FAIL

Ginkgo ran 1 suite in 33m37.623513292s

Test Suite Failed
make: Leaving directory `/home/worker/workspace/csi-wcp-precheckin/Results/1370/vsphere-csi-driver`
svcbot-qecnsdp commented 5 months ago

Started WCP block pre-checkin pipeline... Build Number: 1371

adikul30 commented 5 months ago

cc: @sashrith

svcbot-qecnsdp commented 5 months ago
Build ID: 1371
WCP build status: SUCCESS 
Stage before exit: finally 
Jenkins E2E Test Results: 

Ran 13 of 816 Specs in 2394.524 seconds
SUCCESS! -- 13 Passed | 0 Failed | 0 Pending | 803 Skipped
PASS

Ginkgo ran 1 suite in 40m58.977493082s
Test Suite Passed
make: Leaving directory `/home/worker/workspace/csi-wcp-precheckin/Results/1371/vsphere-csi-driver`
svcbot-qecnsdp commented 5 months ago

Started vanilla Block pipeline... Build Number: 2562

svcbot-qecnsdp commented 5 months ago
Block vanilla build status: FAILURE 
Stage before exit: e2e-tests 
Jenkins E2E Test Results: 
------------------------------

Ran 1 of 816 Specs in 395.135 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 815 Skipped
PASS

Ginkgo ran 1 suite in 7m48.183124749s
Test Suite Passed
--
Ran 14 of 816 Specs in 1665.538 seconds
FAIL! -- 3 Passed | 11 Failed | 0 Pending | 802 Skipped
--- FAIL: TestE2E (1665.62s)
FAIL

Ginkgo ran 1 suite in 28m4.419937149s

Test Suite Failed
svcbot-qecnsdp commented 5 months ago

Started Vanilla block pre-checkin pipeline... Build Number: 2706

svcbot-qecnsdp commented 5 months ago
Build ID: 2706
Block vanilla build status: FAILURE 
Stage before exit: e2e-tests 
Jenkins E2E Test Results: 
------------------------------

Ran 1 of 816 Specs in 370.105 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 815 Skipped
PASS

Ginkgo ran 1 suite in 7m17.16640268s
Test Suite Passed
--
Ran 13 of 816 Specs in 7495.275 seconds
FAIL! -- 12 Passed | 1 Failed | 0 Pending | 803 Skipped
--- FAIL: TestE2E (7495.38s)
FAIL

Ginkgo ran 1 suite in 2h5m13.473755647s

Test Suite Failed
adikul30 commented 5 months ago
Build ID: 2706
Block vanilla build status: FAILURE 
Stage before exit: e2e-tests 
Jenkins E2E Test Results: 
------------------------------

Ran 1 of 816 Specs in 370.105 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 815 Skipped
PASS

Ginkgo ran 1 suite in 7m17.16640268s
Test Suite Passed
--
Ran 13 of 816 Specs in 7495.275 seconds
FAIL! -- 12 Passed | 1 Failed | 0 Pending | 803 Skipped
--- FAIL: TestE2E (7495.38s)
FAIL

Ginkgo ran 1 suite in 2h5m13.473755647s

Test Suite Failed

Build #2726 (Apr 8, 2024, 11:19:50 AM)
adkulkarni
PR 2839
------------------------------ Ran 1 of 816 Specs in 392.063 seconds SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 815 Skipped PASS Ginkgo ran 1 suite in 7m48.552379427s Test Suite Passed 

Build #2727 (Apr 8, 2024, 11:30:28 AM)
adkulkarni
PR 2839
Ran 50 of 816 Specs in 771.831 seconds FAIL! -- 48 Passed | 2 Failed | 3 Flaked | 0 Pending | 766 Skipped Ginkgo ran 1 suite in 14m10.094918994s Test Suite Failed 

Build #2732 (Apr 8, 2024, 12:55:11 PM)
adkulkarni
PR 2839
------------------------------ Ran 1 of 816 Specs in 96.780 seconds SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 815 Skipped PASS Ginkgo ran 1 suite in 2m48.444476007s Test Suite Passed

the 1 failed statefulset is happening because the test is trying to create storage class twice. likely a regression due to https://github.com/kubernetes-sigs/vsphere-csi-driver/pull/2841/files#r1556342352. The only changes for that test from this PR have been to pass in a context to the k8s framework so this PR is not causing this issue. 
adikul30 commented 5 months ago

rebased now from master

divyenpatel commented 5 months ago

/ok-to-test

k8s-ci-robot commented 5 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adikul30, divyenpatel, sashrith

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/master/OWNERS)~~ [adikul30,divyenpatel] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment