-
Notifications
You must be signed in to change notification settings - Fork 2.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
Clean E2E VMs before testing #7109
Conversation
Codecov ReportPatch and project coverage have no change.
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #7109 +/- ##
======================================
Coverage 9.66% 9.66%
======================================
Files 147 147
Lines 10766 10766
======================================
Hits 1040 1040
Misses 9508 9508
Partials 218 218
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Derek Nola <derek.nola@suse.com>
* Cleanup VMs proper Signed-off-by: Derek Nola <derek.nola@suse.com>
* Cleanup VMs proper Signed-off-by: Derek Nola <derek.nola@suse.com>
* Cleanup VMs proper Signed-off-by: Derek Nola <derek.nola@suse.com>
* Cleanup VMs proper Signed-off-by: Derek Nola <derek.nola@suse.com>
* Initial drone vagrant pipeline Signed-off-by: Derek Nola <derek.nola@suse.com> * Build e2e test image * Add ci flag to secretsencryption * Fix vagrant log on secretsencryption * Add cron conformance pipeline * Add string output for nodes * Switch snapshot restore for upgrade cluster Signed-off-by: Derek Nola <derek.nola@suse.com> * Added IPv6 check and agent restart on e2e test utils Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com> * Drone: Cleanup E2E VMs on test panic (#7104) * Cleanup leftover VMs in E2E pipeline * Clean E2E VMs before testing (#7109) * Cleanup VMs proper Signed-off-by: Derek Nola <derek.nola@suse.com> * Dont run most pipelines on nightly cron * Improve RunCmdOnNode error * Pin upgradecluster to v1.24 Signed-off-by: Derek Nola <derek.nola@suse.com> --------- Signed-off-by: Derek Nola <derek.nola@suse.com> Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com> Co-authored-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
Signed-off-by: Derek Nola derek.nola@suse.com
Proposed Changes
server
oragent
VMs are still around and clean them up manually before proceeding with E2E testing.Types of Changes
Verification
CI now passes.
Testing
Linked Issues
User-Facing Change
Further Comments