-
Notifications
You must be signed in to change notification settings - Fork 137
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
ci(jenkins): benchmark in a bare metal #456
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @v1v for taking care of this feature 👍. I have linked to the relevant task in our issue.
Codecov Report
@@ Coverage Diff @@
## master #456 +/- ##
=========================================
+ Coverage 94.04% 94.1% +0.06%
=========================================
Files 40 40
Lines 2081 1882 -199
Branches 435 367 -68
=========================================
- Hits 1957 1771 -186
+ Misses 121 108 -13
Partials 3 3
|
… as the deletedir doesn't work wehn the privileges are not correct
I'm blocked by the current permissions in the baremetal workspace as it cannot be deleted, waiting for the infra team to wipe it out, then I'll be able to test it with the new user_id changes. |
jenkins run the tests please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @v1v
* ci(jenkins): benchmark running in a baremetal worker * ci(jenkins): clean after the benchmark execution * ci(jenkins): pass userid otherwise baremetal will have some leftovers as the deletedir doesn't work wehn the privileges are not correct * as suggested let's fix the benchmarking * Revert "as suggested let's fix the benchmarking" This reverts commit 4c6e521. * KISS: change the build as suggested * Revert "Revert "as suggested let's fix the benchmarking"" This reverts commit 50afbca. * run build on ci before benchmark script * inherit exit codes from sub process * exit only on errors otherwise continue
* ci(jenkins): benchmark running in a baremetal worker * ci(jenkins): clean after the benchmark execution * ci(jenkins): pass userid otherwise baremetal will have some leftovers as the deletedir doesn't work wehn the privileges are not correct * as suggested let's fix the benchmarking * Revert "as suggested let's fix the benchmarking" This reverts commit 4c6e521. * KISS: change the build as suggested * Revert "Revert "as suggested let's fix the benchmarking"" This reverts commit 50afbca. * run build on ci before benchmark script * inherit exit codes from sub process * exit only on errors otherwise continue
Highlights