Add options to run unit tests to TensorFlow EasyBlock#2263
Add options to run unit tests to TensorFlow EasyBlock#2263akesandgren merged 4 commits intoeasybuilders:developfrom
Conversation
bartoldeman
left a comment
There was a problem hiding this comment.
Apart from the mystery removal this lgtm
| self.install_base_dir))] | ||
| apply_regex_substitutions('configure.py', regex_subs) | ||
|
|
||
| # Tell Bazel to not use $HOME/.cache/bazel at all |
There was a problem hiding this comment.
This is removed without justification and looks unrelated.
There was a problem hiding this comment.
Yes, I'm currently testing why the tests still fail (they are run at least) and found that we add to many options. Only thing needed seems to be --output_user_root, TEST_TMPDIR is set internally by Bazel to tell Bazel that a test is being run. Setting that for compilation is hence wrong. I'll double check if output_base and install_base can also be removed and would include that here, or shall I make a second PR where those options are removed? Problem then would be merge conflicts which I'd want to avoid.
There was a problem hiding this comment.
A second PR would be best indeed.
Perhaps a rebase can avoid merge conflicts?
There was a problem hiding this comment.
Let's see. I undid this and if this is merged first I can keep the other changes and likely rebase them
|
@bartoldeman ping |
|
Going in, thanks @Flamefire! |
(created using
eb --new-pr)