Skip to content
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 E2E Split Server to Drone, support parallel testing in Drone #9940

Merged
merged 6 commits into from Apr 29, 2024

Conversation

dereknola
Copy link
Contributor

Proposed Changes

  • Add support for local binaries to E2E Split Server test
  • Add E2E Split Server test to PRs in Drone
  • Support multiple, parallel E2E tests running on a host, rework VM internal naming and cleanup.

Types of Changes

E2E, Drone CI

Verification

Drone still passes

Testing

Its all testing

Linked Issues

#9754

User-Facing Change


Further Comments

After this PR is merged, we should be able to increase the number of parallel runs of amd64 drone instances to 2. We may run into problems around too many parallel docker tests, but we recently migrated alot of that testing into GitHub Actions.

Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Derek Nola <derek.nola@suse.com>

x

Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Derek Nola <derek.nola@suse.com>
@dereknola dereknola requested a review from a team as a code owner April 11, 2024 18:25
Signed-off-by: Derek Nola <derek.nola@suse.com>
brandond
brandond previously approved these changes Apr 12, 2024
Signed-off-by: Derek Nola <derek.nola@suse.com>
Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.09%. Comparing base (60248c4) to head (ec82c61).
Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9940      +/-   ##
==========================================
- Coverage   52.73%   43.09%   -9.64%     
==========================================
  Files         157      158       +1     
  Lines       13826    14017     +191     
==========================================
- Hits         7291     6041    -1250     
- Misses       5146     6836    +1690     
+ Partials     1389     1140     -249     
Flag Coverage Δ
e2etests 35.96% <ø> (-13.35%) ⬇️
inttests 37.07% <ø> (+14.91%) ⬆️
unittests 16.56% <ø> (-0.30%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dereknola dereknola merged commit 0981f00 into k3s-io:master Apr 29, 2024
27 checks passed
@dereknola dereknola changed the title Add E2E Split Server to Drone, support parrallel testing in Drone Add E2E Split Server to Drone, support parallel testing in Drone May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants