-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
jenkins: Resilient VirtualBox VM and test directory cleanup #5584
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tstromberg 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 |
Codecov Report
@@ Coverage Diff @@
## master #5584 +/- ##
=======================================
Coverage 36.86% 36.86%
=======================================
Files 102 102
Lines 7349 7349
=======================================
Hits 2709 2709
Misses 4289 4289
Partials 351 351 |
It seems like our script is eating it on wildcards, though I don't see
|
This now removes the following out of the jenkins config:
as it was creating the following error:
|
one thing I noitced in vboxmanage list is, the order of columns changes, if the VM is "inaccessible". (probably not related to your PR) but when putting regex on vbox manage, thats something I would be mindful of . |
Related: #5583