-
Notifications
You must be signed in to change notification settings - Fork 66
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 |
5c82383 to
68abb57
Compare
|
/ok-to-test |
1c62f94 to
b225230
Compare
|
/ok-to-test |
2562a75 to
2bf5a29
Compare
|
/ok-to-test |
2bf5a29 to
ad07ab6
Compare
|
/ok-to-test |
ad07ab6 to
b1de43a
Compare
|
/ok-to-test |
b1de43a to
07758fe
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1477 +/- ##
==========================================
- Coverage 39.56% 34.07% -5.50%
==========================================
Files 160 160
Lines 13173 13348 +175
==========================================
- Hits 5212 4548 -664
- Misses 7584 8490 +906
+ Partials 377 310 -67 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/ok-to-test |
07758fe to
5f351db
Compare
|
/ok-to-test |
5f351db to
dc4556e
Compare
|
/ok-to-test |
dc4556e to
1938964
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]>
1938964 to
d82fc6e
Compare
…eady Signed-off-by: Rohan Kumar <[email protected]>
d82fc6e to
81d2ec4
Compare
|
/retest |
What does this PR do?
Test PR to check how CI performs when we test minimal load test on it.Execute this target in e2e test scriptWhat issues does this PR fix or reference?
Related to #1353
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"make test_load ARGS="--mode binary --max-vus 500 --separate-namespaces false --test-duration-minutes 20"PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-pathto trigger)v8-devworkspace-operator-e2e: DevWorkspace e2e testv8-che-happy-path: Happy path for verification integration with Che