-
Notifications
You must be signed in to change notification settings - Fork 283
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
enhance generic Bundle
easyblock to transfer module requirements of components, but do not create logfile in components
#3509
base: develop
Are you sure you want to change the base?
Conversation
Test report by @Thyre Overview of tested easyconfigs (in order)
Build succeeded for 2 out of 2 (2 easyconfigs in total) |
Test report by @Thyre Overview of tested easyconfigs (in order)
Build succeeded for 9 out of 19 (10 easyconfigs in total) |
Failures due to #3402 missing.
|
Signed-off-by: Jan André Reuter <[email protected]>
Signed-off-by: Jan André Reuter <[email protected]>
This fixes the increased memory usage when running the EasyConfig test suite as log files would stay open. Signed-off-by: Jan André Reuter <[email protected]>
Signed-off-by: Jan André Reuter <[email protected]>
995cf1b
to
16c5dd6
Compare
Signed-off-by: Jan André Reuter <[email protected]>
16c5dd6
to
4ebf4a3
Compare
Bundle
easyblock to transfer module requirements of components, but do not create logfile in components
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 3 (3 easyconfigs in total) |
Signed-off-by: Jan André Reuter <[email protected]>
Test report by @Thyre Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
Test report by @Thyre Overview of tested easyconfigs (in order)
Build succeeded for 8 out of 8 (8 easyconfigs in total) |
@boegelbot please test @ jsc-zen3 |
@Thyre: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2518605340 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot Overview of tested easyconfigs (in order)
Build succeeded for 9 out of 10 (9 easyconfigs in total) |
The gist unfortunately did not include the error. Checking on
This looks unrelated to the changes in this PR. Well, looking into it further, this is a header being removed in newer Linux kernels. Not much we can do about that aside from porting patches, if they exist. |
@boegelbot please test @ generoso |
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2551801188 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
This fixes the increased disk usage when running the EasyConfig test suite as log files would stay open.
See easybuilders/easybuild-easyconfigs#21841 for more information.
Requires:
EasyBlock
class to allow passing inlogfile
easybuild-framework#4707Related:
See #3472 for the initial review and #3504 for the occurring issue, causing a revert of the PR.