-
Notifications
You must be signed in to change notification settings - Fork 65
ci : test k6-operator install and load test execution in e2e workflow #1477
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
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rohanKanojia The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
devfile#1477) - Deploy stable DevWorkspace Operator only on main branch - Capture CPU and memory usage via `kubectl top` for both deployments - Normalize and compare CPU/Memory metrics with configurable thresholds - Fail CI if resource usage increases beyond acceptable limits
devfile#1477) - Deploy stable DevWorkspace Operator only on main branch - Capture CPU and memory usage via `kubectl top` for both deployments - Normalize and compare CPU/Memory metrics with configurable thresholds - Fail CI if resource usage increases beyond acceptable limits
devfile#1477) - Deploy stable DevWorkspace Operator only on main branch - Capture CPU and memory usage via `kubectl top` for both deployments - Normalize and compare CPU/Memory metrics with configurable thresholds - Fail CI if resource usage increases beyond acceptable limits Signed-off-by: Rohan Kumar <[email protected]>
b97e95d
to
e196cac
Compare
/ok-to-test |
e196cac
to
d374263
Compare
/ok-to-test |
9cc315e
to
f65a955
Compare
/ok-to-test |
f65a955
to
6bcf975
Compare
/ok-to-test |
6bcf975
to
6556be1
Compare
/ok-to-test |
6556be1
to
52b7c24
Compare
/ok-to-test |
52b7c24
to
06d94bf
Compare
/ok-to-test |
1 similar comment
/ok-to-test |
06d94bf
to
5c82383
Compare
/ok-to-test |
- Add another Makefile target for load test execution - Execute this target in e2e test script Signed-off-by: Rohan Kumar <[email protected]>
5c82383
to
68abb57
Compare
/ok-to-test |
@rohanKanojia: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
What does this PR do?
What issues does this PR fix or reference?
Is it tested? How?
make test_load ARGS="--max-vus 500 --separate-namespaces false --test-duration-minutes 20"
make test_load ARGS="--mode operator --max-vus 500 --separate-namespaces false --test-duration-minutes 20"
PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-path
to trigger)v8-devworkspace-operator-e2e
: DevWorkspace e2e testv8-che-happy-path
: Happy path for verification integration with Che