-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/v1.37] Waiting for volumeAttachments deletion (#1257)
* Waiting for volumeAttachments deletion (#1190) * Waiting for volumeAttachments deletion Signed-off-by: Mattia Lavacca <[email protected]> * volumeAttachments check only for vSphere Signed-off-by: Mattia Lavacca <[email protected]> * ClusterRole updated Signed-off-by: Mattia Lavacca <[email protected]> * yaml linter fixed Signed-off-by: Mattia Lavacca <[email protected]> * VolumeAttachments correctly handled Signed-off-by: Mattia Lavacca <[email protected]> * Code factorized Signed-off-by: Mattia Lavacca <[email protected]> * renaming Signed-off-by: Mattia Lavacca <[email protected]> * fix yamllint Signed-off-by: Mattia Lavacca <[email protected]> * Logic applied only to vSphere Signed-off-by: Mattia Lavacca <[email protected]> * disable vSphere tests (#1172) Signed-off-by: Moath Qasim <[email protected]> * enable vSphere tests (#1180) * enable vSphere tests Signed-off-by: Moath Qasim <[email protected]> # Conflicts: # go.sum * refactor vSphere datastore cluster Signed-off-by: Moath Qasim <[email protected]> * refactor vSphere tests Signed-off-by: Moath Qasim <[email protected]> * enable vsphere test Signed-off-by: Moath Qasim <[email protected]> * debug vsphere datastore test Signed-off-by: Moath Qasim <[email protected]> * debug vsphere datastore test Signed-off-by: Moath Qasim <[email protected]> Co-authored-by: Mattia Lavacca <[email protected]> Co-authored-by: Moath Qasim <[email protected]>
- Loading branch information
1 parent
07e3ca3
commit 763877f
Showing
9 changed files
with
463 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -789,7 +789,7 @@ presubmits: | |
cpu: 500m | ||
|
||
- name: pull-machine-controller-e2e-vsphere-resource-pool | ||
always_run: true | ||
always_run: false | ||
decorate: true | ||
error_on_eviction: true | ||
clone_uri: "ssh://[email protected]/kubermatic/machine-controller.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.