include --hidden in job script when needed#1356
Conversation
…hen determining job deps
…ntical to 'dependencies'
|
@wpoely86, @JensTimmerman, @rjeschmi: please review? |
|
Refer to this link for build results (access rights to CI server needed): This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
There was a problem hiding this comment.
missing space between add_opts and --testoutput?
There was a problem hiding this comment.
I'm not sure the unset $TMPDIR && is still needed (since eb set it itself), but it was at some point...
Tried to figure it out with git log -L136,136:easybuild/tools/parallelbuild.py, but no luck, it's been there since forever.
Probably since before EB starting setting $TMPDIR and taking control over what directory tempfile.* is using, so it's likely it can go. But I'm not going to do that in this PR. :-)
|
looks fine |
|
Refer to this link for build results (access rights to CI server needed): This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Thanks for the review @wpoely86! |
include --hidden in job script when needed
|
I've should've known better than to merge this without having a unit test for #1359 fixes the issue, and adds a unit test for |
fix for #1328
This also fixes an other issue I ran into, i.e. dependencies marked as external modules were not being filtered when determining job dependencies, which manifested itself as:
cc @ocaisa