-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 Add test for scale testing machinery #9510
🌱 Add test for scale testing machinery #9510
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/test
@killianmuldoon: The
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-cluster-api-e2e-scale-main-experimental |
b886fb5
to
cafcad1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/area e2e-testing
@@ -24,7 +24,26 @@ import ( | |||
"k8s.io/utils/pointer" | |||
) | |||
|
|||
var _ = Describe("When scale testing using in-memory provider [Scale]", func() { | |||
var _ = Describe("When testing the machinery for scale testing using in-memory provider", func() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a duplicate in terms of spec, but the point is to have a test with no tag so we're testing e2e for the in-memory provider to ensure it's up and running.
This test should run as part of e2e-full while leaving the [Scale] tag for future work around scale testing.
@fabriziopandini - seeing as you had the idea originally @https://vmware.slack.com/archives/C0523T5H7MF/p1694765812754249 |
/test pull-cluster-api-e2e-full-main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: a126e0a46167d3b87591efd0bc90a3c28b3301c5
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: killianmuldoon 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 |
A test to ensure the scale test is running before adding to periodic.