-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable VAC tests #2220
Enable VAC tests #2220
Conversation
Code Coverage DiffThis PR does not change the code coverage |
The size for volumes in external tests is defined here:
|
Seen this error as well when looking through logs addressed it by switching volume type to gp2 Also took out IOPS modification to not run into IOPS ratio errors.
If we would prefer though I can use gp3 and modify iops per gb to not run into this error if we want to test for more meaningful volume modifications. |
That works well! @ElijahQuinones |
/approve Type should be good for these tests, as we have things like iops in our own tests. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ConnorJC3 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:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What is this PR about? / Why do we need it?
This PR enables VAC testing
How was this change tested?
CI
Does this PR introduce a user-facing change?